On Tue, Sep 02, 2025 at 11:35:00AM +0200, Maxime Ripard wrote: > The drm_atomic_get_connector_state() function calls a hand-rolled > implementation of the deprecated > drm_atomic_get_existing_connector_state() helper to get find if a > connector state had already been allocated and was part of the given > drm_atomic_state. > > At the point in time where drm_atomic_get_connector_state() can be > called (ie, during atomic_check), the existing state is the new state > and drm_atomic_get_existing_connector_state() can thus be replaced by > drm_atomic_get_new_connector_state(). > > Signed-off-by: Maxime Ripard <[email protected]> > --- > drivers/gpu/drm/drm_atomic.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
