mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Add intel_gpu_dump from the 2D driver.
This commit is contained in:
@@ -2,6 +2,7 @@ bin_PROGRAMS = \
|
||||
intel_gpu_dump \
|
||||
intel_gpu_top \
|
||||
intel_stepping \
|
||||
intel_reg_dumper \
|
||||
intel_reg_write
|
||||
|
||||
intel_gpu_dump_SOURCES = \
|
||||
|
||||
@@ -59,8 +59,6 @@
|
||||
return count; \
|
||||
} while (0)
|
||||
|
||||
#define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0]))
|
||||
|
||||
static FILE *out;
|
||||
static uint32_t saved_s2 = 0, saved_s4 = 0;
|
||||
static char saved_s2_set = 0, saved_s4_set = 0;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user