mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Add intel_error_decode.
A simple variant of intel_gpu_dump that explicitly handles parsing of i915_error_state. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
bin_PROGRAMS = \
|
||||
intel_audio_dump \
|
||||
intel_decode \
|
||||
intel_error_decode \
|
||||
intel_gpu_dump \
|
||||
intel_gpu_top \
|
||||
intel_gpu_time \
|
||||
@@ -16,8 +16,8 @@ intel_gpu_dump_SOURCES = \
|
||||
intel_decode.c \
|
||||
intel_decode.h
|
||||
|
||||
intel_decode_SOURCES = \
|
||||
intel_decode_file.c \
|
||||
intel_error_decode_SOURCES = \
|
||||
intel_error_decode.c \
|
||||
intel_decode.c \
|
||||
intel_decode.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user