Merge "hwc: Implement idle-fallback for videos"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
07be7a4e80
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user