OSDN Git Service

Avoid full validation when layers are removed.
authorKalyan Kondapally <kalyan.kondapally@intel.com>
Mon, 25 Dec 2017 16:08:42 +0000 (08:08 -0800)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Tue, 26 Dec 2017 04:44:55 +0000 (20:44 -0800)
commit721ac165054550f2d709670a927f66c2e03e8087
treebd329d09aa693478ba2ef4f5fd1fe5b23d0be7b4
parentc8a2e81c63692f1a7b933b0c7164852ef80a49bd
Avoid full validation when layers are removed.

We now reset layers for the plane and check if this commit
passes before doing a full validation. One case which is
yet to be handled is when we have free planes and determining
if we can distrbiute layers to these planes.

Jira: None.
Test: No crashes when navigating between different views on
      Android.

Signed-off-by: Kalyan Kondapally <kalyan.kondapally@intel.com>
common/display/displayplanestate.cpp
common/display/displayplanestate.h
common/display/displayqueue.cpp
common/display/displayqueue.h