summaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_drv.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2018-08-24Revert drm2 removal.Warner Losh
2018-08-22Remove legacy drm and drm2 from treeMatt Macy
2017-01-28Really revert 312923 this timeBaptiste Daroussin
2017-01-28Revert crap accidentally committedBaptiste Daroussin
2017-01-28Revert r312923 a better approach will be taken laterBaptiste Daroussin
2017-01-28Make the drm2 module depend on linuxkpiBaptiste Daroussin
2016-03-11drm: Fix dev->ioctl_count references leakJean-Sébastien Pédron
2016-03-08drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron
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
2014-11-28DRM2: fix off-by-one overflow in ioctl processingEygene Ryabinkin
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-11-17drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capabilityJean-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: Fix cleanup if device initialization failsJean-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: Call drm_global_init() & drm_global_release() at module load/unloadJean-Sébastien Pédron
2013-03-05Import the preliminary port of the TTM.Konstantin Belousov
2012-11-02- If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi toGleb Smirnoff
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2012-08-18Add drm and i915 ioctl translations for 32 bit process on 64 bit host.Konstantin Belousov
2012-05-22Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov