summaryrefslogtreecommitdiff
path: root/tools/intel_dump_decode.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-09tools/intel_dump_decode: use libdrm decoderDaniel Vetter1-12/+20
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-10-17Allow intel_dump_decode to read data from stdin.Eugeni Dodonov1-2/+14
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2011-10-17tools/intel_dump_decode: make devid parsing more usefulDaniel Vetter1-2/+1
We use hex for these! Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-09-13tools: beef up intel_dump_decodeDaniel Vetter1-7/+124
- 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 Wilson1-1/+1
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-02dump-decode: allow specification of devid, i.e. genChris Wilson1-1/+6
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 Wilson1-0/+70
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>