Re: [PATCH v5 09/19] rust: drm: split Deref for Device context typestates
From: Alexandre Courbot
Date: Thu Jul 02 2026 - 00:53:17 EST
On Sun Jun 28, 2026 at 11:53 PM JST, Danilo Krummrich wrote:
> Split the Deref implementation for drm::Device by context:
>
> - Device<T> (Normal) dereferences to T::Data.
> - Device<T, Registered> dereferences to Device<T> (Normal).
>
> Reviewed-by: Lyude Paul <lyude@xxxxxxxxxx>
> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx>
Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>