summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
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-061-4/+43
* 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/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-031-0/+122
* 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-3030-62/+97
* 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
* 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-282-17/+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-271284-26111/+356693
|\
| * Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie2017-06-27223-1762/+2457
| |\
| | * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-253-2/+4
| | |\
| | | * 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
| | * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-251-3/+3
| | |\ \ \
| | | * | | irqchip/mips-gic: Mark count and compare accessors notraceMarcin Nowakowski2017-06-201-3/+3
| | | |/ /
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-06-253-16/+28
| | |\ \ \
| | | * | | Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan2017-06-231-10/+7
| | | * | | Input: i8042 - add Fujitsu Lifebook AH544 to notimeout listDaniel Drake2017-06-201-0/+7
| | | * | | Input: soc_button_array - fix leaking the ACPI button descriptor bufferHans de Goede2017-06-191-6/+14
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-06-254-14/+35
| | |\ \ \ \