mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +00:00
tools: Do not install intel_gpu_dump
It has been supersede by intel_error_decode for the user-facing role of obtaining debug info after a crash. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
c407041ebb
commit
56167d8bfd
@ -4,11 +4,9 @@ bin_PROGRAMS = \
|
|||||||
intel_bios_dumper \
|
intel_bios_dumper \
|
||||||
intel_bios_reader \
|
intel_bios_reader \
|
||||||
intel_error_decode \
|
intel_error_decode \
|
||||||
intel_gpu_dump \
|
|
||||||
intel_gpu_top \
|
intel_gpu_top \
|
||||||
intel_gpu_time \
|
intel_gpu_time \
|
||||||
intel_gtt \
|
intel_gtt \
|
||||||
intel_lid \
|
|
||||||
intel_stepping \
|
intel_stepping \
|
||||||
intel_reg_dumper \
|
intel_reg_dumper \
|
||||||
intel_reg_snapshot \
|
intel_reg_snapshot \
|
||||||
@ -18,6 +16,8 @@ bin_PROGRAMS = \
|
|||||||
|
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
intel_dump_decode \
|
intel_dump_decode \
|
||||||
|
intel_gpu_dump \
|
||||||
|
intel_lid \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
intel_gpu_dump_SOURCES = \
|
intel_gpu_dump_SOURCES = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user