aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_layer.c
AgeCommit message (Expand)Author
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
2016-11-02drm/sun4i: Add a few formatsMaxime Ripard
2016-09-22drm/sun4i: Fix formats usable by the primary planeMaxime Ripard
2016-04-28drm: Add Allwinner A10 Display Engine supportMaxime Ripard