Re: [PATCH v5 02/19] rust: drm: rename Uninit DeviceContext to Normal
"Alexandre Courbot" <[email protected]>
| Newsgroups | dev.linux.lists.nova-gpu,dev.linux.lists.driver-core,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]> Reviewed-by: Alexandre Courbot <[email protected]>