intel: tools: dump: remove command execution feature
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 18 Jul 2018 14:12:57 +0000 (15:12 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 19 Jul 2018 09:11:54 +0000 (10:11 +0100)
commit5ba3e5c3588abd6db0b737b53f3aeb4093136094
tree24fdf09736425615aca5be2b1aae20cd7da232dd
parent494a206229f237566a7291660687fd8e77efbc91
intel: tools: dump: remove command execution feature

In commit 86cb05a6d35a52 ("intel: aubinator: remove standard input
processing option") we removed the ability to process aub as an input
stream because we're now rely on mmapping the aub file to back the
buffers aubinator is parsing.

intel_aubdump was the provider of the standard input data and since
we've copied/reworked intel_aubdump into intel_dump_gpu within Mesa,
we don't need that code anymore.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/tools/intel_dump_gpu.c
src/intel/tools/intel_dump_gpu.in