aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuBiao Wang <YuBiao.Wang@amd.com>2022-10-19 11:36:32 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-10-24 14:44:03 -0400
commite105b6212f1f90c56c04439279d0ef0f8dd1c308 (patch)
tree1cf67bc23d604091e50be66b90a76ad754547ee0
parentdrm/amd: Add IMU fw version to fw version queries (diff)
downloadlinux-dev-e105b6212f1f90c56c04439279d0ef0f8dd1c308.tar.xz
linux-dev-e105b6212f1f90c56c04439279d0ef0f8dd1c308.zip
drm/amdgpu: skip mes self test for gc 11.0.3 in recover
Temporary disable mes self teset for gc 11.0.3 during gpu_recovery. Signed-off-by: YuBiao Wang <YuBiao.Wang@amd.com> Acked-by: Luben Tuikov <luben.tuikov@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index e0445e8cc342..5b8362727226 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -5381,7 +5381,7 @@ skip_hw_reset:
drm_sched_start(&ring->sched, !tmp_adev->asic_reset_res);
}
- if (adev->enable_mes)
+ if (adev->enable_mes && adev->ip_versions[GC_HWIP][0] != IP_VERSION(11, 0, 3))
amdgpu_mes_self_test(tmp_adev);
if (!drm_drv_uses_atomic_modeset(adev_to_drm(tmp_adev)) && !job_signaled) {