Searched refs:tmp_adev (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | aldebaran.c | 152 struct amdgpu_device *tmp_adev = NULL; in aldebaran_mode2_perform_reset() local 181 r = aldebaran_mode2_reset(tmp_adev); in aldebaran_mode2_perform_reset() 183 dev_err(tmp_adev->dev, in aldebaran_mode2_perform_reset() 185 r, adev_to_drm(tmp_adev)->unique); in aldebaran_mode2_perform_reset() 195 r = tmp_adev->asic_reset_res; in aldebaran_mode2_perform_reset() 349 dev_info(tmp_adev->dev, in aldebaran_mode2_restore_hwcontext() 362 amdgpu_ras_resume(tmp_adev); in aldebaran_mode2_restore_hwcontext() 368 tmp_adev); in aldebaran_mode2_restore_hwcontext() 373 r = amdgpu_ib_ring_tests(tmp_adev); in aldebaran_mode2_restore_hwcontext() 375 dev_err(tmp_adev->dev, in aldebaran_mode2_restore_hwcontext() [all …]
|
A D | amdgpu_device.c | 4907 if (tmp_adev->mmhub.ras && tmp_adev->mmhub.ras->ras_block.hw_ops && in amdgpu_do_asic_reset() 4909 tmp_adev->mmhub.ras->ras_block.hw_ops->reset_ras_error_count(tmp_adev); in amdgpu_do_asic_reset() 4949 tmp_adev->reset_task_info = in amdgpu_do_asic_reset() 4997 amdgpu_ras_resume(tmp_adev); in amdgpu_do_asic_reset() 5026 tmp_adev->asic_reset_res = r; in amdgpu_do_asic_reset() 5205 tmp_adev->shutdown = true; in amdgpu_device_gpu_recover() 5256 amdgpu_ras_suspend(tmp_adev); in amdgpu_device_gpu_recover() 5298 tmp_adev->asic_reset_res = r; in amdgpu_device_gpu_recover() 5348 if (tmp_adev->asic_reset_res) in amdgpu_device_gpu_recover() 5349 r = tmp_adev->asic_reset_res; in amdgpu_device_gpu_recover() [all …]
|
A D | smu_v13_0_10.c | 235 struct amdgpu_device *tmp_adev = (struct amdgpu_device *)reset_ctl->handle; in smu_v13_0_10_mode2_restore_hwcontext() local 237 dev_info(tmp_adev->dev, in smu_v13_0_10_mode2_restore_hwcontext() 239 r = smu_v13_0_10_mode2_restore_ip(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext() 243 amdgpu_register_gpu_instance(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext() 246 amdgpu_ras_resume(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext() 248 amdgpu_irq_gpu_reset_resume_helper(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext() 250 r = amdgpu_ib_ring_tests(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext() 252 dev_err(tmp_adev->dev, in smu_v13_0_10_mode2_restore_hwcontext()
|
A D | amdgpu_xgmi.c | 651 struct amdgpu_device *tmp_adev; in amdgpu_xgmi_initialize_hive_get_data_partition() local 657 dev_err(tmp_adev->dev, in amdgpu_xgmi_initialize_hive_get_data_partition() 673 struct amdgpu_device *tmp_adev = NULL; in amdgpu_xgmi_add_device() local 731 if (tmp_adev != adev) { in amdgpu_xgmi_add_device() 745 &tmp_adev->psp.xgmi_context.top_info, false); in amdgpu_xgmi_add_device() 747 dev_err(tmp_adev->dev, in amdgpu_xgmi_add_device() 749 tmp_adev->gmc.xgmi.node_id, in amdgpu_xgmi_add_device() 750 tmp_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_add_device() 769 dev_err(tmp_adev->dev, in amdgpu_xgmi_add_device() 771 tmp_adev->gmc.xgmi.node_id, in amdgpu_xgmi_add_device() [all …]
|
A D | sienna_cichlid.c | 240 struct amdgpu_device *tmp_adev = (struct amdgpu_device *)reset_ctl->handle; in sienna_cichlid_mode2_restore_hwcontext() local 242 dev_info(tmp_adev->dev, in sienna_cichlid_mode2_restore_hwcontext() 244 r = sienna_cichlid_mode2_restore_ip(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext() 252 amdgpu_register_gpu_instance(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext() 255 amdgpu_ras_resume(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext() 257 amdgpu_irq_gpu_reset_resume_helper(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext() 259 r = amdgpu_ib_ring_tests(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext() 261 dev_err(tmp_adev->dev, in sienna_cichlid_mode2_restore_hwcontext()
|
Completed in 14 milliseconds