Merge "hwc: Implement idle-fallback for videos"

This commit is contained in:
Linux Build Service Account
2013-05-17 06:43:50 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 8 additions and 7 deletions

View File

@@ -235,7 +235,6 @@ static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays,
ctx->mOverlay->configDone();
ctx->mRotMgr->configDone();
MDPComp::resetIdleFallBack();
return ret;
}
@@ -498,6 +497,7 @@ static int hwc_set(hwc_composer_device_1 *dev,
// This is only indicative of how many times SurfaceFlinger posts
// frames to the display.
CALC_FPS();
MDPComp::resetIdleFallBack();
return ret;
}