aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-13drm/atomic: Use the correct iterator macro in atomic_remove_fbMaarten Lankhorst1-1/+1
2017-07-13drm/simple-kms-helper: Fix the check for the mismatch between plane and CRTC enabled.Maarten Lankhorst1-3/+7
2017-07-11drm: inhibit drm drivers register to uninitialized drm coreAlexandru Moise1-0/+16
2017-07-06drm/bridge: ti-tfp410: clean up drm_bridge_add callInki Dae1-5/+1
2017-07-06drm/bridge: tc358767: clean up drm_bridge_add callInki Dae1-5/+1
2017-07-06drm/bridge: synopsys: dw-hdmi: clean up drm_bridge_add callInki Dae1-6/+1
2017-07-06drm/bridge: sii902x: clean up drm_bridge_add callInki Dae1-5/+1
2017-07-06drm/bridge: ps8622: clean up drm_bridge_add callInki Dae1-5/+1
2017-07-06drm/bridge: panel: clean up drm_bridge_add callInki Dae1-4/+1
2017-07-06drm/bridge: nxp-ptn3460: clean up drm_bridge_add callInki Dae1-5/+1
2017-07-06drm/bridge: vga-dac: clean up drm_bridge_add callInki Dae1-6/+3
2017-07-06drm/bridge: analogix-anx78xx: clean up drm_bridge_add callInki Dae1-5/+1
2017-07-06drm/bridge: adv7511: clean up drm_bridge_add callInki Dae1-5/+1
2017-07-06drm/fb-helper: remove drm_fb_helper_save_lut_atomicPeter Rosin1-17/+0
2017-07-06drm/fb-helper: keep the .gamma_store updated in drm_fb_helper_setcmapPeter Rosin1-0/+19
2017-07-06drm/fb-helper: factor out pseudo-palettePeter Rosin1-23/+37
2017-07-06drm/fb-helper: Split dpms handling into legacy and atomic pathsDaniel Vetter1-65/+50
2017-07-06drm/fb-helper: Stop using mode_config.mutex for internalsDaniel Vetter3-30/+21
2017-07-06drm/fb-helper: Push locking into restore_fbdev_mode_atomic|legacyDaniel Vetter1-23/+25
2017-07-06drm/fb-helper: Push locking into pan_display_atomic|legacyDaniel Vetter1-10/+18
2017-07-06drm/fb-helper: Drop locking from the vsync wait ioctl codeDaniel Vetter1-2/+0
2017-07-06drm/fb-helper: Push locking in fb_is_boundDaniel Vetter1-15/+9
2017-07-06drm/fb-helper: Add top-level lockThierry Reding2-5/+61
2017-07-06drm/i915: Drop FBDEV #ifdev in mst codeDaniel Vetter2-30/+10
2017-07-06drm/fb-helper: Push down modeset lock into FB helpersThierry Reding3-19/+37
2017-07-05drm: Remove pending_read_domains and pending_write_domainChris Wilson1-15/+0
2017-07-04drm/atomic-helper: Realign function parametersDaniel Vetter1-13/+11
2017-07-04drm/fb-helper: Remove drm_mode_config_fb.Maarten Lankhorst1-18/+4
2017-07-03drm/bochs: switch fb_ops over to use drm_fb_helper_cfb helpersMark Cave-Ayland1-3/+3
2017-07-03drm: qxl: constify ttm_place structures.Arvind Yadav1-1/+1
2017-07-03drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.Arvind Yadav1-1/+1
2017-07-03drm/udl: dma-buf: Constify dma_buf_ops structures.Arvind Yadav1-1/+1
2017-07-03drm: armada: Constify drm_prop_enum_list structures.Arvind Yadav1-1/+1
2017-07-03drm: armada: constify drm_prop_enum_list structures.Arvind Yadav1-2/+2
2017-07-03drm/atomic: initial support for asynchronous plane updateGustavo Padovan4-0/+178
2017-06-30drm/atomic: Drop helper include from drm_atomic.cDaniel Vetter1-1/+0
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart27-55/+87
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart31-87/+128
2017-06-29dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2-6/+48
2017-06-29dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson3-47/+31
2017-06-29dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson1-8/+4
2017-06-29dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2-14/+15
2017-06-29dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson1-0/+5
2017-06-29dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson1-1/+1
2017-06-29dma-buf/dma-fence: Extract __dma_fence_is_later()Chris Wilson1-1/+14
2017-06-28drm/gma500: remove an unneeded NULL checkDan Carpenter1-4/+0
2017-06-28drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart3-8/+8
2017-06-28drm: vmwgfx: Remove unneeded CRTC .prepare() helper operationLaurent Pinchart1-13/+0
2017-06-28drm: qxl: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart1-2/+2
2017-06-28drm: qxl: Remove unused CRTC .dpms() helper operationLaurent Pinchart1-5/+0