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
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
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