summaryrefslogtreecommitdiff
path: root/tools/registers
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2017-01-17 14:31:21 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2017-02-10 16:45:47 +0200
commitae7804ddb4cad7f15e26a0eccff7cc05bf080436 (patch)
tree14a9d7c0ac617585c1fa67dd880817216ff38af7 /tools/registers
parent0174d22e83fbf264fbe3d582839ebc414b168b18 (diff)
tools/intel_reg: Dump SKL AUX_DIST registers for all planes
We are missing the AUX_DIST registers for pipes A and B. Add them, and move the pipe C AUX_DIST registers next to the AUX_OFFSET registers for a bit more convenience. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tools/registers')
-rw-r--r--tools/registers/skl_display.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/tools/registers/skl_display.txt b/tools/registers/skl_display.txt
index d995e3a6..cb1a3e93 100644
--- a/tools/registers/skl_display.txt
+++ b/tools/registers/skl_display.txt
@@ -38,6 +38,9 @@
('PLANE_OFFSET_1_A', '0x701a4', '')
('PLANE_OFFSET_2_A', '0x702a4', '')
('PLANE_OFFSET_3_A', '0x703a4', '')
+('PLANE_AUX_DIST_1_A', '0x701c0', '')
+('PLANE_AUX_DIST_2_A', '0x702c0', '')
+('PLANE_AUX_DIST_3_A', '0x703c0', '')
('PLANE_AUX_OFFSET_1_A', '0x701c4', '')
('PLANE_AUX_OFFSET_2_A', '0x702c4', '')
('PLANE_AUX_OFFSET_3_A', '0x703c4', '')
@@ -140,6 +143,9 @@
('PLANE_OFFSET_1_B', '0x711a4', '')
('PLANE_OFFSET_2_B', '0x712a4', '')
('PLANE_OFFSET_3_B', '0x713a4', '')
+('PLANE_AUX_DIST_1_B', '0x711c0', '')
+('PLANE_AUX_DIST_2_B', '0x712c0', '')
+('PLANE_AUX_DIST_3_B', '0x713c0', '')
('PLANE_AUX_OFFSET_1_B', '0x711c4', '')
('PLANE_AUX_OFFSET_2_B', '0x712c4', '')
('PLANE_AUX_OFFSET_3_B', '0x713c4', '')
@@ -225,9 +231,6 @@
('PLANE_NV12_BUF_CFG_1_C', '0x72278', '')
('PLANE_NV12_BUF_CFG_2_C', '0x72378', '')
('PLANE_NV12_BUF_CFG_3_C', '0x72478', '')
-('PLANE_AUX_DIST_1_C', '0x721c0', '')
-('PLANE_AUX_DIST_2_C', '0x722c0', '')
-('PLANE_AUX_DIST_3_C', '0x723c0', '')
('PLANE_CTL_1_C', '0x72180', '')
('PLANE_CTL_2_C', '0x72280', '')
('PLANE_CTL_3_C', '0x72380', '')
@@ -243,6 +246,9 @@
('PLANE_OFFSET_1_C', '0x721a4', '')
('PLANE_OFFSET_2_C', '0x722a4', '')
('PLANE_OFFSET_3_C', '0x723a4', '')
+('PLANE_AUX_DIST_1_C', '0x721c0', '')
+('PLANE_AUX_DIST_2_C', '0x722c0', '')
+('PLANE_AUX_DIST_3_C', '0x723c0', '')
('PLANE_AUX_OFFSET_1_C', '0x721c4', '')
('PLANE_AUX_OFFSET_2_C', '0x722c4', '')
('PLANE_AUX_OFFSET_3_C', '0x723c4', '')