summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios
diff options
context:
space:
mode:
authorQingqing Zhuo <qingqing.zhuo@amd.com>2022-02-10 15:12:00 -0500
committerAlex Deucher <alexander.deucher@amd.com>2022-02-18 14:07:01 -0500
commitf9806a172070c2d6094b0a9e488c8c172a6f35ab (patch)
tree7fe20eaf680de4d2c27c12ef8919da749d60fe69 /drivers/gpu/drm/amd/display/dc/bios
parent9cc57625a6f374174f716f87af3bb5df87118ca8 (diff)
downloadlinux-stable-f9806a172070c2d6094b0a9e488c8c172a6f35ab.tar.gz
linux-stable-f9806a172070c2d6094b0a9e488c8c172a6f35ab.tar.bz2
linux-stable-f9806a172070c2d6094b0a9e488c8c172a6f35ab.zip
drm/amd/display: Add DCN315 Command Table Helper
Add vbios table support for DCN 3.1.5. 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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
-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;