summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* 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/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
| * drm/nouveau/therm: check for sensor presence with requested mode, not currentBen Skeggs2014-03-261-1/+1
| * drm/nouveau/disp/dp: allow 540MHz data rateIlia Mirkin2014-03-261-1/+1
| * drm/nouveau: recognise higher link rate for available dp bw calculationsBen Skeggs2014-03-261-1/+4
| * drm/nouveau/disp: limit dp capabilities as per dcbBen Skeggs2014-03-262-1/+36
| * drm/nva3/fbram: restrict training pattern setup to GT218Ben Skeggs2014-03-261-15/+17
| * drm/nva3/devinit: restrict script access to some PFB regsBen Skeggs2014-03-262-0/+51
| * drm/nouveau/devinit: add interface to check if a mmio access by scripts is okBen Skeggs2014-03-264-3/+11
| * drm/nouveau/bios: have strap reads show on devinit spam debug levelBen Skeggs2014-03-267-11/+13