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.4-rc1~162^2~23^2~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4688940a1e03fc2457e40aac2257fe55e97c8d3e;p=thirdparty%2Flinux.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 fe9f6a2401a8a..1262fef81d74c 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):