summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2013-05-22 15:54:53 -0700
committerBen Widawsky <ben@bwidawsk.net>2013-05-22 15:54:53 -0700
commit099a92ea28d3bceffaebf7d65ae5a9219038ae0e (patch)
tree045ef403cc7e664c454277d3893e49140c15305a /tools
parent160feafa2dc3616a0731f600919056ba62581bf6 (diff)
quick_dump: Add more ring registers
START + CTL (and reorder them in the file) Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'tools')
-rw-r--r--tools/quick_dump/base_rings.txt12
1 files 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', '')