commit | 3fdb2eb668588b767a2b11245de1ed423a4ba3c4 | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Mon Mar 10 17:20:02 2014 -0400 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Mar 20 10:01:32 2014 -0700 |
tree | 9c40fd742bef9e817f671a1bc6d57ffedfe83636 | |
parent | 4232357fa8d45d101543ef68693f5d024bf089d4 [diff] |
hwc: Handle more events from driver In certain cases, such as the shutdown sequence, the driver may blank itself without any direction from SurfaceFlinger. In such cases the HWC should make sure that no further updates on the display occur. Handle events from driver in a more generic way to include blank events and leave room for any other events that need to be polled on from the driver. Change-Id: Iabc91a70e71b42d3a7319504ae70b96908acbffe CRs-fixed: 627814