On Thu, 2024-11-28 at 10:51 -0300, Daniel Almeida wrote:
>
> > On 30 Sep 2024, at 20:10, Lyude Paul wrote:
> >
> > A mandatory trait method used for implementing DRM's atomic plane update
> > callback.
> >
> > Signed-off-by: Lyude Paul
> > ---
> > rust/kernel/drm/kms/plane.rs | 39
On Thu, 2024-11-28 at 10:38 -0300, Daniel Almeida wrote:
> Hi Lyude,
>
> > On 30 Sep 2024, at 20:10, Lyude Paul wrote:
> >
> > A mandatory trait method used for implementing DRM's atomic plane update
> > callback.
> >
> > Signed-off-by: Lyude Paul
> > ---
> > rust/kernel/drm/kms/plane.rs | 39
> On 30 Sep 2024, at 20:10, Lyude Paul wrote:
>
> A mandatory trait method used for implementing DRM's atomic plane update
> callback.
>
> Signed-off-by: Lyude Paul
> ---
> rust/kernel/drm/kms/plane.rs | 39 +++-
> 1 file changed, 38 insertions(+), 1 deletion(-
Hi Lyude,
> On 30 Sep 2024, at 20:10, Lyude Paul wrote:
>
> A mandatory trait method used for implementing DRM's atomic plane update
> callback.
>
> Signed-off-by: Lyude Paul
> ---
> rust/kernel/drm/kms/plane.rs | 39 +++-
> 1 file changed, 38 insertions(+), 1 de
A mandatory trait method used for implementing DRM's atomic plane update
callback.
Signed-off-by: Lyude Paul
---
rust/kernel/drm/kms/plane.rs | 39 +++-
1 file changed, 38 insertions(+), 1 deletion(-)
diff --git a/rust/kernel/drm/kms/plane.rs b/rust/kernel/drm/km