mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-29 02:36:29 +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>
4 lines
127 B
Makefile
4 lines
127 B
Makefile
EXTRA_DIST = \
|
|
base_display.txt base_interrupt.txt base_other.txt base_power.txt base_rings.txt \
|
|
quick_dump.py
|