summaryrefslogtreecommitdiff
path: root/tools/intel_error_decode.c
AgeCommit message (Expand)Author
2017-11-17tools/error_decode: Print ASCII user buffersChris Wilson
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter
2017-05-11intel_error_decode: Tell zlib the correct amount of memory we allocatedChris Wilson
2017-05-10intel_error_decode: Fix off-by-one when dumping the binary objectsChris Wilson
2017-04-08tools/intel_error_decode: Dump the GuC log if availableChris Wilson
2017-04-08tools/intel_error_decode: Don't try instruction decoding on data buffersChris Wilson
2017-04-06tools/intel_error_decode: Refactor matching known buffersChris Wilson
2017-04-06tools/intel_error_decode: Automatically open a pagerChris Wilson
2017-04-06tools/intel_error_decode: Add support for user specified boChris Wilson
2017-04-06tools/intel_error_decode: Do ascii85 decode firstChris Wilson
2016-08-10intel_error_decode: Skip inflation for uncompressed ascii85 streamsChris Wilson
2016-06-30lib: Start weaning off defunct intel_chipset.hChris Wilson
2015-12-31intel_error_decode: Update address parsing for 64bit offsetsChris Wilson
2015-12-31intel_error_decode: Fix decode headers for HW contextChris Wilson
2015-12-31intel_error_decode: Inflate compressed error stateChris Wilson
2015-11-09lib: Make instdone initialisation fail gracefullyChris Wilson
2015-03-26tools/intel_error_decode: Add gen8+ fault data encodingsMika Kuoppala
2015-03-26tools/intel_error_decode: Add decodings for FAULT_REGMika Kuoppala
2015-03-26tools/intel_error_decode: Add ERROR decodings for gen8Mika Kuoppala
2014-12-05intel_error_decode: Decode the ERROR register on Sandybridge and IvybridgeChris Wilson
2014-09-30rendercopy/skl: Pass the context to rendercopy function on SKLZhao Yakui
2014-03-22lib: rename intel_gpu_tools.h to intel_io.hDaniel Vetter
2014-03-22lib: remove uncessary #includes from headersDaniel Vetter
2014-01-23intel_error_decode: Protect against missing ring registersChris Wilson
2014-01-07intel_reg: Renamed INST_DONE to INSTDONEDamien Lespiau
2014-01-06intel_error_decode: Factor out common decoding codeDamien Lespiau
2013-10-21intel_error_decode: Fix X/Y fence for gen2/3Chris Wilson
2013-08-07intel_error_decode: First try /sys/drm/card0/error for the error-stateChris Wilson
2013-07-16tools/inter_error_decode: decode for ctl and acthdMika Kuoppala
2013-04-23intel_error_decode: HEAD stuffBen Widawsky
2013-04-23intel_error_decode: Whitespacing fixBen Widawsky
2013-02-04intel_error_decode: Don't barf on a malformed PCI ID lineChris Wilson
2012-10-10fix warn in intel_error_decode: ignoring return value of 'asprintf'Imre Deak
2012-05-09intel_error_decode: Be more lax for whitespace around parsing PCI-IDChris Wilson
2012-03-19decode: Use the correct start mask for gen3 fence registersChris Wilson
2012-01-24intel_error_decode: fixup glibc free warningDaniel Vetter
2012-01-09tools/intel_error_decode: fixup new warningsDaniel Vetter
2012-01-09tools/intel_error_decode: convert over to libdrm decoderDaniel Vetter
2011-10-21tools/intel_error_decode: decode gen4+ fencesDaniel Vetter
2011-10-18intel/decode: print out chipset genDaniel Vetter
2011-10-18tools/decode: don't move around the display register sectionDaniel Vetter
2011-10-18tools/decode: don't forget to print the name of the last ringDaniel Vetter
2011-10-17tools/decode: retain the ring nameDaniel Vetter
2011-03-14Decode gen2/gen3 fences in the error_stateDaniel Vetter
2011-02-14Remove confusing use of IS_9XXChris Wilson
2011-02-01error decode: Search for first i915_error_stateChris Wilson
2011-01-09error: Parse ring name before gtt_offsetChris Wilson
2010-12-23error decode: print out class of chipset in the error reportChris Wilson
2010-12-10error-decode: stdin is 0 not 1Chris Wilson
2010-12-01error-decode: Operate as a pipe and accept input from stdinChris Wilson