summaryrefslogtreecommitdiff
path: root/lib/intel_reg.h
AgeCommit message (Collapse)Author
2009-10-06Add intel_gpu_dump from the 2D driver.Eric Anholt
2009-09-04Add INSTDONE bits for 830-865.Eric Anholt
2009-06-23Add more 965 INSTDONE bits.Eric Anholt
This shows off the units that are stuck busy in the ut2004 hang.
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-03-27Move i810_reg.h to lib/intel_reg.h and get it disted.Eric Anholt