Home
last modified time | relevance | path

Searched refs:asic_reset_res (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Daldebaran.c132 adev->asic_reset_res = amdgpu_dpm_mode2_reset(adev); in aldebaran_mode2_reset()
133 return adev->asic_reset_res; in aldebaran_mode2_reset()
185 r = tmp_adev->asic_reset_res; in aldebaran_mode2_perform_reset()
391 tmp_adev->asic_reset_res = r; in aldebaran_mode2_restore_hwcontext()
H A Damdgpu_reset.c133 r = tmp_adev->asic_reset_res; in amdgpu_reset_xgmi_reset_on_init_perform_reset()
H A Damdgpu_device.c4070 if (adev->asic_reset_res) in amdgpu_device_xgmi_reset_func()
4076 if (adev->asic_reset_res) in amdgpu_device_xgmi_reset_func()
4083 adev->asic_reset_res = amdgpu_asic_reset(adev); in amdgpu_device_xgmi_reset_func()
4087 if (adev->asic_reset_res) in amdgpu_device_xgmi_reset_func()
5718 tmp_adev->asic_reset_res = r; in amdgpu_device_reinit_after_reset()
5777 r = tmp_adev->asic_reset_res; in amdgpu_do_asic_reset()
6093 tmp_adev->asic_reset_res = r; in amdgpu_device_gpu_recover()
6112 adev->asic_reset_res = r; in amdgpu_device_gpu_recover()
6146 if (tmp_adev->asic_reset_res) in amdgpu_device_gpu_recover()
6147 r = tmp_adev->asic_reset_res; in amdgpu_device_gpu_recover()
[all …]
H A Damdgpu.h1133 int asic_reset_res; member