mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
dump decode: Add a non-installed program for decoding binary batchbuffer dumps.
Rather than add yet another decoder into the drivers, I rather just emit a binary blob and use the decoder being developed here. As it is a pure debugging feature, lets not package it. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
+11
-1
@@ -12,13 +12,23 @@ bin_PROGRAMS = \
|
||||
intel_reg_dumper \
|
||||
intel_reg_snapshot \
|
||||
intel_reg_write \
|
||||
intel_reg_read
|
||||
intel_reg_read \
|
||||
$(NULL)
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
intel_dump_decode \
|
||||
$(NULL)
|
||||
|
||||
intel_gpu_dump_SOURCES = \
|
||||
intel_gpu_dump.c \
|
||||
intel_decode.c \
|
||||
intel_decode.h
|
||||
|
||||
intel_dump_decode_SOURCES = \
|
||||
intel_dump_decode.c \
|
||||
intel_decode.c \
|
||||
intel_decode.h
|
||||
|
||||
intel_error_decode_SOURCES = \
|
||||
intel_error_decode.c \
|
||||
intel_decode.c \
|
||||
|
||||
Reference in New Issue
Block a user