From: Hawking Zhang Date: Mon, 3 Oct 2022 19:45:33 +0000 (-0400) Subject: drm/amdgpu: add HDP ip block for HDP 4.4.2 X-Git-Tag: v6.6.17~4917^2~28^2~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4688940a1e03fc2457e40aac2257fe55e97c8d3e;p=platform%2Fkernel%2Flinux-rpi.git drm/amdgpu: add HDP ip block for HDP 4.4.2 Add HDP IP handling for HDP 4.4.2 Signed-off-by: Hawking Zhang Reviewed-by: Le Ma Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index fe9f6a2..1262fef 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -2305,6 +2305,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(4, 2, 0): case IP_VERSION(4, 2, 1): case IP_VERSION(4, 4, 0): + case IP_VERSION(4, 4, 2): adev->hdp.funcs = &hdp_v4_0_funcs; break; case IP_VERSION(5, 0, 0):