summaryrefslogtreecommitdiff
path: root/tools/intel_error_decode.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09lib: Make instdone initialisation fail gracefullyChris Wilson1-1/+2
2015-03-26tools/intel_error_decode: Add gen8+ fault data encodingsMika Kuoppala1-1/+18
2015-03-26tools/intel_error_decode: Add decodings for FAULT_REGMika Kuoppala1-0/+42
2015-03-26tools/intel_error_decode: Add ERROR decodings for gen8Mika Kuoppala1-0/+19
2014-12-05intel_error_decode: Decode the ERROR register on Sandybridge and IvybridgeChris Wilson1-0/+57
2014-09-30rendercopy/skl: Pass the context to rendercopy function on SKLZhao Yakui1-0/+1
2014-03-22lib: rename intel_gpu_tools.h to intel_io.hDaniel Vetter1-1/+1
2014-03-22lib: remove uncessary #includes from headersDaniel Vetter1-0/+1
2014-01-23intel_error_decode: Protect against missing ring registersChris Wilson1-5/+4
2014-01-07intel_reg: Renamed INST_DONE to INSTDONEDamien Lespiau1-1/+1
2014-01-06intel_error_decode: Factor out common decoding codeDamien Lespiau1-31/+21
2013-10-21intel_error_decode: Fix X/Y fence for gen2/3Chris Wilson1-2/+2
2013-08-07intel_error_decode: First try /sys/drm/card0/error for the error-stateChris Wilson1-7/+11
2013-07-16tools/inter_error_decode: decode for ctl and acthdMika Kuoppala1-2/+33
2013-04-23intel_error_decode: HEAD stuffBen Widawsky1-17/+33
2013-04-23intel_error_decode: Whitespacing fixBen Widawsky1-292/+293
2013-02-04intel_error_decode: Don't barf on a malformed PCI ID lineChris Wilson1-0/+5
2012-10-10fix warn in intel_error_decode: ignoring return value of 'asprintf'Imre Deak1-2/+8
2012-05-09intel_error_decode: Be more lax for whitespace around parsing PCI-IDChris Wilson1-0/+2
2012-03-19decode: Use the correct start mask for gen3 fence registersChris Wilson1-1/+1
2012-01-24intel_error_decode: fixup glibc free warningDaniel Vetter1-1/+1
2012-01-09tools/intel_error_decode: fixup new warningsDaniel Vetter1-11/+10
2012-01-09tools/intel_error_decode: convert over to libdrm decoderDaniel Vetter1-7/+22
2011-10-21tools/intel_error_decode: decode gen4+ fencesDaniel Vetter1-3/+27
2011-10-18intel/decode: print out chipset genDaniel Vetter1-7/+2
2011-10-18tools/decode: don't move around the display register sectionDaniel Vetter1-0/+10
2011-10-18tools/decode: don't forget to print the name of the last ringDaniel Vetter1-1/+4
2011-10-17tools/decode: retain the ring nameDaniel Vetter1-4/+18
2011-03-14Decode gen2/gen3 fences in the error_stateDaniel Vetter1-0/+45
2011-02-14Remove confusing use of IS_9XXChris Wilson1-2/+2
2011-02-01error decode: Search for first i915_error_stateChris Wilson1-13/+29
2011-01-09error: Parse ring name before gtt_offsetChris Wilson1-21/+29
2010-12-23error decode: print out class of chipset in the error reportChris Wilson1-1/+9
2010-12-10error-decode: stdin is 0 not 1Chris Wilson1-1/+1
2010-12-01error-decode: Operate as a pipe and accept input from stdinChris Wilson1-25/+31
2010-10-22Decode PGTBL_ER for i965Chris Wilson1-0/+32
2010-08-25decode: Handle errors during parsing.Chris Wilson1-5/+5
2010-07-15error: Decode i915 PGTBL errorsChris Wilson1-0/+48
2010-04-08Enable compilation on non-Intel, non-DRM systems.Chris Wilson1-5/+9
2010-03-04intel_error_decode: Pretty print i830 PGTBL_ERChris Wilson1-0/+51
2010-02-12Add intel_error_decode.Chris Wilson1-0/+235