aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Fix dev->ioctl_count references leakJean-Sébastien Pédron2016-03-111-0/+4
* drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron2016-03-081-0/+8
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-922/+281
* An update for the i915 GPU driver, which brings the code up to LinuxKonstantin Belousov2015-01-211-3/+59
* DRM2: fix off-by-one overflow in ioctl processingEygene Ryabinkin2014-11-281-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capabilityJean-Sébastien Pédron2013-11-171-0/+6
* drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()Jean-Sébastien Pédron2013-08-251-4/+4
* drm: Fix cleanup if device initialization failsJean-Sébastien Pédron2013-08-251-3/+19
* drm: Use driver-provided "use_msi" callback to determine if MSI is blacklistedJean-Sébastien Pédron2013-08-251-8/+19
* drm: Call drm_global_init() & drm_global_release() at module load/unloadJean-Sébastien Pédron2013-08-241-13/+41
* Import the preliminary port of the TTM.Konstantin Belousov2013-03-051-1/+20
* - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi toGleb Smirnoff2012-11-021-2/+3
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Add drm and i915 ioctl translations for 32 bit process on 64 bit host.Konstantin Belousov2012-08-181-3/+27
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-221-0/+980