Commit 26a692f2 authored by Qingqing Zhuo's avatar Qingqing Zhuo Committed by Alex Deucher

drm/amd/display: Add DCN35 BIOS command table support

[Why & How]
Add case for DCN35 in command_table_helper2.c.
Signed-off-by: default avatarQingqing Zhuo <Qingqing.Zhuo@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fb8c3ef8
...@@ -80,6 +80,7 @@ bool dal_bios_parser_init_cmd_tbl_helper2( ...@@ -80,6 +80,7 @@ bool dal_bios_parser_init_cmd_tbl_helper2(
case DCN_VERSION_3_16: case DCN_VERSION_3_16:
case DCN_VERSION_3_2: case DCN_VERSION_3_2:
case DCN_VERSION_3_21: case DCN_VERSION_3_21:
case DCN_VERSION_3_5:
*h = dal_cmd_tbl_helper_dce112_get_table2(); *h = dal_cmd_tbl_helper_dce112_get_table2();
return true; return true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment