Re: [WIP RFC v2 19/35] WIP: rust: drm/kms: Add OpaqueEncoder

2024-11-27 Thread Daniel Almeida
Hi Lyude, > On 30 Sep 2024, at 20:10, Lyude Paul wrote: > > Same thing as OpaquePlane, but for encoders now. > > Signed-off-by: Lyude Paul > > --- > > TODO: > * Add upcast functions for this > > Signed-off-by: Lyude Paul > --- > rust/kernel/drm/kms/encoder.rs | 55 +

[WIP RFC v2 19/35] WIP: rust: drm/kms: Add OpaqueEncoder

2024-09-30 Thread Lyude Paul
Same thing as OpaquePlane, but for encoders now. Signed-off-by: Lyude Paul --- TODO: * Add upcast functions for this Signed-off-by: Lyude Paul --- rust/kernel/drm/kms/encoder.rs | 55 ++ 1 file changed, 55 insertions(+) diff --git a/rust/kernel/drm/kms/encode