summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Add Ivybridge support to intel_gpu_dump and the BLT tests.Eric Anholt1-1/+1
2011-04-05intel_decode: drop unused codeDaniel Vetter1-7/+0
2011-04-05decode: Correct a couple of mistakes in gen3 IMMEDIATE_STATE_1Chris Wilson1-126/+132
2011-03-22intel_bios_dumper: handle rom_size == 0Forest Bond1-0/+5
2011-03-14Decode map state on gen2Daniel Vetter1-4/+15
2011-03-14Decode gen2/gen3 fences in the error_stateDaniel Vetter1-0/+45
2011-03-06Decode 3DSTATE_CLEAR_PARAMETERSDaniel Vetter1-1/+22
2011-03-06Small cleanups for immediate state S5Daniel Vetter1-6/+6
2011-03-04Fully decode sampler stateDaniel Vetter1-6/+66
2011-03-04Fully decode map stateDaniel Vetter1-5/+14
2011-03-04Decode 3DSTATE_LOAD_INDIRECTDaniel Vetter1-7/+128
2011-03-04Decode 3DSTATE_LOAD_INDIRECT S0-S4Daniel Vetter1-3/+79
2011-03-03Decode scissor stateDaniel Vetter1-1/+2
2011-03-03Decode 3DSTATE_DRAWING_RECTANGLEDaniel Vetter1-1/+20
2011-03-03Decode MS3 tex formatDaniel Vetter1-1/+16
2011-03-02decode: Fix pretty printing of 3DSTATE_URB allocation sizeChris Wilson1-2/+2
2011-03-02decode: fix gen6 PS binding table update bitChris Wilson1-1/+1
2011-03-01Decode MS3 tex formatDaniel Vetter1-2/+70
2011-02-28Decode depth buffer formatDaniel Vetter1-3/+9
2011-02-24Add MI_SUSPEND_FLUSH instruction decodeBen Widawsky1-0/+1
2011-02-14Remove confusing use of IS_9XXChris Wilson5-88/+88
2011-02-10intel_stepping: Include clocks in summaryChris Wilson1-0/+134
2011-02-10tools/intel_bios_reader: use correct printf format for size_tChris Wilson1-1/+1
2011-02-10tools/intel_disable_clock_gating: Remove unused variableChris Wilson1-1/+0
2011-02-10tools: Do not install intel_gpu_dumpChris Wilson1-2/+2
2011-02-10tools/intel_gpu_dump: Replace asprintf with snprintfChris Wilson1-15/+13
2011-02-10tests/intel_reg_dumper: Replace asprintf with snprintfChris Wilson1-85/+75
2011-02-01error decode: Search for first i915_error_stateChris Wilson1-13/+29
2011-02-01Search for the first Intel dri device.Chris Wilson5-8/+8
2011-01-29bios: Parse SDVO panel DTDsChris Wilson2-21/+150
2011-01-09gpu-top: Correct computation of ring sizeChris Wilson1-2/+2
2011-01-09error: Parse ring name before gtt_offsetChris Wilson1-21/+29
2011-01-07intel_gpu_top: Include BLT ringChris Wilson1-1/+9
2011-01-07intel_gpu_top: Wake the GT power well to read gen6 ring registersChris Wilson1-4/+43
2010-12-23error decode: print out class of chipset in the error reportChris Wilson1-1/+9
2010-12-21tools/bios_reader: try to dump more child device dataJesse Barnes2-17/+119
2010-12-16intel_disable_clock_gating: New tool for turning off clock gating on ILK.Eric Anholt2-0/+73
2010-12-16intel_gpu_top: Print stats regs on Ironlake as well.Eric Anholt1-3/+4
2010-12-10error-decode: stdin is 0 not 1Chris Wilson1-1/+1
2010-12-04decode: Add a couple of BLT MI.Chris Wilson1-0/+2
2010-12-04gpu-dump: Include BLT and BSD ringbuffersChris Wilson1-0/+24
2010-12-03decode: Add some missing protection against short buffers for gen6 instrChris Wilson2-1/+19
2010-12-02dump-decode: allow specification of devid, i.e. genChris Wilson1-1/+6
2010-12-01error-decode: Operate as a pipe and accept input from stdinChris Wilson1-25/+31
2010-11-29decode: Improve parsing of i915 fixed-length indexed primitivesChris Wilson1-12/+11
2010-10-22Decode PGTBL_ER for i965Chris Wilson1-0/+32
2010-10-01intel_gpu_top: Sample BSD rings as well as renderChris Wilson1-28/+80
2010-09-29decode: fix PS sample state change bit on sandybridgeZhenyu Wang1-1/+1
2010-09-27intel_decode: decode 3d commands for sandybridgeZhenyu Wang1-34/+323
2010-09-20intel_reg_dumper: eDP port is on the CPU, not PCHJesse Barnes1-1/+1