After a commit_planes pop out, it shouldn't directly jump over the current plane.
Otherwise, it could waste an overlay plane. So add "j--", then in the next layer
mapping, it could still try to use that plane.
After the SquashPlanesAsNeeded done, it should "break" and check the next plane.
Otherwise, the current plane could be used twice.
…composition
After a commit_planes pop out, it shouldn't directly jump over the current plane. Otherwise, it could waste an overlay plane. So add "j--", then in the next layer mapping, it could still try to use that plane.
After the SquashPlanesAsNeeded done, it should "break" and check the next plane. Otherwise, the current plane could be used twice.
Change-Id: Id7a883844b6384002c5ee31708225ff2f0172c44 Tracked-On: https://jira.devtools.intel.com/browse/OAM-83890 Signed-off-by: Yi Yao yi.yao@intel.com