From: Tim Huang <[email protected]>

This initializes HDP IP version 6.1.1.

Signed-off-by: Tim Huang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 9f8ba97c3c148..ac1b95b9a4f6a 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):
-- 
2.52.0

Reply via email to