Re: [WIP RFC v2 28/35] rust: drm/kms: Add RawPlane::framebuffer()

2025-01-14 Thread Simona Vetter
On Mon, Jan 13, 2025 at 07:03:48PM -0500, Lyude Paul wrote: > On Thu, 2024-11-28 at 11:29 -0300, Daniel Almeida wrote: > > Hi Lyude, > > > > > On 30 Sep 2024, at 20:10, Lyude Paul wrote: > > > > > > Returns the Framebuffer currently assigned in an atomic plane state. > > > > A bit unrelated to

Re: [WIP RFC v2 28/35] rust: drm/kms: Add RawPlane::framebuffer()

2025-01-13 Thread Lyude Paul
On Thu, 2024-11-28 at 11:29 -0300, Daniel Almeida wrote: > Hi Lyude, > > > On 30 Sep 2024, at 20:10, Lyude Paul wrote: > > > > Returns the Framebuffer currently assigned in an atomic plane state. > > A bit unrelated to this patch, but can you have more than one framebuffer > active? Not on a

Re: [WIP RFC v2 28/35] rust: drm/kms: Add RawPlane::framebuffer()

2024-11-28 Thread Daniel Almeida
Hi Lyude, > On 30 Sep 2024, at 20:10, Lyude Paul wrote: > > Returns the Framebuffer currently assigned in an atomic plane state. A bit unrelated to this patch, but can you have more than one framebuffer active? i.e.: for things like overlays, etc > > Signed-off-by: Lyude Paul > --- > rust