aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQingqing Zhuo <[email protected]>2022-02-10 15:12:00 -0500
committerAlex Deucher <[email protected]>2022-02-18 14:07:01 -0500
commitf9806a172070c2d6094b0a9e488c8c172a6f35ab (patch)
tree7fe20eaf680de4d2c27c12ef8919da749d60fe69
parent9cc57625a6f374174f716f87af3bb5df87118ca8 (diff)
drm/amd/display: Add DCN315 Command Table Helper
Add vbios table support for DCN 3.1.5. Signed-off-by: Qingqing Zhuo <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c1
1 files changed, 1 insertions, 0 deletions
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 d0fcfb158436..dd9704ef4ccc 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
@@ -76,6 +76,7 @@ bool dal_bios_parser_init_cmd_tbl_helper2(
case DCN_VERSION_3_02:
case DCN_VERSION_3_03:
case DCN_VERSION_3_1:
+ case DCN_VERSION_3_15:
case DCN_VERSION_3_16:
*h = dal_cmd_tbl_helper_dce112_get_table2();
return true;