summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-28drm/gma500: remove an unneeded NULL checkDan Carpenter
2017-06-28drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart
2017-06-28drm: vmwgfx: Remove unneeded CRTC .prepare() helper operationLaurent Pinchart
2017-06-28drm: qxl: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart
2017-06-28drm: qxl: Remove unused CRTC .dpms() helper operationLaurent Pinchart
2017-06-28drm: arcpgu: Remove CRTC .prepare() helper operationLaurent Pinchart
2017-06-28drm: arcpgu: Remove CRTC .commit() helper operationLaurent Pinchart
2017-06-28drm/vblank: Unexport drm_vblank_cleanupDaniel Vetter
2017-06-28drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies editionDaniel Vetter
2017-06-28drm/core: Fail atomic IOCTL with no CRTC state but with signaling.Andrey Grodzovsky
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-06-27drm/atomic-helper: Simplify commit tracking lockingDaniel Vetter
2017-06-27drm/vmwgfx: Drop drm_vblank_cleanupDaniel Vetter
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie
2017-06-26drm/udl: Drop drm_vblank_cleanupDaniel Vetter
2017-06-26drm/rockchip: Drop drm_vblank_cleanupDaniel Vetter
2017-06-26drm/nouveau: Drop drm_vblank_cleanupDaniel Vetter
2017-06-26drm/mtk: Drop drm_vblank_cleanupDaniel Vetter
2017-06-26drm/i915: Drop drm_vblank_cleanupDaniel Vetter
2017-06-26drm/kirin: Drop drm_vblank_cleanupDaniel Vetter
2017-06-26drm/hibmc: Drop drm_vblank_cleanupDaniel Vetter
2017-06-23drm/vgem: Pin our pages for dmabuf exportsChris Wilson
2017-06-23drm: arcpgu: arc_pgu_crtc_mode_valid() can be statickbuild test robot
2017-06-23drm/mxsfb: Drop drm_vblank_cleanupDaniel Vetter
2017-06-23drm/amd|radeon: Drop drm_vblank_cleanupDaniel Vetter
2017-06-23drm/qxl: move extern variable declaration header fileGerd Hoffmann
2017-06-23drm/qxl: declare a bunch of functions as staticGerd Hoffmann
2017-06-23drm/qxl: fix __user annotationsGerd Hoffmann
2017-06-23Merge tag 'drm-misc-fixes-2017-06-22' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-06-23drm/rockchip: dw_hdmi: introduce the pclk for grfMark Yao
2017-06-23drm/rockchip: dw_hdmi: introduce the VPLL clock settingMark Yao
2017-06-23drm/rockchip: dw_hdmi: add RK3399 HDMI supportMark Yao
2017-06-22drm: atmel-hlcdc: add support for 8-bit color lookup table modePeter Rosin
2017-06-22drm: atmel-hlcdc: add missing .set_property helper to the crtcPeter Rosin
2017-06-22drm/vc4: Remove dead vc4_event_pending().Eric Anholt
2017-06-22drm/vc4: Use the atomic state's commit workqueue.Eric Anholt
2017-06-22drm/vc4: Wait for fences interruptibly in blocking mode.Eric Anholt
2017-06-22drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations.Eric Anholt
2017-06-22drm/vc4: Allow vblank_disable_immediate on non-fw-kms. (v2)Mario Kleiner
2017-06-22drm: Add drm_atomic_helper_wait_for_flip_done()Boris Brezillon
2017-06-22drm: arcpgu: Use crtc->mode_valid() callbackJose Abreu
2017-06-22drm/zte: Drop drm_vblank_cleanupDaniel Vetter
2017-06-22drm/shmob: Drop drm_vblank_cleanupDaniel Vetter
2017-06-21drm/vc4: Send a VBLANK event when disabling a CRTCBoris Brezillon
2017-06-21drm: Check for drm_device->dev in drm_set_busidDaniel Vetter
2017-06-21drm: sti: sti_hqvdp: undo preparation of a clock source.Arvind Yadav
2017-06-21drm/rockchip: Remove unnecessary NULL checkThierry Reding
2017-06-21drm/atmel-hlcdc: Remove unnecessary NULL checkThierry Reding
2017-06-21drm/arm: hdlcd: remove unused variablesArnd Bergmann