drm/amdgpu: add missing case for HDP for renoir
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Oct 2021 17:20:34 +0000 (13:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 8 Oct 2021 17:20:13 +0000 (13:20 -0400)
Missing 4.1.2.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 90d7de17d81cca725238ade6782bb1fcdc4ca00d..2bebd2ce647430489d267a2dc3f63821c2239f03 100644 (file)
@@ -1150,6 +1150,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(4, 0, 1):
        case IP_VERSION(4, 1, 0):
        case IP_VERSION(4, 1, 1):
+       case IP_VERSION(4, 1, 2):
        case IP_VERSION(4, 2, 0):
        case IP_VERSION(4, 2, 1):
        case IP_VERSION(4, 4, 0):