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