Re: [PATCH v4 16/23] drm/tests: hdmi: Switch to drm_atomic_get_new_connector_state() where possible
From: Maxime Ripard
Date: Mon May 19 2025 - 03:23:53 EST
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 <mripard@xxxxxxxxxx>
Thanks!
Maxime