Re: [PATCH hwc] drm_hwcomposer: make sure primary plane is allocated for squash

2017-10-17 Thread Robert Foss
Hey Adrian, This looks good to me. Pushed! Sorry about the late reply, I was under the weather for a bit. Would you be interested in commit rights to this project? Rob. On Mon, 2017-10-02 at 11:31 -0700, Adrian Salido wrote: > There are instances where the primary plane may have been disabled,

[PATCH hwc] drm_hwcomposer: make sure primary plane is allocated for squash

2017-10-02 Thread Adrian Salido
There are instances where the primary plane may have been disabled, look through disabled planes as well to find primary plane to use for squash. Signed-off-by: Adrian Salido --- drmdisplaycompositor.cpp | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/drmdis