Re: [WIP RFC v2 27/35] rust: drm/kms: Add drm_framebuffer bindings

2024-11-28 Thread Daniel Almeida
> On 30 Sep 2024, at 20:10, Lyude Paul wrote: > > This adds some very simple bindings for drm_framebuffer. We don't use them > much yet, but we'll eventually be using them when rvkms eventually gets CRC > and writeback support. Just like Connector objects, these use RcModeObject. Yeah, for th

[WIP RFC v2 27/35] rust: drm/kms: Add drm_framebuffer bindings

2024-09-30 Thread Lyude Paul
This adds some very simple bindings for drm_framebuffer. We don't use them much yet, but we'll eventually be using them when rvkms eventually gets CRC and writeback support. Just like Connector objects, these use RcModeObject. Signed-off-by: Lyude Paul --- rust/bindings/bindings_helper.h| 1