mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
quick_dump: Add more ring registers
START + CTL (and reorder them in the file) Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
160feafa2d
commit
099a92ea28
@ -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', '')
|
||||
|
Loading…
x
Reference in New Issue
Block a user