From 099a92ea28d3bceffaebf7d65ae5a9219038ae0e Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Wed, 22 May 2013 15:54:53 -0700 Subject: [PATCH] quick_dump: Add more ring registers START + CTL (and reorder them in the file) Signed-off-by: Ben Widawsky --- tools/quick_dump/base_rings.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/quick_dump/base_rings.txt b/tools/quick_dump/base_rings.txt index d791172c..f2d6576d 100644 --- a/tools/quick_dump/base_rings.txt +++ b/tools/quick_dump/base_rings.txt @@ -1,9 +1,18 @@ ('RENDER_INSTPM', '0x20c0', '') ('BSD_INSTPM', '0x120c0', '') ('BLT_INSTPM', '0x220c0', '') +('RENDER_RING_TAIL', '0x2030', '') +('BSD_RING_TAIL', '0x12030', '') +('BLT_RING_TAIL', '0x22030', '') ('RENDER_RING_HEAD', '0x2034', '') ('BSD_RING_HEAD', '0x12034', '') ('BLT_RING_HEAD', '0x22034', '') +('RENDER_RING_START', '0x2038', '') +('BSD_RING_START', '0x12038', '') +('BLT_RING_START', '0x22038', '') +('RENDER_RING_CTL', '0x203c', '') +('BSD_RING_CTL', '0x1203c', '') +('BLT_RING_CTL', '0x2203c', '') ('RENDER_IPEIR', '0x2064', '') ('BSD_IPEIR', '0x12064', '') ('BLT_IPEIR', '0x22064', '') @@ -22,6 +31,3 @@ ('RENDER_FADDR', '0x2078', '') ('BSD_FADDR', '0x12078', '') ('BLT_FADDR', '0x22078', '') -('RENDER_RING_TAIL', '0x2030', '') -('BSD_RING_TAIL', '0x12030', '') -('BLT_RING_TAIL', '0x22030', '')