summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/modes: Fix description of DRM_MODE_TYPE_USERDEFVille Syrjälä2018-01-291-3/+1
* drm/uapi: Deprecate DRM_MODE_FLAG_BCASTVille Syrjälä2018-01-292-3/+2
* drm/uapi: Deprecate DRM_MODE_FLAG_PIXMUXVille Syrjälä2018-01-292-3/+2
* drm/uapi: Validate the mode flags/typeVille Syrjälä2018-01-292-0/+30
* drm/modes: Move 3D stereo flag check into drm_mode_validate_basic()Ville Syrjälä2018-01-291-3/+3
* drm: Warn if plane/crtc/encoder/connector index exceeds our 32bit bitmasksVille Syrjälä2018-01-294-2/+19
* drm/sun4i: backend: Check for the number of alpha planesMaxime Ripard2018-01-293-22/+55
* drm/sun4i: backend: Add support for zposMaxime Ripard2018-01-294-0/+24
* drm/sun4i: backend: Set a default zpos in our reset hookMaxime Ripard2018-01-291-0/+2
* drm/sun4i: backend: Move the coord function in the shared partMaxime Ripard2018-01-291-2/+1
* drm/sun4i: framebuffer: Add a custom atomic_checkMaxime Ripard2018-01-291-1/+13
* drm/sun4i: backend: Fix define typoMaxime Ripard2018-01-291-1/+3
* drm/sun4i: backend: Fix structure indentationMaxime Ripard2018-01-291-4/+4
* drm/vc4: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-12/+11
* drm/rockchip: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-12/+1
* drm/atmel-exynos: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-13/+1
* drm/atmel-hlcdc: Use the alpha format field in drm_format_infoMaxime Ripard2018-01-291-19/+5
* drm/fourcc: Add a alpha field to drm_format_infoMaxime Ripard2018-01-292-25/+27
* drm/stm: ltdc: use crtc_mode_fixup to update adjusted_mode clockPhilippe CORNU2018-01-291-10/+25
* drm/dp: Add definitions for TPS4 bits and macros to check the supportManasi Navare2018-01-261-0/+17
* drm/dp: Add HBR3 support in existing DRM DP helpersManasi Navare2018-01-263-0/+8
* dma-buf: make returning the exclusive fence optionalChristian König2018-01-231-9/+22
* drm/zte: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-10/+8
* drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-4/+3
* drm/tegra/dc: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-5/+4
* drm/rockchip: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-5/+4
* drm/nouveau/kms/nv50: Use drm_mode_get_hv_timing() to populate plane clip rec...Ville Syrjälä2018-01-231-8/+12
* drm/msm/mdp5: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-10/+10
* drm/meson: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-2/+3
* drm/mediatek: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-2/+3
* drm/imx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-5/+5
* drm/simple_kms_helper: Use drm_mode_get_hv_timing() to populate plane clip re...Ville Syrjälä2018-01-231-2/+3
* drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-2/+4
* drm/arm/hdlcd: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-231-2/+3
* drm/i915: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2018-01-234-13/+18
* drm/i915: Reject odd pipe source width with double wide/dual linkVille Syrjälä2018-01-231-3/+12
* drm/sun4i: Fix build warnings in sunxi_engine.hSean Paul2018-01-231-0/+1
* drm/panel: panasonic-vvx10f034n00: More return value fixesSean Paul2018-01-221-12/+5
* drm/sun4i: backend: Make sure we don't have a commit pendingMaxime Ripard2018-01-221-0/+12
* drm/sun4i: backend: Use runtime_pm variant of atomic_commit_tailMaxime Ripard2018-01-221-0/+6
* drm/sun4i: backend: Add a custom atomic_check for the frontendMaxime Ripard2018-01-222-0/+67
* drm/sun4i: backend: Wire in the frontendMaxime Ripard2018-01-225-3/+130
* drm/sun4i: Add a driver for the display frontendMaxime Ripard2018-01-225-5/+514
* drm/sun4i: engine: Create an atomic_begin callbackMaxime Ripard2018-01-222-1/+18
* drm/sun4i: engine: Add a VBLANK quirk callbackMaxime Ripard2018-01-222-0/+17
* drm/sun4i: engine: Add a custom crtc atomic_checkMaxime Ripard2018-01-222-0/+31
* drm/sun4i: backend: Add a custom plane stateMaxime Ripard2018-01-222-3/+57
* drm/sun4i: backend: Allow a NULL plane pointer to retrieve the formatMaxime Ripard2018-01-221-1/+1
* drm/sun4i: backend: Document the engine operationsMaxime Ripard2018-01-221-0/+46
* drm/sun4i: backend: Move line stride setup to buffer setup functionMaxime Ripard2018-01-221-7/+6