Re: [hwc PATCH v1] drm_hwcomposer: reorder source layers according to zorder

2017-09-22 Thread Sean Paul
On Thu, Sep 21, 2017 at 05:02:21PM -0700, Zach Reizner wrote: > On Thu, Sep 21, 2017 at 4:53 PM, Adrian Salido wrote: > > Precomp layers may be added to the back at different points which may > > cause elements to be unsorted. Make sure that these are sorted after > > provisioning planes to ensure

Re: [hwc PATCH v1] drm_hwcomposer: reorder source layers according to zorder

2017-09-21 Thread Zach Reizner
On Thu, Sep 21, 2017 at 4:53 PM, Adrian Salido wrote: > Precomp layers may be added to the back at different points which may > cause elements to be unsorted. Make sure that these are sorted after > provisioning planes to ensure right composition based on zorder. > > Signed-off-by: Adrian Salido

[hwc PATCH v1] drm_hwcomposer: reorder source layers according to zorder

2017-09-21 Thread Adrian Salido
Precomp layers may be added to the back at different points which may cause elements to be unsorted. Make sure that these are sorted after provisioning planes to ensure right composition based on zorder. Signed-off-by: Adrian Salido --- drmdisplaycomposition.cpp | 3 +++ 1 file changed, 3 insert