summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c
diff options
context:
space:
mode:
authorAurabindo Pillai <aurabindo.pillai@amd.com>2021-03-15 14:55:24 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-05-19 22:42:00 -0400
commitcd6d421e3d1ad5926b74091254e345db730e7706 (patch)
treea144ed0fbf4c91deff906014364414b3f9fb7519 /drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c
parent8198ace7a074de4dfdc10885ccf081476b50d41b (diff)
downloadlinux-stable-cd6d421e3d1ad5926b74091254e345db730e7706.tar.gz
linux-stable-cd6d421e3d1ad5926b74091254e345db730e7706.tar.bz2
linux-stable-cd6d421e3d1ad5926b74091254e345db730e7706.zip
drm/amd/display: Initial DC support for Beige Goby
[Why&How] Add Beige Goby (DCN303) resource, irq service, & dmub loader. v2: fix nbio include (Alex) Signed-off-by: Chris Park <Chris.Park@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c')
-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 455ee2be15a3..00706b072b5f 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
@@ -73,6 +73,7 @@ bool dal_bios_parser_init_cmd_tbl_helper2(
case DCN_VERSION_3_0:
case DCN_VERSION_3_01:
case DCN_VERSION_3_02:
+ case DCN_VERSION_3_03:
*h = dal_cmd_tbl_helper_dce112_get_table2();
return true;
#endif