Re: [PATCH v5 02/19] rust: drm: rename Uninit DeviceContext to Normal

From: Alexandre Courbot

Date: Wed Jul 01 2026 - 07:33:50 EST


On Sun Jun 28, 2026 at 11:53 PM JST, Danilo Krummrich wrote:
> Rename the Uninit DeviceContext to Normal to better reflect its purpose
> as the general-purpose, reference-counted device context. The Uninit
> name was a leftover from when DRM device private data initialization was
> planned to split across UnregisteredDevice::new() and
> Registration::new(); with the subsequent introduction of
> RegistrationData, this distinction is no longer needed.
>
> This also simplifies the DeviceContext documentation, trimming the
> multi-stage initialization description that no longer applies.
> Subsequent patches will refine the semantics of the Registered context
> accordingly.
>
> No functional change.
>
> Reviewed-by: Lyude Paul <lyude@xxxxxxxxxx>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>

Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>