summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-03-171-922/+281
* An update for the i915 GPU driver, which brings the code up to Linuxkib2015-01-211-3/+59
* DRM2: fix off-by-one overflow in ioctl processingrea2014-11-281-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capabilitydumbbell2013-11-171-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