summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/i915
Commit message (Expand)AuthorAgeFilesLines
* drm and i915: Left-shift iic_msg.slave at creation timedumbbell2013-04-033-18/+12
* Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-1/+1
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-24/+24
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* Reduce delays in several wait loops from 10ms to 10us, same is it is donemav2012-09-251-5/+5
* Prefer __containerof() above member2struct().ed2012-09-151-1/+1
* Add drm and i915 ioctl translations for 32 bit process on 64 bit host.kib2012-08-183-3/+156
* Use right size when freeing unneeded GTT mapping.kib2012-06-151-1/+1
* A small simplification to i915_gem_pager_fault().alc2012-05-281-1/+1
* Disable end of buffer fixup by default. New DDX does not need this, andkib2012-05-281-1/+1
* Fix calculation of the execution buffer end in the mapped pageskib2012-05-281-3/+3
* Fix the following clang warning in drm2:dim2012-05-241-1/+1
* Add the code for new Intel GPU driver, which supports GEM, KMS andkib2012-05-2233-0/+47720
OpenPOWER on IntegriCloud