mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
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:
@@ -0,0 +1,6 @@
|
||||
('PGETBL_CTL', '0x00002020', '')
|
||||
('MI_MODE', '0x0000209c', '')
|
||||
('ERROR_GEN6', '0x000040a0', '')
|
||||
('RENDER_HWSTAM', '0x00002098', '')
|
||||
('GEN6_BSD_HWSTAM', '0x00012098', '')
|
||||
('GEN6_BLITTER_HWSTAM', '0x00022098', '')
|
||||
Reference in New Issue
Block a user