summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include
diff options
context:
space:
mode:
authorHarry Wentland2017-09-08 16:25:25 +0200
committerAlex Deucher2017-09-27 00:17:41 +0200
commita6def44598eb6b82992ffd696cfd7f027940e2cd (patch)
tree6354c031238db9f10687baba0cdf6942cc0d0918 /drivers/gpu/drm/amd/display/include
parentdrm/amd/display: Change comments to bring in line with internal tree (diff)
downloadkernel-qcow2-linux-a6def44598eb6b82992ffd696cfd7f027940e2cd.tar.gz
kernel-qcow2-linux-a6def44598eb6b82992ffd696cfd7f027940e2cd.tar.xz
kernel-qcow2-linux-a6def44598eb6b82992ffd696cfd7f027940e2cd.zip
drm/amd/display: Update include to bring in line with internal tree
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include')
-rw-r--r--drivers/gpu/drm/amd/display/include/dal_asic_id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/dal_asic_id.h b/drivers/gpu/drm/amd/display/include/dal_asic_id.h
index 14e3146a0cb2..7abe663ecc6e 100644
--- a/drivers/gpu/drm/amd/display/include/dal_asic_id.h
+++ b/drivers/gpu/drm/amd/display/include/dal_asic_id.h
@@ -112,6 +112,7 @@
/* DCN1_0 */
#define INTERNAL_REV_RAVEN_A0 0x00 /* First spin of Raven */
#define RAVEN_A0 0x01
+#define RAVEN_B0 0x21
#define RAVEN_UNKNOWN 0xFF
#define ASIC_REV_IS_RAVEN(eChipRev) ((eChipRev >= RAVEN_A0) && eChipRev < RAVEN_UNKNOWN)