index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
sun4i
/
sun4i_layer.c
Age
Commit message (
Expand
)
Author
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
2021-02-23
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
2019-12-14
drm/sun4i: Remove unneeded semicolon in sun4i_layer.c
zhengbin
2019-07-17
drm/sun4i: drop use of drmP.h
Sam Ravnborg
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-01-25
drm/sun4i: layer: support just backend formats when frontend is unavailable
Chen-Yu Tsai
2019-01-25
drm/sun4i: layer: Assign backend pointer before calling DRM helpers
Chen-Yu Tsai
2019-01-18
drm/sun4i: layer: Add tiled modifier support and helper
Paul Kocialkowski
2019-01-18
drm/sun4i: frontend: Add support for planar YUV input formats
Paul Kocialkowski
2019-01-18
drm/sun4i: frontend: Add support for semi-planar YUV input formats
Paul Kocialkowski
2018-11-27
drm/sun4i: frontend: Add support for the BGRX8888 input format
Paul Kocialkowski
2018-11-27
drm/sun4i: Rename sun4i_backend_layer_formats to sun4i_layer_formats
Paul Kocialkowski
2018-11-27
drm/sun4i: frontend: Replace ARGB with XRGB as supported format
Paul Kocialkowski
2018-11-27
drm/sun4i: Cleanup video/YUV source before enabling a layer
Paul Kocialkowski
2018-11-22
drm/sun4i: wait on implicit fence before display
Qiang Yu
2018-08-06
drm/sun4i: Use __drm_atomic_helper_plane_reset instead of copying the logic
Alexandru Gheorghe
2018-04-16
drm/sun4i: Add support for plane alpha
Maxime Ripard
2018-03-19
drm/sun4i: backend: Support YUV planes
Maxime Ripard
2018-02-22
drm/sun4i: backend: Make zpos configurable
Maxime Ripard
2018-02-22
drm/sun4i: Remove the plane description structure
Maxime Ripard
2018-02-22
drm/sun4i: backend: Assign the pipes automatically
Maxime Ripard
2018-01-29
drm/sun4i: backend: Check for the number of alpha planes
Maxime Ripard
2018-01-29
drm/sun4i: backend: Add support for zpos
Maxime Ripard
2018-01-29
drm/sun4i: backend: Set a default zpos in our reset hook
Maxime Ripard
2018-01-29
drm/sun4i: backend: Move the coord function in the shared part
Maxime Ripard
2018-01-29
drm/sun4i: backend: Fix structure indentation
Maxime Ripard
2018-01-22
drm/sun4i: backend: Wire in the frontend
Maxime Ripard
2018-01-22
drm/sun4i: backend: Add a custom plane state
Maxime Ripard
2017-08-21
Merge tag 'sunxi-drm-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel...
Dave Airlie
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
2017-07-18
drm/sun4i: Remove useless atomic_check
Maxime Ripard
2017-07-17
drm/sun4i: constify drm_plane_helper_funcs
Arvind Yadav
2017-06-01
drm/sun4i: abstract a engine type
Icenowy Zheng
2017-05-15
drm/sun4i: return only planes for layers created
Icenowy Zheng
2017-03-09
drm/sun4i: Pass pointer for underlying backend into layer init
Chen-Yu Tsai
2017-03-07
drm/sun4i: Add backend pointer to sun4i_layer
Chen-Yu Tsai
2017-03-07
drm/sun4i: Drop hardcoded .possible_crtcs values from layers
Chen-Yu Tsai
2017-03-07
drm/sun4i: Drop primary layer pointer from sun4i_drv
Chen-Yu Tsai
2017-03-07
drm/sun4i: Add end of list element for sun4i_layers_init's returned list
Chen-Yu Tsai
2017-03-07
drm/sun4i: Save newly created layer in layers array in sun4i_layers_init
Chen-Yu Tsai
2017-03-07
drm/sun4i: Drop useless assignment in sun4i_layers_init
Chen-Yu Tsai
2017-03-07
drm/sun4i: Fix kcalloc element size in sun4i_layers_init
Chen-Yu Tsai
2016-11-02
drm/sun4i: Add a few formats
Maxime Ripard
2016-09-22
drm/sun4i: Fix formats usable by the primary plane
Maxime Ripard
2016-04-28
drm: Add Allwinner A10 Display Engine support
Maxime Ripard