Home
last modified time | relevance | path

Searched refs:tmp_adev (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Daldebaran.c180 dev_err(tmp_adev->dev, in aldebaran_mode2_perform_reset()
192 r = tmp_adev->asic_reset_res; in aldebaran_mode2_perform_reset()
345 dev_info(tmp_adev->dev, in aldebaran_mode2_restore_hwcontext()
360 if (tmp_adev->sdma.ras && in aldebaran_mode2_restore_hwcontext()
362 r = tmp_adev->sdma.ras->ras_block.ras_late_init(tmp_adev, in aldebaran_mode2_restore_hwcontext()
370 if (tmp_adev->gfx.ras && in aldebaran_mode2_restore_hwcontext()
372 r = tmp_adev->gfx.ras->ras_block.ras_late_init(tmp_adev, in aldebaran_mode2_restore_hwcontext()
381 amdgpu_ras_resume(tmp_adev); in aldebaran_mode2_restore_hwcontext()
387 tmp_adev); in aldebaran_mode2_restore_hwcontext()
394 dev_err(tmp_adev->dev, in aldebaran_mode2_restore_hwcontext()
[all …]
A Damdgpu_device.c5378 r = tmp_adev->asic_reset_res; in amdgpu_do_asic_reset()
5423 tmp_adev->xcp_mgr); in amdgpu_do_asic_reset()
5465 amdgpu_ras_resume(tmp_adev); in amdgpu_do_asic_reset()
5492 tmp_adev->asic_reset_res = r; in amdgpu_do_asic_reset()
5609 struct amdgpu_device *tmp_adev; in amdgpu_device_health_check() local
5686 tmp_adev->shutdown = true; in amdgpu_device_gpu_recover()
5742 amdgpu_ras_suspend(tmp_adev); in amdgpu_device_gpu_recover()
5780 tmp_adev->asic_reset_res = r; in amdgpu_device_gpu_recover()
5833 if (tmp_adev->asic_reset_res) in amdgpu_device_gpu_recover()
5834 r = tmp_adev->asic_reset_res; in amdgpu_device_gpu_recover()
[all …]
A Dsmu_v13_0_10.c234 struct amdgpu_device *tmp_adev = (struct amdgpu_device *)reset_ctl->handle; in smu_v13_0_10_mode2_restore_hwcontext() local
236 dev_info(tmp_adev->dev, in smu_v13_0_10_mode2_restore_hwcontext()
238 r = smu_v13_0_10_mode2_restore_ip(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext()
242 amdgpu_register_gpu_instance(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext()
245 amdgpu_ras_resume(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext()
247 amdgpu_irq_gpu_reset_resume_helper(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext()
249 r = amdgpu_ib_ring_tests(tmp_adev); in smu_v13_0_10_mode2_restore_hwcontext()
251 dev_err(tmp_adev->dev, in smu_v13_0_10_mode2_restore_hwcontext()
A Dsienna_cichlid.c239 struct amdgpu_device *tmp_adev = (struct amdgpu_device *)reset_ctl->handle; in sienna_cichlid_mode2_restore_hwcontext() local
241 dev_info(tmp_adev->dev, in sienna_cichlid_mode2_restore_hwcontext()
243 r = sienna_cichlid_mode2_restore_ip(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext()
251 amdgpu_register_gpu_instance(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext()
254 amdgpu_ras_resume(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext()
256 amdgpu_irq_gpu_reset_resume_helper(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext()
258 r = amdgpu_ib_ring_tests(tmp_adev); in sienna_cichlid_mode2_restore_hwcontext()
260 dev_err(tmp_adev->dev, in sienna_cichlid_mode2_restore_hwcontext()
A Damdgpu_xgmi.c812 struct amdgpu_device *tmp_adev; in amdgpu_xgmi_initialize_hive_get_data_partition() local
818 dev_err(tmp_adev->dev, in amdgpu_xgmi_initialize_hive_get_data_partition()
856 struct amdgpu_device *tmp_adev = NULL; in amdgpu_xgmi_add_device() local
914 if (tmp_adev != adev) { in amdgpu_xgmi_add_device()
947 &tmp_adev->psp.xgmi_context.top_info, false); in amdgpu_xgmi_add_device()
949 dev_err(tmp_adev->dev, in amdgpu_xgmi_add_device()
951 tmp_adev->gmc.xgmi.node_id, in amdgpu_xgmi_add_device()
952 tmp_adev->gmc.xgmi.hive_id, ret); in amdgpu_xgmi_add_device()
972 dev_err(tmp_adev->dev, in amdgpu_xgmi_add_device()
974 tmp_adev->gmc.xgmi.node_id, in amdgpu_xgmi_add_device()
[all …]
A Damdgpu_job.c55 struct amdgpu_device *tmp_adev = NULL; in amdgpu_job_core_dump() local
68 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) in amdgpu_job_core_dump()
69 list_add_tail(&tmp_adev->reset_list, &device_list); in amdgpu_job_core_dump()
79 list_for_each_entry(tmp_adev, device_list_handle, reset_list) in amdgpu_job_core_dump()
80 amdgpu_job_do_core_dump(tmp_adev, job); in amdgpu_job_core_dump()
A Damdgpu_ras.c2521 struct amdgpu_device *tmp_adev; in amdgpu_ras_set_fed_all() local
2524 list_for_each_entry(tmp_adev, &hive->device_list, gmc.xgmi.head) in amdgpu_ras_set_fed_all()
2525 amdgpu_ras_set_fed(tmp_adev, status); in amdgpu_ras_set_fed_all()

Completed in 27 milliseconds