summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258262:dumbbell2013-11-281-0/+6
* drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()dumbbell2013-08-251-4/+4
* drm: Fix cleanup if device initialization failsdumbbell2013-08-251-3/+19
* drm: Use driver-provided "use_msi" callback to determine if MSI is blacklisteddumbbell2013-08-251-8/+19
* drm: Call drm_global_init() & drm_global_release() at module load/unloaddumbbell2013-08-241-13/+41
* Import the preliminary port of the TTM.kib2013-03-051-1/+20
* - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi toglebius2012-11-021-2/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Add drm and i915 ioctl translations for 32 bit process on 64 bit host.kib2012-08-181-3/+27
* Add the code for new Intel GPU driver, which supports GEM, KMS andkib2012-05-221-0/+980
OpenPOWER on IntegriCloud