profile/extras/intel-gpu-tools.git
15 years agointel_gpu_dump: Give a nicer message for missing batchbuffer-dumping code
Carl Worth [Mon, 13 Apr 2009 21:33:09 +0000 (14:33 -0700)]
intel_gpu_dump: Give a nicer message for missing batchbuffer-dumping code

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.

15 years agointel_gpu_dump: Mention filename in error message
Carl Worth [Mon, 13 Apr 2009 21:06:00 +0000 (14:06 -0700)]
intel_gpu_dump: Mention filename in error message

This helps for when the user makes a typo trying to pass a file
or directory name to intel_gpu_dump.

15 years agoAdd example command for mounting debugfs
Carl Worth [Mon, 13 Apr 2009 21:02:04 +0000 (14:02 -0700)]
Add example command for mounting debugfs

This is a nice opportunity to teach the user something, (and help our
users to actually succeed in creating useful bug reports for us).

15 years agointel_gpu_dump: Add no-arguments automatic mode, and clean up comments.
Eric Anholt [Mon, 13 Apr 2009 01:03:25 +0000 (18:03 -0700)]
intel_gpu_dump: Add no-arguments automatic mode, and clean up comments.

15 years agointel_gpu_dump: Dump ring, batch, and head/tail info when given the directory.
Eric Anholt [Mon, 13 Apr 2009 00:49:31 +0000 (17:49 -0700)]
intel_gpu_dump: Dump ring, batch, and head/tail info when given the directory.

15 years agointel_gpu_dump: Decode the GTT offset of batchbuffers.
Eric Anholt [Mon, 13 Apr 2009 00:04:31 +0000 (17:04 -0700)]
intel_gpu_dump: Decode the GTT offset of batchbuffers.

15 years agointel_gpu_dump: Get the devid so we can decode correctly on gen4.
Eric Anholt [Sun, 12 Apr 2009 22:57:07 +0000 (15:57 -0700)]
intel_gpu_dump: Get the devid so we can decode correctly on gen4.

15 years agoFix warning about assert in intel_batchbuffer.h
Eric Anholt [Wed, 8 Apr 2009 02:07:18 +0000 (19:07 -0700)]
Fix warning about assert in intel_batchbuffer.h

15 years agoAdd a test for reading tiled objects with pread.
Eric Anholt [Tue, 7 Apr 2009 23:21:16 +0000 (16:21 -0700)]
Add a test for reading tiled objects with pread.

15 years agoAdd a test for pread after blitting to an object.
Eric Anholt [Tue, 7 Apr 2009 23:18:11 +0000 (16:18 -0700)]
Add a test for pread after blitting to an object.

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.

15 years agoAdd very preliminary intel_gpu_dump program
Carl Worth [Tue, 7 Apr 2009 23:22:46 +0000 (16:22 -0700)]
Add very preliminary intel_gpu_dump program

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.

15 years agoAdd Eric's batchbuffer-decode code
Carl Worth [Thu, 2 Apr 2009 18:53:38 +0000 (11:53 -0700)]
Add Eric's batchbuffer-decode code

This comes from the 3D driver within mesa, with identically named files.
In its new life here it will become a standalone program.

15 years agoAdd a regression test for tiled object blitting.
Eric Anholt [Fri, 3 Apr 2009 21:23:06 +0000 (14:23 -0700)]
Add a regression test for tiled object blitting.

15 years agoAdd a couple of other intel_upload_blit_large variants for comparison.
Eric Anholt [Tue, 31 Mar 2009 02:17:12 +0000 (19:17 -0700)]
Add a couple of other intel_upload_blit_large variants for comparison.

15 years agointel_upload_blit_*: Fix reporting and generate junk instead of using random.
Eric Anholt [Tue, 31 Mar 2009 02:09:00 +0000 (19:09 -0700)]
intel_upload_blit_*: Fix reporting and generate junk instead of using random.

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.

15 years agoAdd intel_chipset.h to fix dist.
Eric Anholt [Tue, 31 Mar 2009 02:08:43 +0000 (19:08 -0700)]
Add intel_chipset.h to fix dist.

15 years agoMove i810_reg.h to lib/intel_reg.h and get it disted.
Eric Anholt [Fri, 27 Mar 2009 23:11:50 +0000 (16:11 -0700)]
Move i810_reg.h to lib/intel_reg.h and get it disted.

15 years agotests/: warning fixes
Eric Anholt [Fri, 27 Mar 2009 23:04:25 +0000 (16:04 -0700)]
tests/: warning fixes

15 years agorename project
Eric Anholt [Fri, 27 Mar 2009 23:03:12 +0000 (16:03 -0700)]
rename project

15 years agoreadme fixups
Eric Anholt [Fri, 27 Mar 2009 23:03:02 +0000 (16:03 -0700)]
readme fixups

15 years agointel_gpu_top: Add more 965 bits.
Eric Anholt [Fri, 27 Mar 2009 20:13:47 +0000 (13:13 -0700)]
intel_gpu_top: Add more 965 bits.

15 years agoPort intel_idle from 2D driver as intel_gpu_top with a better interface.
Eric Anholt [Fri, 27 Mar 2009 19:25:09 +0000 (12:25 -0700)]
Port intel_idle from 2D driver as intel_gpu_top with a better interface.

15 years agointel_stepping: Add G45 and GM45.
Eric Anholt [Fri, 27 Mar 2009 18:07:33 +0000 (11:07 -0700)]
intel_stepping: Add G45 and GM45.

15 years agoAdd intel_stepping from the 2D driver.
Eric Anholt [Fri, 27 Mar 2009 17:59:09 +0000 (10:59 -0700)]
Add intel_stepping from the 2D driver.

15 years agoAdd the tests we want from libdrm.
Eric Anholt [Fri, 27 Mar 2009 01:47:42 +0000 (18:47 -0700)]
Add the tests we want from libdrm.

15 years agoFix project name/version for distfiles.
Eric Anholt [Fri, 27 Mar 2009 01:45:01 +0000 (18:45 -0700)]
Fix project name/version for distfiles.

15 years agoAdd notes about running things as root.
Eric Anholt [Fri, 27 Mar 2009 01:44:13 +0000 (18:44 -0700)]
Add notes about running things as root.

15 years agoInitial import of intel-graphics-tools with some microbenchmarks.
Eric Anholt [Fri, 27 Mar 2009 00:15:11 +0000 (17:15 -0700)]
Initial import of intel-graphics-tools with some microbenchmarks.