summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/sti: do not remove the drm_bridge that was never addedPeter Rosin2018-08-072-2/+0
* drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-062-8/+3
* drm/sun4i: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-061-3/+1
* drm/imx: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-061-6/+3
* drm: atmel-hlcdc: Use __drm_atomic_helper_plane_reset instead of copying the ...Alexandru Gheorghe2018-08-061-4/+1
* drm: mali-dp: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-061-5/+2
* drm/atomic: Add __drm_atomic_helper_plane_resetAlexandru Gheorghe2018-08-062-9/+26
* drm/vkms: Release pages_lock before returnHaneen Mohammed2018-08-031-2/+3
* drm/vkms: Implement CRC debugfs APIHaneen Mohammed2018-08-036-9/+196
* drm/vkms: Subclass plane stateHaneen Mohammed2018-08-032-3/+55
* drm/rockchip: vop: add px30 vop supportSandy Huang2018-08-022-0/+200
* dt-bindings: display: rockchip: add document for px30 vopSandy Huang2018-08-021-0/+2
* drm/dp: add missing ')' to I2C nack debug messagePaulo Zanoni2018-08-011-1/+2
* drm/rockchip: Convert drm_atomic_helper_suspend/resume()Souptick Joarder2018-08-012-45/+2
* drm/bridge/ti-sn65dsi86: Fix implicit declaration to drm_mode_connector_attac...Sean Paul2018-07-311-1/+1
* drm/vkms: Use new return type vm_fault_tSouptick Joarder2018-07-302-4/+3
* drm/bridge/tc358764: fix drm helper nameAndrzej Hajda2018-07-301-1/+1
* drm/vkms: subclass CRTC stateHaneen Mohammed2018-07-302-3/+61
* drm/vkms: Add atomic_helper_check_plane_stateHaneen Mohammed2018-07-301-0/+29
* drm/vkms: map/unmap buffers in [prepare/cleanup]_fb hooksHaneen Mohammed2018-07-301-0/+34
* drm/vkms: Add functions to map/unmap GEM backing storageHaneen Mohammed2018-07-302-1/+87
* drm/bridge/synopsys: remove commented-out flag in MakefileMasahiro Yamada2018-07-271-2/+0
* drm/bridge: tc358764: Add DSI to LVDS bridge driverAndrzej Hajda2018-07-273-0/+508
* dt-bindings: tc358754: add DT bindingsAndrzej Hajda2018-07-271-0/+35
* drm/bridge: add support for sn65dsi86 bridge driverSandeep Panda2018-07-273-0/+674
* dt-bindings: drm/bridge: Document sn65dsi86 bridge bindingsSandeep Panda2018-07-271-0/+87
* dt-bindings: mipi-dsi: Add dual-channel DSI related infoArchit Taneja2018-07-251-0/+80
* dt-bindings: mipi-dsi: Add info about peripherals with non-DSI control busArchit Taneja2018-07-251-7/+64
* drm/sun4i: tcon: Add support for R40 TCONJernej Skrabec2018-07-241-0/+40
* drm/sun4i: tcon: Add another way for matching mixers with tconJernej Skrabec2018-07-241-2/+49
* drm/sun4i: Use (struct drm_format_info) fields to determine if a format is yu...Ayan Kumar Halder2018-07-241-31/+6
* drm/rockchip: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-231-2/+2
* drm: Replace NULL with error value in drm_prime_pages_to_sgOleksandr Andrushchenko2018-07-232-3/+3
* drm/print: Fix DRM_DEBUG_DP macroLyude Paul2018-07-191-1/+1
* drm/sun4i: sun4i: Introduce a quirk for lowest plane alpha supportPaul Kocialkowski2018-07-192-15/+28
* drm/sun4i: sun4i: Register quirks with the backend structurePaul Kocialkowski2018-07-192-0/+4
* drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE checking if panel is used.Giulio Benetti2018-07-191-0/+28
* drm/sun4i: Substitute sun4i_backend_format_is_yuv() with format->is_yuvAyan Kumar Halder2018-07-181-9/+3
* drm/rockchip: Substitute is_yuv_support() with format->is_yuvAyan Kumar Halder2018-07-181-15/+9
* drm/i915: Substitute intel_format_is_yuv() with format->is_yuvAyan Kumar Halder2018-07-183-20/+4
* drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuvAyan Kumar Halder2018-07-182-21/+23
* drm/pl111: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-171-1/+1
* drm/pl111: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-171-7/+8
* drm/vc4: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-171-4/+4
* drm/sun4i: sun8i: Avoid clearing blending order at each atomic commitPaul Kocialkowski2018-07-173-20/+43
* drm/sun4i: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-171-2/+2
* drm/connector: Fix typo in drm_connector_list_iter_next()Lyude Paul2018-07-161-1/+1
* drm/dp_helper: Add DP aux channel tracingLyude Paul2018-07-163-12/+41
* drm: writeback: Fix doc that says connector should be disconnectedAlexandru Gheorghe2018-07-161-2/+2
* dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplaceMichel Dänzer2018-07-161-3/+3