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
+3
View File
@@ -0,0 +1,3 @@
EXTRA_DIST = \
base_display.txt base_interrupt.txt base_other.txt base_power.txt base_rings.txt \
quick_dump.py