summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Split dpms handling into legacy and atomic pathsDaniel Vetter2017-07-061-65/+50
* drm/fb-helper: Stop using mode_config.mutex for internalsDaniel Vetter2017-07-063-30/+21
* drm/fb-helper: Push locking into restore_fbdev_mode_atomic|legacyDaniel Vetter2017-07-061-23/+25
* drm/fb-helper: Push locking into pan_display_atomic|legacyDaniel Vetter2017-07-061-10/+18
* drm/fb-helper: Drop locking from the vsync wait ioctl codeDaniel Vetter2017-07-061-2/+0
* drm/fb-helper: Push locking in fb_is_boundDaniel Vetter2017-07-061-15/+9
* drm/fb-helper: Add top-level lockThierry Reding2017-07-062-5/+61
* drm/i915: Drop FBDEV #ifdev in mst codeDaniel Vetter2017-07-062-30/+10
* drm/fb-helper: Push down modeset lock into FB helpersThierry Reding2017-07-063-19/+37
* drm: Remove pending_read_domains and pending_write_domainChris Wilson2017-07-051-15/+0
* drm/atomic-helper: Realign function parametersDaniel Vetter2017-07-041-13/+11
* drm/fb-helper: Remove drm_mode_config_fb.Maarten Lankhorst2017-07-041-18/+4
* drm/bochs: switch fb_ops over to use drm_fb_helper_cfb helpersMark Cave-Ayland2017-07-031-3/+3
* drm: qxl: constify ttm_place structures.Arvind Yadav2017-07-031-1/+1
* drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.Arvind Yadav2017-07-031-1/+1
* drm/udl: dma-buf: Constify dma_buf_ops structures.Arvind Yadav2017-07-031-1/+1
* drm: armada: Constify drm_prop_enum_list structures.Arvind Yadav2017-07-031-1/+1
* drm: armada: constify drm_prop_enum_list structures.Arvind Yadav2017-07-031-2/+2
* drm/atomic: initial support for asynchronous plane updateGustavo Padovan2017-07-034-0/+178
* drm/atomic: Drop helper include from drm_atomic.cDaniel Vetter2017-06-301-1/+0
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-3027-55/+87
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-3031-87/+128
* dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2017-06-292-6/+48
* dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson2017-06-293-47/+31
* dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson2017-06-291-8/+4
* dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2017-06-292-14/+15
* dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson2017-06-291-0/+5
* dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson2017-06-291-1/+1
* dma-buf/dma-fence: Extract __dma_fence_is_later()Chris Wilson2017-06-291-1/+14
* drm/gma500: remove an unneeded NULL checkDan Carpenter2017-06-281-4/+0
* drm: vmwgfx: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart2017-06-283-8/+8
* drm: vmwgfx: Remove unneeded CRTC .prepare() helper operationLaurent Pinchart2017-06-281-13/+0
* drm: qxl: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart2017-06-281-2/+2
* drm: qxl: Remove unused CRTC .dpms() helper operationLaurent Pinchart2017-06-281-5/+0
* drm: arcpgu: Remove CRTC .prepare() helper operationLaurent Pinchart2017-06-281-1/+0
* drm: arcpgu: Remove CRTC .commit() helper operationLaurent Pinchart2017-06-281-1/+0
* drm/vblank: Unexport drm_vblank_cleanupDaniel Vetter2017-06-283-18/+3
* drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies editionDaniel Vetter2017-06-281-2/+0
* drm/core: Fail atomic IOCTL with no CRTC state but with signaling.Andrey Grodzovsky2017-06-281-1/+10
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-272139-30778/+366846
|\
| * Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie2017-06-27461-2758/+4152
| |\
| | * Linux 4.12-rc7v4.12-rc7Linus Torvalds2017-06-261-1/+1
| | * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-251-2/+1
| | |\
| | | * x86/mshyperv: Remove excess #includes from mshyperv.hThomas Gleixner2017-06-241-2/+1
| | * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-257-33/+55
| | |\ \
| | | * \ Merge branch 'clockevents/4.12-fixes' of https://git.linaro.org/people/daniel...Thomas Gleixner2017-06-203-2/+4
| | | |\ \
| | | | * | clocksource: Explicitly include linux/clocksource.h when neededStephen Rothwell2017-06-132-0/+2
| | | | * | clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableFrank Rowand2017-06-121-2/+2
| | | * | | arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAWWill Deacon2017-06-202-3/+3
| | | * | | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-202-11/+12