From: Wayne Lin Date: Fri, 10 Jan 2025 12:55:42 +0000 (+0800) Subject: drm/amd/display: Add DCN36 BIOS command table support X-Git-Tag: v6.15-rc1~120^2~17^2~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02efc0a780442930e6c09ccbd370e9f847401ca0;p=thirdparty%2Flinux.git drm/amd/display: Add DCN36 BIOS command table support Add case for DCN36 in command_table_helper2.c. Acked-by: Harry Wentland Reviewed-by: Martin Leung Signed-off-by: Taimur Hassan Signed-off-by: Wayne Lin Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c b/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c index 73458e2951034..bad4e4711b4fb 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c @@ -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;