aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: clear needs_reset flag if IB test failsChristian König2014-04-031-0/+1
* Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie2014-04-0256-333/+786
|\
| * drm: Allow userspace to ask for universal plane list (v2)Matt Roper2014-04-013-5/+27
| * drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-0149-279/+282
| * drm/msm: Switch to universal plane API'sMatt Roper2014-04-014-8/+18
| * drm: Add drm_crtc_init_with_planes() (v2)Matt Roper2014-04-012-4/+36
| * drm: Add plane type property (v2)Rob Clark2014-04-011-0/+27
| * drm: Add drm_universal_plane_init()Matt Roper2014-04-011-29/+51
| * drm: Add primary plane helpers (v3)Matt Roper2014-04-012-1/+314
| * drm: Make drm_crtc_check_viewport non-staticMatt Roper2014-04-011-7/+13
| * drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper2014-04-011-1/+1
| * drm/i915: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2014-04-012-3/+9
| * drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2014-04-012-2/+2
| * drm: Add support for multiple plane types (v2)Matt Roper2014-04-012-6/+18
* | drm/crtc-helper: don't disable disconnected outputsDaniel Vetter2014-04-021-2/+0
* | drm/crtc-helpers: fix dpms on logicDaniel Vetter2014-04-021-1/+2
* | drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst2014-04-021-0/+1
* | drm/nouveau: don't suspend/resume display on runtime s/rDave Airlie2014-04-021-7/+5
|/
* drm/vmwgfx: Bump driver minor and dateThomas Hellstrom2014-03-281-2/+2
* drm/vmwgfx: Enable render nodesThomas Hellstrom2014-03-281-22/+21
* drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2014-03-281-2/+7
* drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom2014-03-281-0/+46
* drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom2014-03-281-0/+24
* drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom2014-03-281-35/+70
* drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom2014-03-281-5/+5
* drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom2014-03-281-5/+89
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-2811-58/+46
* drm: Add a function to get the ioctl flagsThomas Hellstrom2014-03-281-0/+18
* drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom2014-03-282-26/+39
* drm: Remove the minor master listThomas Hellstrom2014-03-281-5/+0
* drm: Improve on minor type helpers v3Thomas Hellstrom2014-03-282-6/+4
* drm: Make control nodes master-less v3Thomas Hellstrom2014-03-282-5/+8
* drm: Break out ioctl permission check to a separate function v2Thomas Hellstrom2014-03-281-38/+75
* drm: Have the crtc code only reference master from legacy nodes v2Thomas Hellstrom2014-03-281-6/+8
* drm/i915: fix build warning on 32-bit (v2)Dave Airlie2014-03-281-1/+1
* drm: Remove the ', ' after the function name in debug logsLespiau, Damien2014-03-281-1/+1
* drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien2014-03-281-4/+2
* drm: drm_ut_debug_printk() isn't called with NULL anywmoreLespiau, Damien2014-03-281-5/+1
* drm: Pull the test on drm_debug in the logging macrosLespiau, Damien2014-03-281-14/+12
* drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-285-39/+39
* drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-281-10/+10
* drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-282-2/+2
* drm/bridge: PTN3460 needs DRM_KMS_HELPERArnd Bergmann2014-03-271-1/+2
* Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-03-26154-4412/+10033
|\
| * drm/nouveau: fix missing newlineAlexandre Courbot2014-03-261-1/+1
| * drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres2014-03-261-14/+19
| * drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres2014-03-264-8/+25
| * drm/nvd7/therm: handle another kind of PWM fansMartin Peres2014-03-266-16/+35
| * drm/nouveau/pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres2014-03-261-6/+13
| * drm/nouveau: fix small thinko in vblank timestamping.Mario Kleiner2014-03-261-1/+1