summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-09drm/drm_vblank: Change EINVAL by the correct errnoRodrigo Siqueira1-3/+3
2019-10-09drm: Add link training repeaters addressesRodrigo Siqueira1-0/+26
2019-10-08drm: delete drmP.h + drm_os_linux.hSam Ravnborg3-170/+0
2019-10-08drm_dp_cec: drop use of drmP.hSam Ravnborg1-2/+4
2019-10-08drm/arm/mali-dp: Add display QoS interface configuration for Mali DP500Wen He4-0/+28
2019-10-08drm: damage_helper: Fix race checking plane->state->fbSean Paul1-1/+7
2019-10-08drm/sun4i: dsi: Fix video start delay computationJagan Teki1-1/+1
2019-10-07drm/tilcdc: plane: Make structure tilcdc_plane_funcs constantNishka Dasgupta1-1/+1
2019-10-07drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controllerMatthias Kaehlcke1-0/+10
2019-10-07drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet lengthIcenowy Zheng1-2/+2
2019-10-07drm/sun4i: dsi: fix the overhead of the horizontal front porchIcenowy Zheng1-4/+5
2019-10-07cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil11-22/+28
2019-10-05drm/mcde: Fix reference to DOC commentJonathan Neuschäfer1-1/+1
2019-10-05drm/lima: Add support for multiple reset linesPeter Griffin1-1/+2
2019-10-04drm/i810: Prevent underflow in ioctlDan Carpenter1-2/+2
2019-10-04drm/fourcc: Add Arm 16x16 block modifierRaymond Smith1-1/+25
2019-10-04drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()Chris Wilson1-5/+6
2019-10-04drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson4-15/+16
2019-10-04drm/mm: Use helpers for drm_mm_node booleansChris Wilson12-32/+37
2019-10-04dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson1-43/+35
2019-10-04drm/omap: hdmi4: fix use of uninitialized varTomi Valkeinen1-2/+3
2019-10-04drm/omap: hdmi5: automatically choose limited/full range outputTomi Valkeinen1-56/+65
2019-10-04drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha3-56/+38
2019-10-04drm/omap: fix missing scaler pixel fmt limitationsTomi Valkeinen1-0/+25
2019-10-04drm/omap: tweak HDMI DDC timingsAlejandro Hernandez1-2/+2
2019-10-04drm/omap: avoid copy in mgr_fld_read/writeTomi Valkeinen1-4/+4
2019-10-04drm/omap: drop unneeded locking from mgr_fld_write()Tomi Valkeinen1-14/+1
2019-10-04drm/mgag200: Allocate cursor BOs at high end of video memoryThomas Zimmermann2-54/+52
2019-10-04drm/mgag200: Reserve video memory for cursor planeThomas Zimmermann5-6/+23
2019-10-04drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()Thomas Zimmermann1-64/+56
2019-10-04drm/mgag200: Move cursor-image update to mgag200_show_cursor()Thomas Zimmermann1-95/+125
2019-10-04drm/mgag200: Add separate move-cursor functionThomas Zimmermann1-9/+20
2019-10-04drm/mgag200: Add init and fini functions for cursor handlingThomas Zimmermann3-13/+35
2019-10-04drm/mgag200: Rename cursor functions to use mgag200_ prefixThomas Zimmermann3-16/+13
2019-10-04drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann2-61/+73
2019-10-04drm/ast: Move cursor offset swapping into ast_show_cursor()Thomas Zimmermann1-26/+31
2019-10-04drm/ast: Move cursor update code to ast_show_cursor()Thomas Zimmermann1-35/+53
2019-10-04drm/ast: Move ast_{show,hide}_cursor() within source fileThomas Zimmermann1-17/+17
2019-10-04drm/ast: Don't call ast_show_cursor() from ast_cursor_move()Thomas Zimmermann1-1/+4
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard12131-308791/+699716
2019-10-03Revert "drm/sun4i: dsi: Change the start delay calculation"Icenowy Zheng1-2/+1
2019-10-03drm/sun4i: dsi: Fix TCON DRQ set bitsJagan Teki1-2/+2
2019-10-03drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator supportJagan Teki2-0/+16
2019-10-03dt-bindings: sun6i-dsi: Add VCC-DSI supply propertyJagan Teki1-0/+5
2019-10-02drm/msm: use drm_debug_enabled() to check for debug categoriesJani Nikula1-2/+2
2019-10-02drm/i2c/sil164: use drm_debug_enabled() to check for debug categoriesJani Nikula1-1/+1
2019-10-02drm/etnaviv: use drm_debug_enabled() to check for debug categoriesJani Nikula1-4/+4
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula8-13/+18
2019-10-02drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula4-19/+21
2019-10-01drm/rect: Add drm_rect_init()Ville Syrjälä1-0/+17