Re: [PATCH 1/5] drm/plane: drop num_overlay_planes (v2)

2017-10-16 Thread Sean Paul
On Thu, Oct 12, 2017 at 06:56:27PM -0700, Keith Packard 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 > for num_overlay_pl

[PATCH 1/5] drm/plane: drop num_overlay_planes (v2)

2017-10-12 Thread Keith Packard
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) Signed-off-by: Dave