summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: fix endian swap on hawaii clear state buffer setupAlex Deucher2014-04-031-2/+2
* drm/radeon: call drm_edid_to_eld when we update the edidAlex Deucher2014-04-031-0/+1
* drm/radeon: rework finding display PLL numbers v2Christian König2014-04-031-90/+153
* drm/radeon: fix resuming mode in pm runtime resume pathDave Airlie2014-04-031-4/+6
* drm/radeon: fix runtime suspend breaking secondary GPUsDave Airlie2014-04-031-5/+12
* 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-0262-347/+941
|\
| * drm/doc: Update plane documentation and add plane helper libraryMatt Roper2014-04-021-7/+43
| * drm: Allow userspace to ask for universal plane list (v2)Matt Roper2014-04-025-5/+41
| * drm: Remove unused drm_crtc->fbMatt Roper2014-04-021-3/+0Star
| * drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-0250-282/+285
| * drm/msm: Switch to universal plane API'sMatt Roper2014-04-024-8/+18
| * drm: Add drm_crtc_init_with_planes() (v2)Matt Roper2014-04-023-4/+47
| * drm: Add plane type property (v2)Rob Clark2014-04-022-0/+28
| * drm: Add drm_universal_plane_init()Matt Roper2014-04-022-30/+59
| * drm: Add primary plane helpers (v3)Matt Roper2014-04-023-1/+363
| * drm: Make drm_crtc_check_viewport non-staticMatt Roper2014-04-022-7/+17
| * drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper2014-04-021-1/+1
| * drm/i915: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2014-04-022-3/+9
| * drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2014-04-022-2/+2
| * drm: Add support for multiple plane types (v2)Matt Roper2014-04-023-7/+41
* | drm/crtc-helper: don't disable disconnected outputsDaniel Vetter2014-04-021-2/+0Star
* | 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: Specify a bit more the DRM_CAP_CURSOR_{WIDTH, HEIGHT} capsLespiau, Damien2014-04-021-0/+9
* | drm/nouveau: don't suspend/resume display on runtime s/rDave Airlie2014-04-021-7/+5Star
|/
* Merge tag 'vmwgfx-next-2014-03-28' of git://people.freedesktop.org/~thomash/l...Dave Airlie2014-03-3119-226/+500
|\
| * drm/vmwgfx: Bump driver minor and dateThomas Hellstrom2014-03-281-2/+2
| * drm/vmwgfx: Enable render nodesThomas Hellstrom2014-03-281-22/+21Star
| * drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2014-03-281-2/+7
| * drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom2014-03-282-0/+50
| * 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-282-36/+81
| * 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/+46Star
| * drm: Add a function to get the ioctl flagsThomas Hellstrom2014-03-282-0/+19
| * drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom2014-03-283-47/+64
| * drm: Remove the minor master listThomas Hellstrom2014-03-282-7/+0Star
| * drm: Improve on minor type helpers v3Thomas Hellstrom2014-03-283-7/+10
| * drm: Make control nodes master-less v3Thomas Hellstrom2014-03-283-5/+13
| * 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-282-15/+8Star
* drm: drm_ut_debug_printk() isn't called with NULL anywmoreLespiau, Damien2014-03-281-5/+1Star
* drm: Pull the test on drm_debug in the logging macrosLespiau, Damien2014-03-282-26/+27
* drm: Remove the now unused DRM_LOG* macrosLespiau, Damien2014-03-281-19/+0Star
* staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2014-03-281-1/+1