mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
decode: Split decoder and reuse outside of intel_gpu_dump
Introduce a second decoder that simpler operates on a file so that it can be run on dumped batchbuffers independent of the gpu. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
bin_PROGRAMS = \
|
||||
intel_audio_dump \
|
||||
intel_decode \
|
||||
intel_gpu_dump \
|
||||
intel_gpu_top \
|
||||
intel_gpu_time \
|
||||
@@ -9,6 +10,12 @@ bin_PROGRAMS = \
|
||||
|
||||
intel_gpu_dump_SOURCES = \
|
||||
intel_gpu_dump.c \
|
||||
intel_decode.c \
|
||||
intel_decode.h
|
||||
|
||||
intel_decode_SOURCES = \
|
||||
intel_decode_file.c \
|
||||
intel_decode.c \
|
||||
intel_decode.h
|
||||
|
||||
LDADD = ../lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user