Re: [RESEND PATCH v3 3/6] drm/ingenic: Move IPU scale settings to private state

2021-10-29 Thread Christophe Branchereau
Reviewed-by: Christophe Branchereau On Tue, Oct 26, 2021 at 8:13 PM Paul Cercueil wrote: > > The IPU scaling information is computed in the plane's ".atomic_check" > callback, and used in the ".atomic_update" callback. As such, it is > state-specific, and should be moved to a private state struc

[RESEND PATCH v3 3/6] drm/ingenic: Move IPU scale settings to private state

2021-10-26 Thread Paul Cercueil
The IPU scaling information is computed in the plane's ".atomic_check" callback, and used in the ".atomic_update" callback. As such, it is state-specific, and should be moved to a private state structure. Signed-off-by: Paul Cercueil --- drivers/gpu/drm/ingenic/ingenic-ipu.c | 73 +++

[PATCH v3 3/6] drm/ingenic: Move IPU scale settings to private state

2021-09-22 Thread Paul Cercueil
The IPU scaling information is computed in the plane's ".atomic_check" callback, and used in the ".atomic_update" callback. As such, it is state-specific, and should be moved to a private state structure. Signed-off-by: Paul Cercueil --- drivers/gpu/drm/ingenic/ingenic-ipu.c | 73 +++