summaryrefslogtreecommitdiff
path: root/tools/intel_dump_decode.c
AgeCommit message (Collapse)Author
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter
We are, the build system takes care of that. Reviewed-by: Eric Anholt <eric@anholt.net> Acked-by: Jani Nikula <jani.nikula@intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Daniel Stone <daniels@collabora.com> Acked-by: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-12-09tools: terminate getopt_long long option arrays properlyJani Nikula
The last element of the long options array has to be filled with zeros. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
2013-11-28intel_dump_decode: Support the INTEL_DEVID_OVERRIDE env variableDamien Lespiau
This is the one that already works in libdrm, so don't disappoint people coming with expectations. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-11-28intel_dump_decode: Actually parse the -d optionDamien Lespiau
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2012-01-09tools/intel_dump_decode: use libdrm decoderDaniel Vetter
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-10-17Allow intel_dump_decode to read data from stdin.Eugeni Dodonov
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2011-10-17tools/intel_dump_decode: make devid parsing more usefulDaniel Vetter
We use hex for these! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-09-13tools: beef up intel_dump_decodeDaniel Vetter
- now also handles ascii dumps like i915_ringbuffer_data - getoptified - totally lazy binary detector Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2010-12-03decode: Add some missing protection against short buffers for gen6 instrChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-02dump-decode: allow specification of devid, i.e. genChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-07-15dump decode: Add a non-installed program for decoding binary batchbuffer dumps.Chris Wilson
Rather than add yet another decoder into the drivers, I rather just emit a binary blob and use the decoder being developed here. As it is a pure debugging feature, lets not package it. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>