summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-20chaps: a little tool for dumping the perf counters.chapsEric Anholt2-0/+175
2010-08-25tests: Fix fallout from s/EBADF/ENOENT/ in 2.6.36Chris Wilson3-4/+4
2010-08-25decode: Handle errors during parsing.Chris Wilson1-5/+5
2010-08-25reg dumper: Add panel backlight detailed informationChris Wilson1-2/+10
2010-07-19intel_gpu_top: Fix the "limit printing to terminal height" again.Eric Anholt1-2/+9
2010-07-19intel_decode: Fix decode for gen6's moved VERTEX_ELEMENTS valid bit.Eric Anholt1-2/+2
2010-07-15dump decode: Add a non-installed program for decoding binary batchbuffer dumps.Chris Wilson2-1/+81
2010-07-15error: Decode i915 PGTBL errorsChris Wilson1-0/+48
2010-07-08intel_decode: Fix whitespace for importing to Mesa.Eric Anholt1-1/+1
2010-06-30intel_reg_dumper: add some 945 MI reg dumpingJesse Barnes3-1/+58
2010-06-30Use longer string padding in intel_reg_dumper on ironlakeAdam Jackson1-2/+2
2010-06-30fix reg_dumper on systems without intel gpusAdam Jackson1-4/+5
2010-06-15intel_reg_dump: Off-by-one in calculation of i965 fence pitchChris Wilson1-1/+1
2010-06-03bios_reader: Fix SSC frequency parse for Ironlake/SandybridgeZhenyu Wang1-3/+15
2010-04-29intel_audio_dump: add support for IbexPeak and CougarPointWu Fengguang1-63/+833
2010-04-22bios reader: Decode device type from child device tableAdam Jackson2-14/+74
2010-04-16decode; Parse 3DSTATE_BUFFER_INFOChris Wilson1-1/+29
2010-04-15decode: Also override S2 for 3DPRIM_CLEAR_RECTChris Wilson1-1/+3
2010-04-15decode: Use a valid S4 mask [VERTEX_XY] for 3DPRIM_CLEAR_RECTChris Wilson1-1/+1
2010-04-15update PCH HDMI debug infoZhenyu Wang1-3/+64
2010-04-15reg dump update for SNB/CPTZhenyu Wang2-45/+315
2010-04-15Add PCH chipset type check for CougarpointZhenyu Wang2-0/+27
2010-04-14decode: There are 4 unpreserved registers on i915, not 3.Chris Wilson1-1/+1
2010-04-14decode: CLEAR_RECT uses a fixed VERTEX_XY format.Chris Wilson1-8/+18
2010-04-14decode: CLEAR_PARAMETERS has a fixed length bias of 5.Chris Wilson1-1/+1
2010-04-08gitignore: Add missing intel_reg_snapshotChris Wilson1-0/+1
2010-04-08Enable compilation on non-Intel, non-DRM systems.Chris Wilson29-246/+309
2010-04-05intel_reg_dumper: Add support for reading register dumps from filesAdam Jackson7-5/+109
2010-04-05decode: There are 4 unpreserved registers on i915, not 3.Chris Wilson1-1/+1
2010-03-24Fix INSTDONE1 bits on g4x, and use those on Ironlake too.Eric Anholt2-20/+102
2010-03-24Add Ironlake INSTDONE bits.Eric Anholt3-0/+67
2010-03-24intel_reg_dumper: Fix the i915 fence reg decode to not be pure lies.Eric Anholt1-7/+9
2010-03-21decode: Parse i915 MAP_STATE texture sizes and tilingChris Wilson1-2/+19
2010-03-04intel_error_decode: Pretty print i830 PGTBL_ERChris Wilson1-0/+51
2010-03-04decode: Fix length mask for LOAD_REGISTER_IMM.Chris Wilson1-1/+1
2010-02-25intel_gpu_top: Print stats lines even when there's no done bit on the line.Eric Anholt1-6/+8
2010-02-25intel_gpu_top: Print the vertex/primitive statistics on gen4+.Eric Anholt1-2/+70
2010-02-25man: Add manpage for intel_error_decodeChris Wilson2-0/+21
2010-02-25Fix a typo in intel_gtt(1).Eric Anholt1-1/+1
2010-02-25Add manpages for a bunch of recently-added tools.Eric Anholt9-3/+75
2010-02-25Add decode for more Sandybridge packets.Eric Anholt1-0/+5
2010-02-25Add support for Sandybridge INSTDONE regs.Eric Anholt2-1/+148
2010-02-25Add support for Sandybridge mobile chipset.Eric Anholt1-1/+3
2010-02-25intel_gpu_dump: More SNB packets.Eric Anholt1-2/+7
2010-02-25intel_gpu_dump: Use the spec's names for the INSTDONE regs printed out.Eric Anholt1-1/+9
2010-02-25Add Sandybridge decode for CMD_VIEWPORT_STATE_POINTERSEric Anholt1-0/+12
2010-02-25Add Sandybridge STATE_BASE_ADDRESS decode.Eric Anholt1-62/+65
2010-02-25intel_gpu_dump: Add support for sandybridge DEPTH_BUFFER and BINDING_TABLEs.Eric Anholt1-12/+28
2010-02-25Add some initial definitions for Sandybridge.Eric Anholt2-8/+18
2010-02-25decode: Parse MI_BATCH_BUFFER for i8xxChris Wilson1-0/+1