summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/drmP.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r317055,r317056 (glebius): Include sys/vmmeter.h as includedkevans2018-03-151-0/+1
* MFC r310593,r310599:mmel2017-04-161-0/+4
* MFC r308612,r308614:mmel2017-04-161-37/+170
* MFC r305344:dim2016-09-071-2/+10
* drm/i915: Update to match Linux 3.8.13dumbbell2016-03-081-4/+9
* As <machine/param.h> is included from <sys/param.h>, there is no needskra2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-221-1/+0
* drm2: a few minor fixes after r280183adrian2015-10-041-6/+0
* More fixes to the new macrosbapt2015-08-271-5/+5
* Fix typo in new macrosbapt2015-08-271-4/+4
* Add more DRM_* debug macros from linux 3.8.13bapt2015-08-261-2/+27
* Instead of defining the actualy user and group id in the drmP.h fileskwm2015-08-111-2/+2
* Add a new group named 'video' with the id of 44. And make drm createkwm2015-08-091-1/+1
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-03-171-886/+1155
* An update for the i915 GPU driver, which brings the code up to Linuxkib2015-01-211-0/+1
* Disable error message about failed attempt to attach fbd when drm2 built withray2013-12-101-0/+1
* drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capabilitydumbbell2013-11-171-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