summaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258262:Jean-Sébastien Pédron2013-11-281-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