summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-08gitignore: Add missing intel_reg_snapshotChris Wilson
2010-04-08Enable compilation on non-Intel, non-DRM systems.Chris Wilson
A few of the tools can be performed post-mortem from a different system, so it is useful to be able to compile those tools on those foreign systems. Obviously, any program to interact with the PCI device or talk to GEM will fail on a non-Intel system. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-04-05intel_reg_dumper: Add support for reading register dumps from filesAdam Jackson
Also add intel_reg_snapshot for creating such snapshots, and relevant documentation. Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-04-05decode: There are 4 unpreserved registers on i915, not 3.Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-03-24Fix INSTDONE1 bits on g4x, and use those on Ironlake too.Eric Anholt
2010-03-24Add Ironlake INSTDONE bits.Eric Anholt
2010-03-24intel_reg_dumper: Fix the i915 fence reg decode to not be pure lies.Eric Anholt
2010-03-21decode: Parse i915 MAP_STATE texture sizes and tilingChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-03-04intel_error_decode: Pretty print i830 PGTBL_ERChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-03-04decode: Fix length mask for LOAD_REGISTER_IMM.Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-02-25intel_gpu_top: Print stats lines even when there's no done bit on the line.Eric Anholt
2010-02-25intel_gpu_top: Print the vertex/primitive statistics on gen4+.Eric Anholt
This requires that the window be much wider. I'm not sure how we really want to lay out this interface usably, but so far giant windows are working well enough for me.
2010-02-25man: Add manpage for intel_error_decodeChris Wilson
A rudimentary manpage based on intel_gpu_dump for the simple tool for the post-processing of i915_error_state, intel_error_decode.
2010-02-25Fix a typo in intel_gtt(1).Eric Anholt
2010-02-25Add manpages for a bunch of recently-added tools.Eric Anholt
2010-02-25Add decode for more Sandybridge packets.Eric Anholt
2010-02-25Add support for Sandybridge INSTDONE regs.Eric Anholt
2010-02-25Add support for Sandybridge mobile chipset.Eric Anholt
2010-02-25intel_gpu_dump: More SNB packets.Eric Anholt
2010-02-25intel_gpu_dump: Use the spec's names for the INSTDONE regs printed out.Eric Anholt
2010-02-25Add Sandybridge decode for CMD_VIEWPORT_STATE_POINTERSEric Anholt
2010-02-25Add Sandybridge STATE_BASE_ADDRESS decode.Eric Anholt
2010-02-25intel_gpu_dump: Add support for sandybridge DEPTH_BUFFER and BINDING_TABLEs.Eric Anholt
2010-02-25Add some initial definitions for Sandybridge.Eric Anholt
2010-02-25decode: Parse MI_BATCH_BUFFER for i8xxChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-02-20Add intel_bios_dumper from the 2D driver. Last of the tools, finally!Eric Anholt
2010-02-20Move the intel_lid tool from the 2D driver to here.Eric Anholt
2010-02-12Add intel_error_decode.Chris Wilson
A simple variant of intel_gpu_dump that explicitly handles parsing of i915_error_state. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-02-01intel_gtt: Add intel_gtt from the 2D driver.Eric Anholt
We've used it several times in bringing up the AGP driver, so it seems useful to have aronud.
2010-01-28intel_gpu_dump: Parse ringbuffer info from i915_error_stateChris Wilson
Distinguish an inline ringbuffer [-- ringbuffer] dump, from batch buffers [-- gtt_offset] and separate it in the decoded output. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-01-21Remove extra aclocal flag after replace dolt and shaveZhenyu Wang
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2010-01-15reg_dump: Dump display port register on IronlakeZhao Yakui
Dump the display port register on Ironlake. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>
2010-01-12Pull bios_reader program from Xorg driverZhenyu Wang
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2010-01-06gitignore intel_audio_dump and intel_reg_readZhenyu Wang
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2010-01-06Add 'intel_reg_read' toolZhenyu Wang
This is a handy tool to just check state of one register, which might not bother to be included in intel_reg_dumper tool. And also take in Ben's original full range register dump with '-f' option. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
2010-01-05gpu_dump: Parse INSTDONE if seen inside a file.Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-01-05reg: Include INSTPM in dump.Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-01-05decode/i965: Show byte lengths for buffers.Chris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-12-15intel_gpu_top: Fix broken clock reporting.Shuang He
Signed-off-by: Eric Anholt <eric@anholt.net>
2009-12-15Replace dolt and shave with using current autotools.Eric Anholt
2009-12-10Limit printing to terminal height in intel_gpu_top.Kenneth Graunke
When using intel_gpu_top in a small terminal, the most important information (ring idle/busy units) scrolls off the top of the screen. This patch limits the number of lines printed to the terminal height so that the most idle units (at the bottom) are truncated instead. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2009-11-30decode: Split decoder and reuse outside of intel_gpu_dumpChris Wilson
Introduce a second decoder that simpler operates on a file so that it can be run on dumped batchbuffers independent of the gpu. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-11-06Add: tools/intel_audio_dumpWu Fengguang
Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com> Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
2009-10-08Add: tools/intel_gpu_timeChris Wilson
A simple variant on time crossed with intel_gpu_top to estimate the amount of GPU activity during a program's execution time. The resource usage (sys+user, i.e. CPU %) is for the child, but the GPU measure is global. Hmm. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-10-06Add intel_gpu_dump from the 2D driver.Eric Anholt
2009-09-21Bump to 1.0.2 for release.Eric Anholt
2009-09-17Print unmatched opcode value for all 3D UNKNOWN messagesCarl Worth
This just simplifies one step for fixing up an incompletely-parsed dump.
2009-09-08Add support for new chipsXiang, Haihao
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2009-09-08CS FENCE in URB_FENCE is 11-bits wideXiang, Haihao
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2009-09-08Fix the length of CONSTANT_BUFFERXiang, Haihao
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>