diff options
-rw-r--r-- | tools/quick_dump/base_rings.txt | 12 |
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', '') |