Re: [PATCH v5 06/19] rust: drm: restrict AlwaysRefCounted to Normal Device context

From: Alexandre Courbot

Date: Wed Jul 01 2026 - 07:42:12 EST


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 <lyude@xxxxxxxxxx>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>

Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>