summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unneeded page lock around vm_page_insert().kib2013-07-061-2/+0
* 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-062-5/+8
* The vm_page lock is not needed around the call to vm_page_insert().kib2013-06-031-2/+0
* drm: Right-shift I2C slave address before passing it to aux channeldumbbell2013-04-081-1/+1
* drm and i915: Left-shift iic_msg.slave at creation timedumbbell2013-04-034-20/+14
* Do not call malloc(M_WAITOK) while bodev->fence_lock mutex iskib2013-03-231-7/+8
* drm/ttm: Fix a typo: s/pTTM]/[TTM]/dumbbell2013-03-231-1/+1
* drm/ttm: Explain why we don't need to acquire a ref in ttm_bo_vm_ctor()dumbbell2013-03-231-0/+5
* drm/ttm: Fix TTM buffer object refcountdumbbell2013-03-231-5/+1
* MFCattilio2013-03-094-4/+5
* MFCattilio2013-03-0828-8/+10154
|\
| * Fix build with gcc, do not use unnamed union.kib2013-03-051-8/+14
| * Fix build with gcc, remove redundand declarations.kib2013-03-051-21/+0
| * drm_global.c: Destroy sx in drm_global_release()dumbbell2013-03-051-0/+1
| * Correct the r247832.kib2013-03-051-1/+1
| * Import the preliminary port of the TTM.kib2013-03-0524-8/+9963
| * Import the drm_global references helpers.kib2013-03-052-0/+165
| * Import the drm_mm_debug_table() function.kib2013-03-052-0/+39
| * Import the likely() compat macro.kib2013-03-051-0/+1
* | 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-202-1/+2
|/
* - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi toglebius2012-11-021-2/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-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-152-2/+2
* Add drm and i915 ioctl translations for 32 bit process on 64 bit host.kib2012-08-186-6/+976
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-8/+6
* Fix millisecond to ticks conversion in drm_msleep().mav2012-06-281-1/+1
* Add PCI IDs for Ivy Bridgeemaste2012-06-211-0/+6
* 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-2281-0/+72060
OpenPOWER on IntegriCloud