summaryrefslogtreecommitdiff
path: root/tools/intel_gpu_dump.c
AgeCommit message (Expand)Author
2009-04-13intel_gpu_dump: Use asprintf instead of a static-sized arrayCarl Worth
2009-04-13intel_gpu_dump: Give a nicer message for missing batchbuffer-dumping codeCarl Worth
2009-04-13intel_gpu_dump: Mention filename in error messageCarl Worth
2009-04-13Add example command for mounting debugfsCarl Worth
2009-04-12intel_gpu_dump: Add no-arguments automatic mode, and clean up comments.Eric Anholt
2009-04-12intel_gpu_dump: Dump ring, batch, and head/tail info when given the directory.Eric Anholt
2009-04-12intel_gpu_dump: Decode the GTT offset of batchbuffers.Eric Anholt
2009-04-12intel_gpu_dump: Get the devid so we can decode correctly on gen4.Eric Anholt
2009-04-07Add very preliminary intel_gpu_dump programCarl Worth