]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/discovery: Fix device family for DCN42
authorRoman Li <Roman.Li@amd.com>
Thu, 14 May 2026 01:49:15 +0000 (21:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Jul 2026 21:36:57 +0000 (17:36 -0400)
commit29c57db1629e7a3cddfe1a4b13e72682acfef38e
tree9a78e92006977a776708bbc8b8100ff9ab1464b2
parenta13c140cc289c0b7b3770bce5b3ad42ab35074aa
drm/amdgpu/discovery: Fix device family for DCN42

GC 11.7.0 and 11.7.1 should map to AMDGPU_FAMILY_GC_11_5_4 for DCN42.

Fixes: cf591e67c095 ("drm/amdgpu: add support for GC IP version 11.7.0")
Fixes: a928d8d81ec5 ("drm/amdgpu: add support for GC IP version 11.7.1")
Signed-off-by: Roman Li <Roman.Li@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit f8ee6447e7ec1d75d6663c817e45566dd01f440b)
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c