summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/i915
Commit message (Expand)AuthorAgeFilesLines
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-062-5/+39
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-24/+24
* MFC r256848:kib2013-10-291-1/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+1
* Correct atomic operations in i915.jkim2013-08-283-11/+11
* drm: Move definition of EREMOTEIO to drmP.hdumbbell2013-08-241-3/+0
* drm: Const'ify the 1st "drm_display_mode" passed to "mode_fixup" callbacksdumbbell2013-08-249-12/+12
* drm/i915: Import Linux commit 71244653a8fb0f46bc12ae421f1d5f72af6a75dadumbbell2013-08-241-7/+2
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-4/+2
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-1/+10
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-13/+14
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-5/+4
* The pmap_qenter() and pmap_qremove() perform TLB invalidation on itskib2013-07-271-10/+0
* Use the right name for the vm_map_find(9) flag to specify sharedkib2013-07-201-1/+1
* Be more aggressive in using superpages in all mappings of objects:jhb2013-07-191-1/+1
* On some generations of the Intel GPU, disabling of the VGA Displaykib2013-06-181-0/+3
* Since the gem pagefault handler relocks the vm object lock, otherkib2013-06-181-1/+19
* Remove stray empty line.kib2013-06-181-1/+0
* Don't busy the page unless we are likely to release the object lock.alc2013-06-061-2/+4
* The vm_page lock is not needed around the call to vm_page_insert().kib2013-06-031-2/+0
* 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