summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Huang <tim.huang@amd.com>2024-12-12 05:46:47 +0300
committerAlex Deucher <alexander.deucher@amd.com>2026-01-06 00:27:47 +0300
commite2fd14f579b841f54a9b7162fef15234d8c0627a (patch)
treee539c75bd5674000598c80bf1cdf12103e61bcda
parentca7a44f92d31d539cafb73e839f5177d35b9334b (diff)
downloadlinux-e2fd14f579b841f54a9b7162fef15234d8c0627a.tar.xz
drm/amdgpu: add support for HDP IP version 6.1.1
This initializes HDP IP version 6.1.1. Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Tim Huang <tim.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 9f8ba97c3c14..ac1b95b9a4f6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -3101,6 +3101,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
case IP_VERSION(6, 0, 0):
case IP_VERSION(6, 0, 1):
case IP_VERSION(6, 1, 0):
+ case IP_VERSION(6, 1, 1):
adev->hdp.funcs = &hdp_v6_0_funcs;
break;
case IP_VERSION(7, 0, 0):