summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* drm/panfrost: Remove NULL check for regulatorSteven Price2019-10-091-4/+2
* drm: two planes with the same zpos have undefined orderingSimon Ser2019-10-091-4/+4
* drm/vkms: Fix an undefined reference error in vkms_composer_workerzhong jiang2019-10-091-0/+1
* drm/edid: Select DMT timing if EDID's display feature not support GTFLee Shawn C2019-10-091-1/+2
* drm/komeda: remove redundant assignment to pointer disable_doneColin Ian King2019-10-091-1/+1
* drm/vkms: prime import supportOleg Vasilev2019-10-093-0/+45
* drm/drm_vblank: Change EINVAL by the correct errnoRodrigo Siqueira2019-10-091-3/+3
* drm_dp_cec: drop use of drmP.hSam Ravnborg2019-10-081-2/+4
* drm/arm/mali-dp: Add display QoS interface configuration for Mali DP500Wen He2019-10-084-0/+28
* 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-0710-20/+23
* 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/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-043-12/+12
* 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-035803-167885/+486767
|\
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-09-303-16/+39
| |\
| | * Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-09-291-15/+37
| | |\
| | | * bus: ti-sysc: Remove unpaired sysc_clkdm_deny_idle()Tony Lindgren2019-09-061-1/+0
| | | * bus: ti-sysc: Fix handling of invalid clocksTony Lindgren2019-09-051-4/+1
| | | * bus: ti-sysc: Fix clock handling for no-idle quirksTony Lindgren2019-09-051-11/+37
| | * | Merge tag 'scmi-fixes-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2019-09-2914-193/+927
| | |\ \
| | | * | reset: reset-scmi: add missing handle initialisationSudeep Holla2019-09-181-0/+1
| | | * | firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_resetSudeep Holla2019-09-181-1/+1