summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/drmP.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Restore pci_enable_busmaster() call in the init pathdumbbell2016-02-151-6/+0
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-04-281-886/+1155
* MFC r277487:kib2015-03-231-0/+1
* MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179,jhb2014-03-061-0/+1
* MFC r258262:dumbbell2013-11-281-0/+1
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.jkim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsjkim2013-08-291-1/+1
* drm: Add missing bits to drmP.h, required by the Radeon driverdumbbell2013-08-251-114/+188
* drm: Import drm_pcie_get_speed_cap_mask() in drm_pci.cdumbbell2013-08-251-0/+17
* drm: Support gem_open_object() and gem_close_object() callbacksdumbbell2013-08-251-0/+2
* drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()dumbbell2013-08-251-1/+1
* drm: Use driver-provided "use_msi" callback to determine if MSI is blacklisteddumbbell2013-08-251-2/+5
* drm: Move definition of EREMOTEIO to drmP.hdumbbell2013-08-241-0/+5
* drm: Import drm_dp_helper.c from Linux 3.8-rc3dumbbell2013-08-241-0/+3
* MFCattilio2013-03-081-2/+8
|\
| * Correct the r247832.kib2013-03-051-1/+1
| * Import the preliminary port of the TTM.kib2013-03-051-2/+7
| * Import the likely() compat macro.kib2013-03-051-0/+1
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* Add drm and i915 ioctl translations for 32 bit process on 64 bit host.kib2012-08-181-0/+5
* Fix millisecond to ticks conversion in drm_msleep().mav2012-06-281-1/+1
* Add the code for new Intel GPU driver, which supports GEM, KMS andkib2012-05-221-0/+1400
OpenPOWER on IntegriCloud