summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sun4i/sun4i_layer.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-1/+1
2022-06-22drm/sun4i: Return if frontend is not presentSaud Farooqui1-1/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-02-25drm/sun4i: layer: Remove redundant zpos initialisationMaxime Ripard1-9/+7
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-1/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+5
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-1/+2
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2019-12-14drm/sun4i: Remove unneeded semicolon in sun4i_layer.czhengbin1-2/+2
2019-07-17drm/sun4i: drop use of drmP.hSam Ravnborg1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-01-25drm/sun4i: layer: support just backend formats when frontend is unavailableChen-Yu Tsai1-3/+31
2019-01-25drm/sun4i: layer: Assign backend pointer before calling DRM helpersChen-Yu Tsai1-1/+2
2019-01-18drm/sun4i: layer: Add tiled modifier support and helperPaul Kocialkowski1-1/+15
2019-01-18drm/sun4i: frontend: Add support for planar YUV input formatsPaul Kocialkowski1-0/+8
2019-01-18drm/sun4i: frontend: Add support for semi-planar YUV input formatsPaul Kocialkowski1-0/+4
2018-11-27drm/sun4i: frontend: Add support for the BGRX8888 input formatPaul Kocialkowski1-0/+1
2018-11-27drm/sun4i: Rename sun4i_backend_layer_formats to sun4i_layer_formatsPaul Kocialkowski1-3/+3
2018-11-27drm/sun4i: frontend: Replace ARGB with XRGB as supported formatPaul Kocialkowski1-2/+2
2018-11-27drm/sun4i: Cleanup video/YUV source before enabling a layerPaul Kocialkowski1-0/+2
2018-11-22drm/sun4i: wait on implicit fence before displayQiang Yu1-0/+2
2018-08-06drm/sun4i: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe1-3/+1
2018-04-16drm/sun4i: Add support for plane alphaMaxime Ripard1-0/+2
2018-03-20drm/sun4i: backend: Support YUV planesMaxime Ripard1-0/+4
2018-02-22drm/sun4i: backend: Make zpos configurableMaxime Ripard1-2/+3
2018-02-22drm/sun4i: Remove the plane description structureMaxime Ripard1-36/+8
2018-02-22drm/sun4i: backend: Assign the pipes automaticallyMaxime Ripard1-6/+0
2018-01-29drm/sun4i: backend: Check for the number of alpha planesMaxime Ripard1-22/+2
2018-01-29drm/sun4i: backend: Add support for zposMaxime Ripard1-0/+3
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: backend: Fix structure indentationMaxime Ripard1-4/+4
2018-01-22drm/sun4i: backend: Wire in the frontendMaxime Ripard1-3/+30
2018-01-22drm/sun4i: backend: Add a custom plane stateMaxime Ripard1-3/+47
2017-08-21Merge tag 'sunxi-drm-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie1-8/+1
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-07-18drm/sun4i: Remove useless atomic_checkMaxime Ripard1-7/+0
2017-07-17drm/sun4i: constify drm_plane_helper_funcsArvind Yadav1-1/+1
2017-06-01drm/sun4i: abstract a engine typeIcenowy Zheng1-5/+4
2017-05-15drm/sun4i: return only planes for layers createdIcenowy Zheng1-8/+10
2017-03-09drm/sun4i: Pass pointer for underlying backend into layer initChen-Yu Tsai1-7/+6
2017-03-08drm/sun4i: Add backend pointer to sun4i_layerChen-Yu Tsai1-5/+3
2017-03-08drm/sun4i: Drop hardcoded .possible_crtcs values from layersChen-Yu Tsai1-1/+2
2017-03-08drm/sun4i: Drop primary layer pointer from sun4i_drvChen-Yu Tsai1-3/+0
2017-03-08drm/sun4i: Add end of list element for sun4i_layers_init's returned listChen-Yu Tsai1-1/+1
2017-03-08drm/sun4i: Save newly created layer in layers array in sun4i_layers_initChen-Yu Tsai1-0/+1
2017-03-08drm/sun4i: Drop useless assignment in sun4i_layers_initChen-Yu Tsai1-1/+1
2017-03-08drm/sun4i: Fix kcalloc element size in sun4i_layers_initChen-Yu Tsai1-1/+1