On 09/17/2025, Maxime Ripard wrote: > The imx-dc atomic_check implementation uses the deprecated > drm_atomic_get_existing_crtc_state() helper. > > This hook is called as part of the global atomic_check, thus before the > states are swapped. The existing state thus points to the new state, and > we can use drm_atomic_get_new_crtc_state() instead. > > Reviewed-by: Ville Syrjälä <[email protected]> > Signed-off-by: Maxime Ripard <[email protected]> > --- > To: Liu Ying <[email protected]> > To: Shawn Guo <[email protected]> > To: Sascha Hauer <[email protected]> > Cc: Pengutronix Kernel Team <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > drivers/gpu/drm/imx/dc/dc-plane.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Liu Ying <[email protected]>
