summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27Fix distcheck1.0Eric Anholt2-0/+7
2009-04-27.gitignore libtool junkEric Anholt1-0/+2
2009-04-27intel_gpu_top: Add ring information.Eric Anholt1-1/+25
2009-04-27Add a test to try to fill the ring.Eric Anholt3-0/+99
Did this while trying to debug the Ubuntu DRI1+compiz issue. Didn't succeed in filling the ring.
2009-04-13intel_gpu_dump: Use asprintf instead of a static-sized arrayCarl Worth1-4/+7
Not that we're really concerned about buffer-overrun attacks against this utility, but still, good habits and clean code are always preferred.
2009-04-13intel_gpu_dump: Give a nicer message for missing batchbuffer-dumping codeCarl Worth1-0/+13
This is the case where debugfs is mounted, the dri/0 directory exists but there's no i915_ringbuffer_info file. Point the user toward upgrading the driver.
2009-04-13intel_gpu_dump: Mention filename in error messageCarl Worth1-2/+5
This helps for when the user makes a typo trying to pass a file or directory name to intel_gpu_dump.
2009-04-13Add example command for mounting debugfsCarl Worth1-1/+4
This is a nice opportunity to teach the user something, (and help our users to actually succeed in creating useful bug reports for us).
2009-04-12intel_gpu_dump: Add no-arguments automatic mode, and clean up comments.Eric Anholt1-17/+29
2009-04-12intel_gpu_dump: Dump ring, batch, and head/tail info when given the directory.Eric Anholt1-12/+107
2009-04-12intel_gpu_dump: Decode the GTT offset of batchbuffers.Eric Anholt1-7/+18
2009-04-12intel_gpu_dump: Get the devid so we can decode correctly on gen4.Eric Anholt3-3/+14
2009-04-07Fix warning about assert in intel_batchbuffer.hEric Anholt1-0/+1
2009-04-07Add a test for reading tiled objects with pread.Eric Anholt3-0/+267
2009-04-07Add a test for pread after blitting to an object.Eric Anholt6-3/+231
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 Worth3-1/+116
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-07Add Eric's batchbuffer-decode codeCarl Worth2-0/+1786
This comes from the 3D driver within mesa, with identically named files. In its new life here it will become a standalone program.
2009-04-03Add a regression test for tiled object blitting.Eric Anholt5-2/+245
2009-03-31Add a couple of other intel_upload_blit_large variants for comparison.Eric Anholt6-1/+332
2009-03-30intel_upload_blit_*: Fix reporting and generate junk instead of using random.Eric Anholt2-4/+6
Turns out that random completely overwhelmed the cost of the driver stuff in _large.c. I definitely want to generate data, but still be able to see the driver's responsibility.
2009-03-30Add intel_chipset.h to fix dist.Eric Anholt1-0/+1
2009-03-27Move i810_reg.h to lib/intel_reg.h and get it disted.Eric Anholt4-2/+3
2009-03-27tests/: warning fixesEric Anholt5-22/+19
2009-03-27rename projectEric Anholt1-2/+2
2009-03-27readme fixupsEric Anholt1-5/+8
2009-03-27intel_gpu_top: Add more 965 bits.Eric Anholt2-5/+41
2009-03-27Port intel_idle from 2D driver as intel_gpu_top with a better interface.Eric Anholt6-2/+300
2009-03-27intel_stepping: Add G45 and GM45.Eric Anholt1-0/+20
2009-03-27Add intel_stepping from the 2D driver.Eric Anholt6-1/+256
2009-03-26Add the tests we want from libdrm.Eric Anholt11-17/+671
2009-03-26Fix project name/version for distfiles.Eric Anholt1-3/+3
2009-03-26Add notes about running things as root.Eric Anholt1-0/+6
2009-03-26Initial import of intel-graphics-tools with some microbenchmarks.Eric Anholt19-0/+4185