[PATCH v3 2/2] drm/imx: replace struct drm_simple_display_pipe with regular atomic helpers
Maxime Ripard
mripard at kernel.org
Wed Sep 16 00:46:56 PDT 2026
On Wed, Sep 16, 2026 at 08:50:21AM +0200, Thomas Zimmermann wrote:
> > +static const struct drm_plane_funcs imx_lcdc_plane_funcs = {
> > + .update_plane = drm_atomic_helper_update_plane,
> > + .disable_plane = drm_atomic_helper_disable_plane,
> > + .destroy = drm_plane_cleanup,
> > + .reset = drm_atomic_helper_plane_reset,
Also, this needs to be drm_atomic_helper_plane_create_state
> > +static const struct drm_crtc_funcs imx_lcdc_crtc_funcs = {
> > + .reset = drm_atomic_helper_crtc_reset,
and drm_atomic_helper_crtc_create_state
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 273 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260916/78752722/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list