quick_dump: Add more ring registers
authorBen Widawsky <ben@bwidawsk.net>
Wed, 22 May 2013 22:54:53 +0000 (15:54 -0700)
committerBen Widawsky <ben@bwidawsk.net>
Wed, 22 May 2013 22:54:53 +0000 (15:54 -0700)
START + CTL (and reorder them in the file)

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
tools/quick_dump/base_rings.txt

index d791172..f2d6576 100644 (file)
@@ -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', '')