summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-10-28intel_reg_dumper: handle 3 pipe configs when dumping HDMI configJesse Barnes1-4/+6
2011-10-25tools/decode: decode XY_SCANLINES_BLTDaniel Vetter1-0/+18
2011-10-25tools/decode: decode XY_SETUP_* cmdsDaniel Vetter1-51/+100
2011-10-21tools/intel_error_decode: decode gen4+ fencesDaniel Vetter1-3/+27
2011-10-21tools/decode: properly decode gen6+ PIPE_CONTROL flagsDaniel Vetter1-11/+22
2011-10-19top: Avoid FPE by removing meaningless metricChris Wilson1-22/+15
2011-10-18intel_reg_checker: New tool to accumulate checks for HW workarounds.Eric Anholt2-0/+400
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-17Allow intel_dump_decode to read data from stdin.Eugeni Dodonov1-2/+14
2011-10-17tools/intel_dump_decode: make devid parsing more usefulDaniel Vetter1-2/+1
2011-10-17tools/decode: retain the ring nameDaniel Vetter1-4/+18
2011-10-14Allow to output statistics to stdout.Eugeni Dodonov1-39/+56
2011-10-11bios_reader: Allow forcing the device ID with DEVICE=0xNNNNAdam Jackson1-2/+7
2011-10-11intel_reg_dumper: use none instead of NULL if no port is assigned to TRANS_DPJesse Barnes1-0/+3
2011-09-28tools/decode: add missing shift to MI_SEM_MBOX decoderDaniel Vetter1-1/+1
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