drm/amd/display: Add DCN35 BIOS command table support
authorQingqing Zhuo <Qingqing.Zhuo@amd.com>
Thu, 3 Aug 2023 05:21:12 +0000 (01:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:51:14 +0000 (15:51 -0400)
[Why & How]
Add case for DCN35 in command_table_helper2.c.

Signed-off-by: Qingqing Zhuo <Qingqing.Zhuo@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c

index 8538f13e01bfb8645dc24694675493378eb96767..9d347960e2b0ca15d5edff3287478cc2b63be508 100644 (file)
@@ -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;