mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
This is the base tool for quick dump. At it's heart, quick dump is simply a basic text parsing thingie which plugs into intel-gpu-tools to do something similar to intel_reg_dumper. The format for the register definition files is very open, so it's just something simple for now. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
28 lines
855 B
Plaintext
28 lines
855 B
Plaintext
('RENDER_INSTPM', '0x20c0', '')
|
|
('BSD_INSTPM', '0x120c0', '')
|
|
('BLT_INSTPM', '0x220c0', '')
|
|
('RENDER_RING_HEAD', '0x2034', '')
|
|
('BSD_RING_HEAD', '0x12034', '')
|
|
('BLT_RING_HEAD', '0x22034', '')
|
|
('RENDER_IPEIR', '0x2064', '')
|
|
('BSD_IPEIR', '0x12064', '')
|
|
('BLT_IPEIR', '0x22064', '')
|
|
('RENDER_IPEHR', '0x2068', '')
|
|
('BSD_IPEHR', '0x12068', '')
|
|
('BLT_IPEHR', '0x22068', '')
|
|
('RENDER_INSTDONE', '0x206c', '')
|
|
('BSD_INSTDONE', '0x1206c', '')
|
|
('BLT_INSTDONE', '0x2206c', '')
|
|
('RENDER_INSTPS', '0x2070', '')
|
|
('BSD_INSTPS', '0x12070', '')
|
|
('BLT_INSTPS', '0x22070', '')
|
|
('RENDER_RING_ACTHD', '0x2074', '')
|
|
('BSD_RING_ACTHD', '0x12074', '')
|
|
('BLT_RING_ACTHD', '0x22074', '')
|
|
('RENDER_FADDR', '0x2078', '')
|
|
('BSD_FADDR', '0x12078', '')
|
|
('BLT_FADDR', '0x22078', '')
|
|
('RENDER_RING_TAIL', '0x2030', '')
|
|
('BSD_RING_TAIL', '0x12030', '')
|
|
('BLT_RING_TAIL', '0x22030', '')
|