Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-15 | Add PCH chipset type check for Cougarpoint | Zhenyu Wang | 2 | -0/+27 | |
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> | |||||
2010-04-08 | Enable compilation on non-Intel, non-DRM systems. | Chris Wilson | 9 | -114/+213 | |
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-05 | intel_reg_dumper: Add support for reading register dumps from files | Adam Jackson | 2 | -0/+28 | |
Also add intel_reg_snapshot for creating such snapshots, and relevant documentation. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||||
2010-03-24 | Fix INSTDONE1 bits on g4x, and use those on Ironlake too. | Eric Anholt | 2 | -20/+102 | |
2010-03-24 | Add Ironlake INSTDONE bits. | Eric Anholt | 2 | -0/+64 | |
2010-02-25 | Add support for Sandybridge INSTDONE regs. | Eric Anholt | 2 | -1/+148 | |
2010-02-25 | Add support for Sandybridge mobile chipset. | Eric Anholt | 1 | -1/+3 | |
2010-02-25 | Add some initial definitions for Sandybridge. | Eric Anholt | 1 | -3/+13 | |
2010-01-15 | reg_dump: Dump display port register on Ironlake | Zhao Yakui | 1 | -0/+4 | |
Dump the display port register on Ironlake. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net> | |||||
2009-11-06 | Add: tools/intel_audio_dump | Wu Fengguang | 2 | -0/+7 | |
Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com> Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> | |||||
2009-10-06 | Add intel_gpu_dump from the 2D driver. | Eric Anholt | 2 | -0/+550 | |
2009-09-08 | Add support for new chips | Xiang, Haihao | 1 | -1/+9 | |
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> | |||||
2009-09-04 | Add INSTDONE bits for 830-865. | Eric Anholt | 2 | -0/+56 | |
2009-06-30 | intel_gpu_top: Move instdone bit definitions to lib to share with _dump. | Eric Anholt | 3 | -0/+182 | |
2009-06-23 | Add more 965 INSTDONE bits. | Eric Anholt | 1 | -0/+20 | |
This shows off the units that are stuck busy in the ut2004 hang. | |||||
2009-06-18 | Four new tests for error handling | Jesse Barnes | 1 | -0/+7 | |
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-04-12 | intel_gpu_dump: Get the devid so we can decode correctly on gen4. | Eric Anholt | 2 | -2/+11 | |
2009-04-07 | Fix warning about assert in intel_batchbuffer.h | Eric Anholt | 1 | -0/+1 | |
2009-04-07 | Add a test for pread after blitting to an object. | Eric Anholt | 2 | -1/+52 | |
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-03 | Add a regression test for tiled object blitting. | Eric Anholt | 2 | -0/+17 | |
2009-03-30 | Add intel_chipset.h to fix dist. | Eric Anholt | 1 | -0/+1 | |
2009-03-27 | Move i810_reg.h to lib/intel_reg.h and get it disted. | Eric Anholt | 4 | -2/+2893 | |
2009-03-27 | Port intel_idle from 2D driver as intel_gpu_top with a better interface. | Eric Anholt | 3 | -0/+129 | |
2009-03-27 | Add intel_stepping from the 2D driver. | Eric Anholt | 1 | -0/+106 | |
2009-03-26 | Initial import of intel-graphics-tools with some microbenchmarks. | Eric Anholt | 5 | -0/+387 | |