]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: Add gmc v12_1_0 to discovery list
authorLikun Gao <Likun.Gao@amd.com>
Thu, 13 Feb 2025 02:22:34 +0000 (10:22 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:35 +0000 (13:56 -0500)
Include gmc v12_1_0 in the discovery list for
gmc IP blocks.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Le Ma <le.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 6311b66259b7f4736abc47e519bc0c6d09211d6c..0e743f6ff90ae53d84d0318427c1e7d31101444d 100644 (file)
@@ -2044,6 +2044,7 @@ static int amdgpu_discovery_set_gmc_ip_blocks(struct amdgpu_device *adev)
                break;
        case IP_VERSION(12, 0, 0):
        case IP_VERSION(12, 0, 1):
+       case IP_VERSION(12, 1, 0):
                amdgpu_device_ip_block_add(adev, &gmc_v12_0_ip_block);
                break;
        default: