]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Add dcn42 version identifiers
authorRoman Li <Roman.Li@amd.com>
Mon, 2 Feb 2026 23:18:39 +0000 (18:18 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:16:31 +0000 (14:16 -0500)
Add DCN 4.2 asic version identifiers.

Signed-off-by: Roman Li <Roman.Li@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/include/dal_asic_id.h
drivers/gpu/drm/amd/display/include/dal_types.h

index 8aea50aa9533019b17443c0ee0a133974121e5d8..92510af1bd653787882cc1c39f411b252d2202d0 100644 (file)
@@ -252,6 +252,7 @@ enum {
 #define AMDGPU_FAMILY_GC_11_0_0 145
 #define AMDGPU_FAMILY_GC_11_0_1 148
 #define AMDGPU_FAMILY_GC_11_5_0 150
+#define AMDGPU_FAMILY_GC_11_5_4        154
 #define GC_11_0_0_A0 0x1
 #define GC_11_0_2_A0 0x10
 #define GC_11_0_3_A0 0x20
index a021d12acd7417f298d3c9581c65deb031b02385..d30eb24cf11e300c915bcd0139b5061bfd8ee936 100644 (file)
@@ -65,6 +65,7 @@ enum dce_version {
        DCN_VERSION_3_51,
        DCN_VERSION_3_6,
        DCN_VERSION_4_01,
+       DCN_VERSION_4_2,
        DCN_VERSION_MAX
 };