Re: [PATCH] drm/plane: drop num_overlay_planes (v3)

2017-10-16 Thread Daniel Vetter
On Fri, Oct 13, 2017 at 04:20:02PM +1000, Dave Airlie wrote: > From: Dave Airlie > > In order to implement plane leasing we need to count things, > just make the code consistent with the counting code currently > used for counting crtcs/encoders/connectors and drop the need >

[PATCH] drm/plane: drop num_overlay_planes (v3)

2017-10-13 Thread Dave Airlie
From: Dave Airlie In order to implement plane leasing we need to count things, just make the code consistent with the counting code currently used for counting crtcs/encoders/connectors and drop the need for num_overlay_planes. v2: don't forget to assign plane_ptr. (keithp)