summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-15dt/bindings: display: Add DT bindings for Mali Display Processors.Liviu Dudau1-0/+65
2016-06-14drm/virtio: Don't reinvent a flipping wheelDaniel Vetter1-58/+13
2016-06-14drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun1-2/+2
2016-06-13drm/gma500: use drm_crtc_vblank_{on,off}()Gustavo Padovan1-1/+1
2016-06-13drm/radeon: use crtc directly in drm_crtc_vblank_put()Gustavo Padovan1-1/+1
2016-06-13drm/amdgpu: use crtc directly in drm_crtc_vblank_put()Gustavo Padovan1-1/+1
2016-06-13drm/radeon: use drm_crtc_vblank_{on,off}()Gustavo Padovan2-4/+4
2016-06-13drm/amdgpu: use drm_crtc_vblank_{on,off}()Gustavo Padovan3-6/+6
2016-06-13drm: make drm_vblank_{get,put}() staticGustavo Padovan2-10/+2
2016-06-13drm: remove legacy drm_arm_vblank_event()Gustavo Padovan2-33/+8
2016-06-13drm: remove legacy drm_send_vblank_event()Gustavo Padovan2-27/+6
2016-06-13drm/nouveau: replace legacy vblank helpersGustavo Padovan2-12/+13
2016-06-13drm/prime: fix error path deadlock failRob Clark1-4/+6
2016-06-13drm/dsi: Add uevent callbackThierry Reding2-0/+18
2016-06-13drm: fb: cma: fix memory leakSudip Mukherjee1-0/+1
2016-06-10drm: i915: Rely on the default ->best_encoder() behavior where appropriateBoris Brezillon10-17/+0
2016-06-10drm: Add helper for simple display pipelineNoralf Trønnes4-1/+307
2016-06-10drm/bridge: dw-hdmi: Use drm_atomic_helper_best_encoder()Boris Brezillon1-10/+1
2016-06-10drm/bridge: ps8622: Rely on the default ->best_encoder() behaviorBoris Brezillon1-10/+0
2016-06-10drm/bridge: ptn3460: Rely on the default ->best_encoder() behaviorBoris Brezillon1-8/+0
2016-06-10drm/bridge: anx78xx: Rely on the default ->best_encoder() behaviorBoris Brezillon1-8/+0
2016-06-10drm: omap: Rely on the default ->best_encoder() behaviorBoris Brezillon1-10/+0
2016-06-10drm: virtgpu: Rely on the default ->best_encoder() behaviorBoris Brezillon1-10/+0
2016-06-10drm: vc4: Rely on the default ->best_encoder() behaviorBoris Brezillon2-18/+0
2016-06-10drm: tegra: Rely on the default ->best_encoder() behaviorBoris Brezillon6-14/+0
2016-06-10drm: sun4i: Rely on the default ->best_encoder() behaviorBoris Brezillon2-19/+0
2016-06-10drm: rockchip: Rely on the default ->best_encoder() behaviorBoris Brezillon2-18/+0
2016-06-10drm: rcar-du: Rely on the default ->best_encoder() behaviorBoris Brezillon5-20/+0
2016-06-10drm: fsl-dcu: Rely on the default ->best_encoder() behaviorBoris Brezillon1-9/+0
2016-06-10drm: exynos: Rely on the default ->best_encoder() behaviorBoris Brezillon4-34/+0
2016-06-10drm: atmel-hlcdc: Rely on the default ->best_encoder() behaviorBoris Brezillon1-12/+0
2016-06-10drm: arc: Rely on the default ->best_encoder() behaviorBoris Brezillon1-18/+0
2016-06-10drm: Fix comment making reference to non-existing functionLiviu Dudau1-1/+1
2016-06-10drm/rockchip: Resume DP earlyTomeu Vizoso1-12/+3
2016-06-10drm/rockchip: Use atomic PM helpersTomeu Vizoso2-53/+32
2016-06-10drm/rockchip: Nuke pending event handling in precloseDaniel Vetter3-43/+0
2016-06-10drm/rockchip: convert to helper nonblocking atomic commitDaniel Vetter4-78/+27
2016-06-10drm/rockchip: Fix crtc_state->event signallingDaniel Vetter1-6/+18
2016-06-10drm/rockchip: Disarm vop->is_enabledDaniel Vetter2-9/+0
2016-06-10drm/hdlcd: Use helper support for nonblocking commitsDaniel Vetter1-7/+1
2016-06-10drm/arc: Implement nonblocking commit correctlyDaniel Vetter1-7/+1
2016-06-10drm/atomic-helper: nonblocking commit supportDaniel Vetter4-46/+141
2016-06-10drm/atomic-helper: roll out commit synchronizationDaniel Vetter2-0/+354
2016-06-10drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter6-6/+181
2016-06-10drm/sun4i: Implement some semblance of vblank event handlingDaniel Vetter1-0/+12
2016-06-10drm/arc: Actually bother with handling atomic events.Daniel Vetter1-7/+5
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter14-18/+18
2016-06-10drm/rockchip: Drop drm_driver.load/unload callbacksTomeu Vizoso1-57/+30
2016-06-10drm/rockchip: fix compile warnings for 64-bitBrian Norris2-2/+2
2016-06-10drm/exynos: use logical AND in exynos_drm_plane_check_size()Tobias Jakobi1-1/+1