aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drmP.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid relying on header pollution from sys/refcount.h.Mark Johnston2019-07-291-0/+1
* Revert drm2 removal.Warner Losh2018-08-241-0/+1955
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-1955/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Import drm_patform.c, an implementation of non-PCI based attachmentMichal Meloun2016-12-261-0/+4
* Allow DRM2 code to be built on platforms without AGP.Michal Meloun2016-11-131-37/+170
* Define drmP.h's __OS_HAS_AGP and __OS_HAS_MTRR macros in a defined andDimitry Andric2016-09-031-2/+10
* drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron2016-03-081-4/+9
* As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* drm2: a few minor fixes after r280183Adrian Chadd2015-10-041-6/+0
* More fixes to the new macrosBaptiste Daroussin2015-08-271-5/+5
* Fix typo in new macrosBaptiste Daroussin2015-08-271-4/+4
* Add more DRM_* debug macros from linux 3.8.13Baptiste Daroussin2015-08-261-2/+27
* Instead of defining the actualy user and group id in the drmP.h filesKoop Mast2015-08-111-2/+2
* Add a new group named 'video' with the id of 44. And make drm createKoop Mast2015-08-091-1/+1
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-886/+1155
* An update for the i915 GPU driver, which brings the code up to LinuxKonstantin Belousov2015-01-211-0/+1
* Disable error message about failed attempt to attach fbd when drm2 built withAleksandr Rybalko2013-12-101-0/+1
* drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capabilityJean-Sébastien Pédron2013-11-171-0/+1
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.Jung-uk Kim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsJung-uk Kim2013-08-291-1/+1
* drm: Add missing bits to drmP.h, required by the Radeon driverJean-Sébastien Pédron2013-08-251-114/+188
* drm: Import drm_pcie_get_speed_cap_mask() in drm_pci.cJean-Sébastien Pédron2013-08-251-0/+17
* drm: Support gem_open_object() and gem_close_object() callbacksJean-Sébastien Pédron2013-08-251-0/+2
* drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()Jean-Sébastien Pédron2013-08-251-1/+1
* drm: Use driver-provided "use_msi" callback to determine if MSI is blacklistedJean-Sébastien Pédron2013-08-251-2/+5
* drm: Move definition of EREMOTEIO to drmP.hJean-Sébastien Pédron2013-08-241-0/+5
* drm: Import drm_dp_helper.c from Linux 3.8-rc3Jean-Sébastien Pédron2013-08-241-0/+3
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+1
* Correct the r247832.Konstantin Belousov2013-03-051-1/+1
* Import the preliminary port of the TTM.Konstantin Belousov2013-03-051-2/+7
* Import the likely() compat macro.Konstantin Belousov2013-03-051-0/+1
* Add drm and i915 ioctl translations for 32 bit process on 64 bit host.Konstantin Belousov2012-08-181-0/+5
* Fix millisecond to ticks conversion in drm_msleep().Alexander Motin2012-06-281-1/+1
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-221-0/+1400