Re: [RFC v3 05/33] rust: drm/kms: Add drm_plane bindings

2025-05-12 Thread Daniel Almeida
Hi Lyude, This patch is similar to the last one, I see that most of my comments also apply here. > On 5 Mar 2025, at 19:59, Lyude Paul wrote: > > The next step is adding a set of basic bindings to create a plane, which > has to happen before we can create a CRTC (since we need to be able to at

Re: [RFC v3 05/33] rust: drm/kms: Add drm_plane bindings

2025-03-21 Thread Lyude Paul
On Fri, 2025-03-14 at 12:37 +0100, Maxime Ripard wrote: > On Wed, Mar 05, 2025 at 05:59:21PM -0500, Lyude Paul wrote: > > The next step is adding a set of basic bindings to create a plane, which > > has to happen before we can create a CRTC (since we need to be able to at > > least specify a primar

Re: [RFC v3 05/33] rust: drm/kms: Add drm_plane bindings

2025-03-15 Thread Maxime Ripard
On Wed, Mar 05, 2025 at 05:59:21PM -0500, Lyude Paul wrote: > The next step is adding a set of basic bindings to create a plane, which > has to happen before we can create a CRTC (since we need to be able to at > least specify a primary plane for a CRTC upon creation). This mostly > follows the sam