From ae7804ddb4cad7f15e26a0eccff7cc05bf080436 Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Tue, 17 Jan 2017 14:31:21 +0200 Subject: tools/intel_reg: Dump SKL AUX_DIST registers for all planes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ä --- tools/registers/skl_display.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'tools/registers') 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', '') -- cgit v1.2.3