summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/ni_reg.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-04-06 09:24:48 +1000
committerAlex Deucher <alexander.deucher@amd.com>2016-04-06 14:57:46 -0400
commit4b814aace1f77e1a690d3ab0d30c0882f9c1f731 (patch)
tree2c6971dbf891d2de982e4eb025d0b72e1c9998b4 /drivers/gpu/drm/radeon/ni_reg.h
parente131b914c15aa70b2d8a5f3dbbaeec151ea17e7e (diff)
drm/radeon/mst: port some MST setup code from DAL.
This ports the DAL timeouts and MST rate calculations for the hw from the DAL codebase. Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/ni_reg.h')
-rw-r--r--drivers/gpu/drm/radeon/ni_reg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/ni_reg.h b/drivers/gpu/drm/radeon/ni_reg.h
index da310a70c0f0..827ccc87cbc3 100644
--- a/drivers/gpu/drm/radeon/ni_reg.h
+++ b/drivers/gpu/drm/radeon/ni_reg.h
@@ -109,6 +109,8 @@
#define NI_DP_MSE_SAT2 0x7398
#define NI_DP_MSE_SAT_UPDATE 0x739c
+# define NI_DP_MSE_SAT_UPDATE_MASK 0x3
+# define NI_DP_MSE_16_MTP_KEEPOUT 0x100
#define NI_DIG_BE_CNTL 0x7140
# define NI_DIG_FE_SOURCE_SELECT(x) (((x) & 0x7f) << 8)