summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-09-13tools: remove intel_gpu_dumpDaniel Vetter2-413/+0
2011-09-13tools: beef up intel_dump_decodeDaniel Vetter1-7/+124
2011-09-09tools: decode some more MI_ opsDaniel Vetter1-0/+39
2011-09-09tools: decode MI_SEMAPHORE_MBOXDaniel Vetter1-11/+28
2011-09-06tools/intel_gpu_dump: add hackish --devid parsingDaniel Vetter1-4/+15
2011-09-05intel_gpu_top: access hardware before running profiling commandEugeni Dodonov1-5/+5
2011-09-05intel_gpu_tools: describe -e option in usage screenEugeni Dodonov1-1/+2
2011-09-05intel_gpu_top: adopt to kernel coding styleEugeni Dodonov1-27/+22
2011-09-05intel_gpu_top: support profiling user-specified commandsEugeni Dodonov1-1/+55
2011-09-05intel_gpu_top: support non-interactive modeEugeni Dodonov1-41/+109
2011-09-05This patch initializes the last_stats[] for registers prior to startingEugeni Dodonov1-0/+16
2011-09-05Revert "intel_gpu_top: initialize monitoring statistics at startup"Eugeni Dodonov1-178/+42
2011-09-05intel_gpu_top: initialize monitoring statistics at startupEugeni Dodonov1-42/+178
2011-09-05intel_gpu_tool: initial support for non-screen outputEugeni Dodonov1-13/+15
2011-09-05intel_gpu_top: suport command line parameters and variable samples perEugeni Dodonov1-4/+46
2011-09-05intel_gpu_top: account for time spent in syscallsEugeni Dodonov1-12/+41
2011-08-01Add missing copyright info to intel_decode.cEric Anholt1-0/+23
2011-07-28intel-gpu-tools/forcewaked: sample forcewake appBen Widawsky2-0/+107
2011-07-20Add intel_backlightChris Wilson2-0/+70
2011-07-20intel_decode: Handle a few gen7 blocksChris Wilson1-10/+10
2011-07-08intel_reg_dumper: Slightly tidy the reporting of pipe configsChris Wilson1-4/+6
2011-06-05decode: Fix segmentation faultChris Wilson1-2/+1
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