]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Add DCN36 BIOS command table support
authorWayne Lin <Wayne.Lin@amd.com>
Fri, 10 Jan 2025 12:55:42 +0000 (20:55 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:04:07 +0000 (21:04 -0500)
Add case for DCN36 in command_table_helper2.c.

Acked-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Martin Leung <martin.leung@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c

index 73458e2951034a66059c08f1d052986e688473e5..bad4e4711b4fb6cd36e56797bff70fac429f1f79 100644 (file)
@@ -82,6 +82,7 @@ bool dal_bios_parser_init_cmd_tbl_helper2(
        case DCN_VERSION_3_21:
        case DCN_VERSION_3_5:
        case DCN_VERSION_3_51:
+       case DCN_VERSION_3_6:
        case DCN_VERSION_4_01:
                *h = dal_cmd_tbl_helper_dce112_get_table2();
                return true;