Re: [PATCH v5 06/19] rust: drm: restrict AlwaysRefCounted to Normal Device context
"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: > Restrict the AlwaysRefCounted implementation for drm::Device to the > Normal context. Registered devices represent a non-owning view of a > device within a RegistrationGuard scope and must not be independently > reference-counted. > > Reviewed-by: Lyude Paul <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]> Reviewed-by: Alexandre Courbot <[email protected]>