aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: damage_helper: Fix race checking plane->state->fbSean Paul2019-10-081-1/+7
* drm/sun4i: dsi: Fix video start delay computationJagan Teki2019-10-081-1/+1
* drm/tilcdc: plane: Make structure tilcdc_plane_funcs constantNishka Dasgupta2019-10-071-1/+1
* drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controllerMatthias Kaehlcke2019-10-071-0/+10
* drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet lengthIcenowy Zheng2019-10-071-2/+2
* drm/sun4i: dsi: fix the overhead of the horizontal front porchIcenowy Zheng2019-10-071-4/+5
* cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil2019-10-0711-22/+28
* drm/mcde: Fix reference to DOC commentJonathan Neuschäfer2019-10-051-1/+1
* drm/lima: Add support for multiple reset linesPeter Griffin2019-10-051-1/+2
* drm/i810: Prevent underflow in ioctlDan Carpenter2019-10-041-2/+2
* drm/fourcc: Add Arm 16x16 block modifierRaymond Smith2019-10-041-1/+25
* drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()Chris Wilson2019-10-041-5/+6
* drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson2019-10-044-15/+16
* drm/mm: Use helpers for drm_mm_node booleansChris Wilson2019-10-0412-32/+37
* dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson2019-10-041-43/+35
* drm/omap: hdmi4: fix use of uninitialized varTomi Valkeinen2019-10-041-2/+3
* drm/omap: hdmi5: automatically choose limited/full range outputTomi Valkeinen2019-10-041-56/+65
* drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha2019-10-043-56/+38
* drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen2019-10-041-0/+25
* drm/omap: tweak HDMI DDC timingsAlejandro Hernandez2019-10-041-2/+2
* drm/omap: avoid copy in mgr_fld_read/writeTomi Valkeinen2019-10-041-4/+4
* drm/omap: drop unneeded locking from mgr_fld_write()Tomi Valkeinen2019-10-041-14/+1
* drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann2019-10-042-54/+52
* drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann2019-10-045-6/+23
* drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()Thomas Zimmermann2019-10-041-64/+56
* drm/mgag200: Move cursor-image update to mgag200_show_cursor()Thomas Zimmermann2019-10-041-95/+125
* drm/mgag200: Add separate move-cursor functionThomas Zimmermann2019-10-041-9/+20
* drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann2019-10-043-13/+35
* drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann2019-10-043-16/+13
* drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann2019-10-042-61/+73
* drm/ast: Move cursor offset swapping into ast_show_cursor()Thomas Zimmermann2019-10-041-26/+31
* drm/ast: Move cursor update code to ast_show_cursor()Thomas Zimmermann2019-10-041-35/+53
* drm/ast: Move ast_{show,hide}_cursor() within source fileThomas Zimmermann2019-10-041-17/+17
* drm/ast: Don't call ast_show_cursor() from ast_cursor_move()Thomas Zimmermann2019-10-041-1/+4
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-0312131-308791/+699716
|\
| * Linux 5.4-rc1Linus Torvalds2019-09-301-2/+2
| * Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-305-18/+58
| |\
| | * btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
| | * btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
| | * btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
| | * btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
| | * Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
| | * Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2019-09-241-0/+4
| | * btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-09-241-0/+9
| | * Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
| * | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
| |\ \
| | * | csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| | * | csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| | * | csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| | * | csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31