Re: [PATCH v16 02/23] compositor-drm: Remove unnecessary picked_scanout variable

2018-07-06 Thread Pekka Paalanen
On Thu, 5 Jul 2018 18:16:29 +0100 Daniel Stone wrote: > e2e80136334f fixed the same issue as df573031d0ba in a different way. > The latter commit (applied earlier in the upstream tree) adds a variable > to assign_planes to keep track of when we successfully assign a view to > the scanout plane,

[PATCH v16 02/23] compositor-drm: Remove unnecessary picked_scanout variable

2018-07-05 Thread Daniel Stone
e2e80136334f fixed the same issue as df573031d0ba in a different way. The latter commit (applied earlier in the upstream tree) adds a variable to assign_planes to keep track of when we successfully assign a view to the scanout plane, and doesn't call prepare_scanout_view if we have. The former com