summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include
diff options
context:
space:
mode:
authorCharlene Liu2017-08-01 19:23:56 +0200
committerAlex Deucher2017-09-27 00:16:15 +0200
commit746e082fdd1c7650322ba4c08652245fcdf83adb (patch)
tree802cdca56eb59e115854416d028c73d098027363 /drivers/gpu/drm/amd/display/include
parentdrm/amd/display: Fix comment placement for when new_stream is null (diff)
downloadkernel-qcow2-linux-746e082fdd1c7650322ba4c08652245fcdf83adb.tar.gz
kernel-qcow2-linux-746e082fdd1c7650322ba4c08652245fcdf83adb.tar.xz
kernel-qcow2-linux-746e082fdd1c7650322ba4c08652245fcdf83adb.zip
drm/amd/display: update predefined latency for Rv1_F0
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@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/include')
-rw-r--r--drivers/gpu/drm/amd/display/include/dal_asic_id.h3
1 files changed, 3 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 af9fa66b32b8..14e3146a0cb2 100644
--- a/drivers/gpu/drm/amd/display/include/dal_asic_id.h
+++ b/drivers/gpu/drm/amd/display/include/dal_asic_id.h
@@ -115,6 +115,9 @@
#define RAVEN_UNKNOWN 0xFF
#define ASIC_REV_IS_RAVEN(eChipRev) ((eChipRev >= RAVEN_A0) && eChipRev < RAVEN_UNKNOWN)
+#define RAVEN1_F0 0xF0
+#define ASICREV_IS_RV1_F0(eChipRev) ((eChipRev >= RAVEN1_F0) && (eChipRev < RAVEN_UNKNOWN))
+
#define FAMILY_RV 142 /* DCN 1*/