mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
intel_error_decode: Inflate compressed error state
Recent kernels compress the active objects using zlib + ascii85 encoding. This adapts the tool to decompress those inplace. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -45,6 +45,7 @@ intel_reg_SOURCES = \
|
||||
|
||||
intel_error_decode_SOURCES = \
|
||||
intel_error_decode.c
|
||||
intel_error_decode_LDFLAGS = -lz
|
||||
|
||||
intel_bios_reader_SOURCES = \
|
||||
intel_bios_reader.c \
|
||||
|
||||
Reference in New Issue
Block a user