diff options
author | 2024-10-03 23:55:48 +0800 | |
---|---|---|
committer | 2024-12-10 10:28:09 -0500 | |
commit | 57bcfa89feaacb39f3640e28f946a1364e41b6b7 (patch) | |
tree | 3d78ee1585c599500a6534b54a094391523e8d74 /drivers | |
parent | drm/amdgpu: Enable xgmi for gfx v9_5_0 (diff) | |
download | wireguard-linux-57bcfa89feaacb39f3640e28f946a1364e41b6b7.tar.xz wireguard-linux-57bcfa89feaacb39f3640e28f946a1364e41b6b7.zip |
drm/amdgpu: Init mmhub v1_8_1 ras func
reuse mmhub v1_8 ras functuion
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c index 39e008e3f0af..48f1b9cf1f88 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c @@ -1542,6 +1542,7 @@ static void gmc_v9_0_set_mmhub_ras_funcs(struct amdgpu_device *adev) adev->mmhub.ras = &mmhub_v1_7_ras; break; case IP_VERSION(1, 8, 0): + case IP_VERSION(1, 8, 1): adev->mmhub.ras = &mmhub_v1_8_ras; break; default: |