summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/include/dal_types.h
diff options
context:
space:
mode:
authorAurabindo Pillai <aurabindo.pillai@amd.com>2021-03-15 21:55:24 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-05-20 05:42:00 +0300
commitcd6d421e3d1ad5926b74091254e345db730e7706 (patch)
treea144ed0fbf4c91deff906014364414b3f9fb7519 /drivers/gpu/drm/amd/display/include/dal_types.h
parent8198ace7a074de4dfdc10885ccf081476b50d41b (diff)
downloadlinux-cd6d421e3d1ad5926b74091254e345db730e7706.tar.xz
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/include/dal_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/dal_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/dal_types.h b/drivers/gpu/drm/amd/display/include/dal_types.h
index 0d485802a2d0..85aed509c01f 100644
--- a/drivers/gpu/drm/amd/display/include/dal_types.h
+++ b/drivers/gpu/drm/amd/display/include/dal_types.h
@@ -54,6 +54,7 @@ enum dce_version {
DCN_VERSION_3_0,
DCN_VERSION_3_01,
DCN_VERSION_3_02,
+ DCN_VERSION_3_03,
DCN_VERSION_MAX
};