aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorEllen Pan <[email protected]>2025-03-18 13:45:18 +0000
committerAlex Deucher <[email protected]>2025-03-21 16:15:08 +0000
commitd7f5c13e457ba6b0c14a58b12fade55ab7ae5fb0 (patch)
treebf0bf37c9f04b894b013ff6308f13066fdc9af17 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentdrm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12 (diff)
downloadkernel-d7f5c13e457ba6b0c14a58b12fade55ab7ae5fb0.tar.gz
kernel-d7f5c13e457ba6b0c14a58b12fade55ab7ae5fb0.zip
drm/amdgpu: Enable amdgpu_ras_resume for gfx 9.5.0
This enables ras to be resumed after gpu recovery on mi350 sriov. Signed-off-by: Ellen Pan <[email protected]> Reviewed-by: Ahmad Rehman <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 993f2b3ff8a4..4ed5e26a13d5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -5356,6 +5356,7 @@ static int amdgpu_device_reset_sriov(struct amdgpu_device *adev,
if (amdgpu_ip_version(adev, GC_HWIP, 0) == IP_VERSION(9, 4, 2) ||
amdgpu_ip_version(adev, GC_HWIP, 0) == IP_VERSION(9, 4, 3) ||
amdgpu_ip_version(adev, GC_HWIP, 0) == IP_VERSION(9, 4, 4) ||
+ amdgpu_ip_version(adev, GC_HWIP, 0) == IP_VERSION(9, 5, 0) ||
amdgpu_ip_version(adev, GC_HWIP, 0) == IP_VERSION(11, 0, 3))
amdgpu_ras_resume(adev);