summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2011-02-01Simple test to ensure that working sets larger than memory, just work.Chris Wilson
Based on gem_tiled_blit, but without the complication of the tiling. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-02-01Exercise the whole aperture with tiled blitsChris Wilson
After full-gtt, gem_tiled_blits doesn't allocate enough to force eviction. So query the total aperture and accommodate. Also introduce a similar test that utilizes fences rather than use the BLT to perform the tiling and detiling. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-01-29Time blt vs pwriteChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-01-29Add a simple test to execute n nop batchesChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-01-29Add a GTT timing testChris Wilson
Using for basic benchmarking and diagnosing some mysterious slowdowns. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-23Add a GTT timing testChris Wilson
Using for diagnosing some mysterious slowdowns. Should include a variant for basic benchmarking... Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-16intel_disable_clock_gating: New tool for turning off clock gating on ILK.Eric Anholt
This is something I sometimes want to do in testing, to see if a mystery bug (say, 29172) is due to broken clock gating. Sadly, in this case it isn't. Note that it isn't supported on non-ILK chipsets yet.
2010-04-08gitignore: Add missing intel_reg_snapshotChris Wilson
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-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>
2009-12-15Replace dolt and shave with using current autotools.Eric Anholt
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-10-06Add intel_gpu_dump from the 2D driver.Eric Anholt
2009-09-01Add gem_fence_thrash testChris Wilson
This is a test case that overcommits fence registers between threads, which are copying from one fenced bo to another. In earlier versions of the driver this would cause excessive spinning as the first inactive (i.e. not in use by the GPU) would be used to service the next page. After all the fence registers had been allocated, in effect only the very first fence would then be used for all subsequent faults.
2009-06-30.gitignore: catch up to intel_reg_write additionEric Anholt
2009-06-18Four new tests for error handlingJesse Barnes
Add four new tests for error the error handling cases: - gem_bad_address - store to a bad address, should generate a protection or page table error - gem_bad_batch - try to execute a bad batch, should generate a protection, invalid instruction or page table error - gem_bad_blit - blit to an invalid location, should generated a protection or page table error - gem_hang - hang the GPU on an event that will never happen, test hang detection & recovery code
2009-05-19Add gem_largeobject to ignore.Eric Anholt
2009-04-27.gitignore libtool junkEric Anholt
2009-04-27Add a test to try to fill the ring.Eric Anholt
Did this while trying to debug the Ubuntu DRI1+compiz issue. Didn't succeed in filling the ring.
2009-04-07Add a test for reading tiled objects with pread.Eric Anholt
2009-04-07Add a test for pread after blitting to an object.Eric Anholt
This caught a bug with get_user_pages usage in the kernel, which would result in zeroes being read out of the object when faulting in a new page.
2009-04-07Add very preliminary intel_gpu_dump programCarl Worth
Right now it requires a filename on the command line, (such as /debug/dri/0/i915_batchbuffers). We plan to make it smarter in the future by going out and collecting all the data it needs.
2009-04-03Add a regression test for tiled object blitting.Eric Anholt
2009-03-31Add a couple of other intel_upload_blit_large variants for comparison.Eric Anholt
2009-03-27Port intel_idle from 2D driver as intel_gpu_top with a better interface.Eric Anholt
2009-03-27Add intel_stepping from the 2D driver.Eric Anholt
2009-03-26Add the tests we want from libdrm.Eric Anholt
2009-03-26Initial import of intel-graphics-tools with some microbenchmarks.Eric Anholt