public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Move blender setup from individual planes to crtc commit in sun4i-drm
@ 2024-02-24 15:05 Ondřej Jirman
  2024-02-24 15:05 ` [PATCH v2 1/3] drm/sun4i: Unify sun8i_*_layer structs Ondřej Jirman
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ondřej Jirman @ 2024-02-24 15:05 UTC (permalink / raw)
  To: linux-kernel, Maxime Ripard, Chen-Yu Tsai, Maarten Lankhorst,
	Thomas Zimmermann, David Airlie, Daniel Vetter, Jernej Skrabec,
	Samuel Holland
  Cc: Ondrej Jirman, dri-devel, linux-arm-kernel, linux-sunxi

From: Ondrej Jirman <megi@xff.cz>

This series refactors blender setup from individual planes to a common
place where it can be performed at once and is easier to reason about.

In the process this fixes a few bugs that allowed blender pipes to be
disabled while corresponding DRM planes were requested to be enabled.

Please take a look. :)

v2:
- use regmap_write where possible
- add review tags

Thank you very much,
	Ondřej Jirman

Ondrej Jirman (3):
  drm/sun4i: Unify sun8i_*_layer structs
  drm/sun4i: Add more parameters to sunxi_engine commit callback
  drm/sun4i: Fix layer zpos change/atomic modesetting

 drivers/gpu/drm/sun4i/sun4i_backend.c  |  4 +-
 drivers/gpu/drm/sun4i/sun4i_crtc.c     |  2 +-
 drivers/gpu/drm/sun4i/sun8i_mixer.c    | 70 ++++++++++++++++++++-
 drivers/gpu/drm/sun4i/sun8i_mixer.h    | 20 ++++++
 drivers/gpu/drm/sun4i/sun8i_ui_layer.c | 85 +++----------------------
 drivers/gpu/drm/sun4i/sun8i_ui_layer.h | 20 ++----
 drivers/gpu/drm/sun4i/sun8i_vi_layer.c | 86 +++-----------------------
 drivers/gpu/drm/sun4i/sun8i_vi_layer.h | 20 ++----
 drivers/gpu/drm/sun4i/sunxi_engine.h   | 13 +++-
 9 files changed, 125 insertions(+), 195 deletions(-)

-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-06-10 12:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-24 15:05 [PATCH v2 0/3] Move blender setup from individual planes to crtc commit in sun4i-drm Ondřej Jirman
2024-02-24 15:05 ` [PATCH v2 1/3] drm/sun4i: Unify sun8i_*_layer structs Ondřej Jirman
2024-02-24 15:05 ` [PATCH v2 2/3] drm/sun4i: Add more parameters to sunxi_engine commit callback Ondřej Jirman
2024-02-24 15:06 ` [PATCH v2 3/3] drm/sun4i: Fix layer zpos change/atomic modesetting Ondřej Jirman
2024-04-19 13:36 ` [PATCH v2 0/3] Move blender setup from individual planes to crtc commit in sun4i-drm Ondřej Jirman
2024-04-21 19:52   ` Jernej Škrabec
2024-06-07 11:54     ` Ondřej Jirman
2024-06-10 10:46 ` Maxime Ripard
2024-06-10 12:47   ` Ondřej Jirman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox