[Intel-gfx] [PATCH i-g-t] tools/intel_reg: Dump SKL AUX_DIST registers for all planes

ville.syrjala at linux.intel.com ville.syrjala at linux.intel.com
Fri Jan 20 16:04:23 UTC 2017


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

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 at linux.intel.com>
---
 tools/registers/skl_display.txt | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/tools/registers/skl_display.txt b/tools/registers/skl_display.txt
index d995e3a61047..cb1a3e938121 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', '')
-- 
2.10.2



More information about the Intel-gfx mailing list