]> www.infradead.org Git - users/willy/xarray.git/commitdiff
drm/amd/display: Rename dcn31 string shown to user
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 16 Jul 2025 20:53:43 +0000 (15:53 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Jul 2025 20:40:31 +0000 (16:40 -0400)
[Why]
DCN31 isn't a product, but DCN312 is. Matching against documentation users
might not understand the code.

[How]
Change DCN 3.1 string to be DCN 3.1.2.

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_helper.c

index 7217de25885112d050b1cb0b54c1b59402f0b1ce..51e41aed7316c3497a88dcab127beb0c3d45b944 100644 (file)
@@ -732,7 +732,7 @@ char *dce_version_to_string(const int version)
        case DCN_VERSION_3_03:
                return "DCN 3.0.3";
        case DCN_VERSION_3_1:
-               return "DCN 3.1";
+               return "DCN 3.1.2";
        case DCN_VERSION_3_14:
                return "DCN 3.1.4";
        case DCN_VERSION_3_15: