aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-29drm/modes: Provide global mode_valid hookVille Syrjälä6-19/+53
2018-01-29drm/uapi: Deprecate nonsense kms mode typesVille Syrjälä2-12/+9
2018-01-29drm/modes: Kill DRM_MODE_TYPE_CLOCK_CRTC_C defineVille Syrjälä1-3/+0
2018-01-29drm/modes: Kill off the oddball DRM_MODE_TYPE_CRTC_C vs. DRM_MODE_TYPE_BUILTIN handlingVille Syrjälä1-1/+1
2018-01-29drm/modes: Fix description of DRM_MODE_TYPE_USERDEFVille Syrjälä1-3/+1
2018-01-29drm/uapi: Deprecate DRM_MODE_FLAG_BCASTVille Syrjälä2-3/+2
2018-01-29drm/uapi: Deprecate DRM_MODE_FLAG_PIXMUXVille Syrjälä2-3/+2
2018-01-29drm/uapi: Validate the mode flags/typeVille Syrjälä2-0/+30
2018-01-29drm/modes: Move 3D stereo flag check into drm_mode_validate_basic()Ville Syrjälä1-3/+3
2018-01-29drm: Warn if plane/crtc/encoder/connector index exceeds our 32bit bitmasksVille Syrjälä4-2/+19
2018-01-29drm/sun4i: backend: Check for the number of alpha planesMaxime Ripard3-22/+55
2018-01-29drm/sun4i: backend: Add support for zposMaxime Ripard4-0/+24
2018-01-29drm/sun4i: backend: Set a default zpos in our reset hookMaxime Ripard1-0/+2
2018-01-29drm/sun4i: backend: Move the coord function in the shared partMaxime Ripard1-2/+1
2018-01-29drm/sun4i: framebuffer: Add a custom atomic_checkMaxime Ripard1-1/+13
2018-01-29drm/sun4i: backend: Fix define typoMaxime Ripard1-1/+3
2018-01-29drm/sun4i: backend: Fix structure indentationMaxime Ripard1-4/+4
2018-01-29drm/vc4: Use the alpha format field in drm_format_infoMaxime Ripard1-12/+11
2018-01-29drm/rockchip: Use the alpha format field in drm_format_infoMaxime Ripard1-12/+1
2018-01-29drm/atmel-exynos: Use the alpha format field in drm_format_infoMaxime Ripard1-13/+1
2018-01-29drm/atmel-hlcdc: Use the alpha format field in drm_format_infoMaxime Ripard1-19/+5
2018-01-29drm/fourcc: Add a alpha field to drm_format_infoMaxime Ripard2-25/+27
2018-01-29drm/stm: ltdc: use crtc_mode_fixup to update adjusted_mode clockPhilippe CORNU1-10/+25
2018-01-26drm/dp: Add definitions for TPS4 bits and macros to check the supportManasi Navare1-0/+17
2018-01-26drm/dp: Add HBR3 support in existing DRM DP helpersManasi Navare3-0/+8
2018-01-23dma-buf: make returning the exclusive fence optionalChristian König1-9/+22
2018-01-23drm/zte: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-10/+8
2018-01-23drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-4/+3
2018-01-23drm/tegra/dc: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-5/+4
2018-01-23drm/rockchip: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-5/+4
2018-01-23drm/nouveau/kms/nv50: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-8/+12
2018-01-23drm/msm/mdp5: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-10/+10
2018-01-23drm/meson: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-2/+3
2018-01-23drm/mediatek: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-2/+3
2018-01-23drm/imx: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-5/+5
2018-01-23drm/simple_kms_helper: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-2/+3
2018-01-23drm/arm/mali-dp: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-2/+4
2018-01-23drm/arm/hdlcd: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-2/+3
2018-01-23drm/i915: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä4-13/+18
2018-01-23drm/i915: Reject odd pipe source width with double wide/dual linkVille Syrjälä1-3/+12
2018-01-23drm/sun4i: Fix build warnings in sunxi_engine.hSean Paul1-0/+1
2018-01-22drm/panel: panasonic-vvx10f034n00: More return value fixesSean Paul1-12/+5
2018-01-22drm/sun4i: backend: Make sure we don't have a commit pendingMaxime Ripard1-0/+12
2018-01-22drm/sun4i: backend: Use runtime_pm variant of atomic_commit_tailMaxime Ripard1-0/+6
2018-01-22drm/sun4i: backend: Add a custom atomic_check for the frontendMaxime Ripard2-0/+67
2018-01-22drm/sun4i: backend: Wire in the frontendMaxime Ripard5-3/+130
2018-01-22drm/sun4i: Add a driver for the display frontendMaxime Ripard5-5/+514
2018-01-22drm/sun4i: engine: Create an atomic_begin callbackMaxime Ripard2-1/+18
2018-01-22drm/sun4i: engine: Add a VBLANK quirk callbackMaxime Ripard2-0/+17
2018-01-22drm/sun4i: engine: Add a custom crtc atomic_checkMaxime Ripard2-0/+31