summaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drmP.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2019-07-29Avoid relying on header pollution from sys/refcount.h.Mark Johnston
2018-08-24Revert drm2 removal.Warner Losh
2018-08-22Remove legacy drm and drm2 from treeMatt Macy
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-04-17All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff
2016-12-26Import drm_patform.c, an implementation of non-PCI based attachmentMichal Meloun
2016-11-13Allow DRM2 code to be built on platforms without AGP.Michal Meloun
2016-09-03Define drmP.h's __OS_HAS_AGP and __OS_HAS_MTRR macros in a defined andDimitry Andric
2016-03-08drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron
2016-02-22As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus
2015-10-04drm2: a few minor fixes after r280183Adrian Chadd
2015-08-27More fixes to the new macrosBaptiste Daroussin
2015-08-27Fix typo in new macrosBaptiste Daroussin
2015-08-26Add more DRM_* debug macros from linux 3.8.13Baptiste Daroussin
2015-08-11Instead of defining the actualy user and group id in the drmP.h filesKoop Mast
2015-08-09Add a new group named 'video' with the id of 44. And make drm createKoop Mast
2015-03-17drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron
2015-01-21An update for the i915 GPU driver, which brings the code up to LinuxKonstantin Belousov
2013-12-10Disable error message about failed attempt to attach fbd when drm2 built withAleksandr Rybalko
2013-11-17drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capabilityJean-Sébastien Pédron
2013-08-29'u_long' is consistently spelled 'unsigned long' in this file. Fix it.Jung-uk Kim
2013-08-29Clarify confusions between atomic_t and bitmap. Fix bitmap operationsJung-uk Kim
2013-08-25drm: Add missing bits to drmP.h, required by the Radeon driverJean-Sébastien Pédron
2013-08-25drm: Import drm_pcie_get_speed_cap_mask() in drm_pci.cJean-Sébastien Pédron
2013-08-25drm: Support gem_open_object() and gem_close_object() callbacksJean-Sébastien Pédron
2013-08-25drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()Jean-Sébastien Pédron
2013-08-25drm: Use driver-provided "use_msi" callback to determine if MSI is blacklistedJean-Sébastien Pédron
2013-08-24drm: Move definition of EREMOTEIO to drmP.hJean-Sébastien Pédron
2013-08-24drm: Import drm_dp_helper.c from Linux 3.8-rc3Jean-Sébastien Pédron
2013-03-09Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao
2013-03-05Correct the r247832.Konstantin Belousov
2013-03-05Import the preliminary port of the TTM.Konstantin Belousov
2013-03-05Import the likely() compat macro.Konstantin Belousov
2012-08-18Add drm and i915 ioctl translations for 32 bit process on 64 bit host.Konstantin Belousov
2012-06-28Fix millisecond to ticks conversion in drm_msleep().Alexander Motin
2012-05-22Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov