aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c
diff options
context:
space:
mode:
authorYifan Zhang <[email protected]>2022-02-10 19:35:48 +0000
committerAlex Deucher <[email protected]>2022-02-17 20:59:05 +0000
commita142606d5433c9bfc68c0f40ba32c2e05ad75d09 (patch)
tree68625848cd370694f123c26aff9bface66908cda /drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c
parentdrm/amdgpu: add Clock and Power Gating support for gc 10.3.6 (diff)
downloadkernel-a142606d5433c9bfc68c0f40ba32c2e05ad75d09.tar.gz
kernel-a142606d5433c9bfc68c0f40ba32c2e05ad75d09.zip
drm/amdgpu: add support for gmc10 for gc 10.3.6
this patch adds support for gmc10. Signed-off-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c b/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c
index 9e16da28505a..1957fb098c4d 100644
--- a/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c
+++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c
@@ -93,6 +93,7 @@ mmhub_v2_3_print_l2_protection_fault_status(struct amdgpu_device *adev,
switch (adev->ip_versions[MMHUB_HWIP][0]) {
case IP_VERSION(2, 3, 0):
case IP_VERSION(2, 4, 0):
+ case IP_VERSION(2, 4, 1):
mmhub_cid = mmhub_client_ids_vangogh[cid][rw];
break;
default: