Searched refs:tmp_adev (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | aldebaran.c | 139 struct amdgpu_device *tmp_adev = NULL; in aldebaran_mode2_perform_reset() local 166 r = aldebaran_mode2_reset(tmp_adev); in aldebaran_mode2_perform_reset() 168 dev_err(tmp_adev->dev, in aldebaran_mode2_perform_reset() 170 r, adev_to_drm(tmp_adev)->unique); in aldebaran_mode2_perform_reset() 177 list_for_each_entry(tmp_adev, in aldebaran_mode2_perform_reset() 182 r = tmp_adev->asic_reset_res; in aldebaran_mode2_perform_reset() 332 dev_info(tmp_adev->dev, in aldebaran_mode2_restore_hwcontext() 345 amdgpu_ras_resume(tmp_adev); in aldebaran_mode2_restore_hwcontext() 351 tmp_adev); in aldebaran_mode2_restore_hwcontext() 358 dev_err(tmp_adev->dev, in aldebaran_mode2_restore_hwcontext() [all …]
|
| A D | amdgpu_device.c | 4584 r = tmp_adev->asic_reset_res; in amdgpu_do_asic_reset() 4594 if (tmp_adev->mmhub.ras_funcs && in amdgpu_do_asic_reset() 4596 tmp_adev->mmhub.ras_funcs->reset_ras_error_count(tmp_adev); in amdgpu_do_asic_reset() 4667 amdgpu_ras_resume(tmp_adev); in amdgpu_do_asic_reset() 4696 tmp_adev->asic_reset_res = r; in amdgpu_do_asic_reset() 5035 if (!amdgpu_sriov_vf(tmp_adev)) in amdgpu_device_gpu_recover() 5049 amdgpu_ras_suspend(tmp_adev); in amdgpu_device_gpu_recover() 5088 tmp_adev->asic_reset_res = r; in amdgpu_device_gpu_recover() 5139 tmp_adev->asic_reset_res = 0; in amdgpu_device_gpu_recover() 5143 dev_info(tmp_adev->dev, "GPU reset(%d) failed\n", atomic_read(&tmp_adev->gpu_reset_counter)); in amdgpu_device_gpu_recover() [all …]
|
| A D | amdgpu_xgmi.c | 542 struct amdgpu_device *tmp_adev; in amdgpu_xgmi_initialize_hive_get_data_partition() local 548 dev_err(tmp_adev->dev, in amdgpu_xgmi_initialize_hive_get_data_partition() 564 struct amdgpu_device *tmp_adev = NULL; in amdgpu_xgmi_add_device() local 622 if (tmp_adev != adev) { in amdgpu_xgmi_add_device() 636 &tmp_adev->psp.xgmi_context.top_info, false); in amdgpu_xgmi_add_device() 638 dev_err(tmp_adev->dev, in amdgpu_xgmi_add_device() 640 tmp_adev->gmc.xgmi.node_id, in amdgpu_xgmi_add_device() 641 tmp_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_add_device() 660 dev_err(tmp_adev->dev, in amdgpu_xgmi_add_device() 662 tmp_adev->gmc.xgmi.node_id, in amdgpu_xgmi_add_device() [all …]
|
Completed in 16 milliseconds