quick_dump: A dump utility different than reg_dumper

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>
This commit is contained in:
Ben Widawsky
2012-09-19 22:08:46 -07:00
parent 66ec9bd4e7
commit ac1634e23c
9 changed files with 314 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
('GEN6_PMINTRMSK', '0x0000a168', '')
('DEISR', '0x00044000', '')
('DEIMR', '0x00044004', '')
('DEIIR', '0x00044008', '')
('DEIER', '0x0004400c', '')
('GTISR', '0x00044010', '')
('GTIMR', '0x00044014', '')
('GTIIR', '0x00044018', '')
('GTIER', '0x0004401c', '')
('GEN6_PMISR', '0x00044020', '')
('GEN6_PMIMR', '0x00044024', '')
('GEN6_PMIIR', '0x00044028', '')
('GEN6_PMIER', '0x0004402c', '')
('SDEISR', '0x000c4000', '')
('SDEIMR', '0x000c4004', '')
('SDEIIR', '0x000c4008', '')
('SDEIER', '0x000c400c', '')
('RENDER_IMR', '0x000020a8', '')
('BSD_IMR', '0x000120a8', '')
('BLT_IMR', '0x000220a8', '')