On Fri, 25 Apr 2025 13:27:07 +0300, Cristian Ciocaltea wrote: > Replace the calls to drm_atomic_get_connector_state() with > drm_atomic_get_new_connector_state() for cases which do not require > allocating the connector state, e.g. after drm_atomic_check_only() when > the intent is to only read the new connector state. > > > [ ... ]
Acked-by: Maxime Ripard <mrip...@kernel.org> Thanks! Maxime