Re: [PATCH v2] drm/atomic: Change state pointers to a more meaningful name

From: Maxime Ripard

Date: Mon Oct 13 2025 - 05:01:27 EST


On Wed, 08 Oct 2025 15:11:42 +0200, Maxime Ripard wrote:
> The state pointer found in the struct drm_atomic_state internals for
> most object is a bit ambiguous, and confusing when those internals also
> have old state and new state.
>
> After the recent cleanups, the state pointer only use is to point to the
> state we need to free when destroying the atomic state.
>
> [...]

Applied to misc/kernel.git (drm-misc-next).

Thanks!
Maxime