From: Qingqing Zhuo Date: Thu, 3 Aug 2023 05:21:12 +0000 (-0400) Subject: drm/amd/display: Add DCN35 BIOS command table support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26a692f2419ce3bb6e2d40d60279b861b4b47f8c;p=linux.git drm/amd/display: Add DCN35 BIOS command table support [Why & How] Add case for DCN35 in command_table_helper2.c. Signed-off-by: Qingqing Zhuo Acked-by: Harry Wentland 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 8538f13e01bfb..9d347960e2b0c 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 @@ -80,6 +80,7 @@ bool dal_bios_parser_init_cmd_tbl_helper2( case DCN_VERSION_3_16: case DCN_VERSION_3_2: case DCN_VERSION_3_21: + case DCN_VERSION_3_5: *h = dal_cmd_tbl_helper_dce112_get_table2(); return true;