summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-06-28drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies editionDaniel Vetter1-2/+0
2017-06-28drm/core: Fail atomic IOCTL with no CRTC state but with signaling.Andrey Grodzovsky1-1/+10
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul633-21700/+349448
2017-06-27drm/atomic-helper: Simplify commit tracking lockingDaniel Vetter1-6/+1
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter5-47/+3
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie18-54/+89
2017-06-26drm/udl: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-06-26drm/rockchip: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-06-26drm/nouveau: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-06-26drm/mtk: Drop drm_vblank_cleanupDaniel Vetter1-1/+0
2017-06-26drm/i915: Drop drm_vblank_cleanupDaniel Vetter1-5/+1
2017-06-26drm/kirin: Drop drm_vblank_cleanupDaniel Vetter1-1/+0
2017-06-26drm/hibmc: Drop drm_vblank_cleanupDaniel Vetter1-1/+2
2017-06-23drm/vgem: Pin our pages for dmabuf exportsChris Wilson2-21/+64
2017-06-23drm: arcpgu: arc_pgu_crtc_mode_valid() can be statickbuild test robot1-2/+2
2017-06-23drm/mxsfb: Drop drm_vblank_cleanupDaniel Vetter1-1/+0
2017-06-23drm/amd|radeon: Drop drm_vblank_cleanupDaniel Vetter2-2/+0
2017-06-23drm/qxl: move extern variable declaration header fileGerd Hoffmann2-1/+1
2017-06-23drm/qxl: declare a bunch of functions as staticGerd Hoffmann2-11/+11
2017-06-23drm/qxl: fix __user annotationsGerd Hoffmann1-8/+9
2017-06-23Merge tag 'drm-misc-fixes-2017-06-22' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-18/+20
2017-06-23drm/rockchip: dw_hdmi: introduce the pclk for grfMark Yao1-0/+18
2017-06-23drm/rockchip: dw_hdmi: introduce the VPLL clock settingMark Yao1-1/+24
2017-06-23drm/rockchip: dw_hdmi: add RK3399 HDMI supportMark Yao1-11/+56
2017-06-22drm: atmel-hlcdc: add support for 8-bit color lookup table modePeter Rosin4-0/+64
2017-06-22drm: atmel-hlcdc: add missing .set_property helper to the crtcPeter Rosin1-0/+1
2017-06-22drm/vc4: Remove dead vc4_event_pending().Eric Anholt2-9/+0
2017-06-22drm/vc4: Use the atomic state's commit workqueue.Eric Anholt1-58/+13
2017-06-22drm/vc4: Wait for fences interruptibly in blocking mode.Eric Anholt1-0/+10
2017-06-22drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations.Eric Anholt1-0/+17
2017-06-22drm/vc4: Allow vblank_disable_immediate on non-fw-kms. (v2)Mario Kleiner1-0/+3
2017-06-22drm: Add drm_atomic_helper_wait_for_flip_done()Boris Brezillon1-1/+42
2017-06-22drm: arcpgu: Use crtc->mode_valid() callbackJose Abreu1-15/+14
2017-06-22drm/zte: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-06-22drm/shmob: Drop drm_vblank_cleanupDaniel Vetter1-3/+1
2017-06-21drm/vc4: Send a VBLANK event when disabling a CRTCBoris Brezillon1-0/+13
2017-06-21drm: Check for drm_device->dev in drm_set_busidDaniel Vetter1-1/+1
2017-06-21drm: sti: sti_hqvdp: undo preparation of a clock source.Arvind Yadav1-0/+3
2017-06-21drm/rockchip: Remove unnecessary NULL checkThierry Reding1-3/+1
2017-06-21drm/atmel-hlcdc: Remove unnecessary NULL checkThierry Reding1-2/+1
2017-06-21drm/arm: hdlcd: remove unused variablesArnd Bergmann1-1/+1
2017-06-21drm/arm: hdlcd: Use CMA helper for plane buffer address calculationLiviu Dudau1-8/+1
2017-06-21drm/arm: hdlcd: Set the CRTC's port before binding the encoder.Liviu Dudau1-0/+9
2017-06-21drm: Fix GETCONNECTOR regressionDaniel Vetter1-18/+20
2017-06-21drm: armada: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-21Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie5-2/+18
2017-06-21Merge tag 'drm-intel-fixes-2017-06-20' of git://anongit.freedesktop.org/git/d...Dave Airlie8-60/+107
2017-06-21Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/d...Dave Airlie6-31/+189
2017-06-21drm/i915: remove rate_to_index, messed up merge.Dave Airlie1-11/+0
2017-06-21Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/dr...Dave Airlie106-3289/+36759