hwcomposer : Disable bypass, when connected to external display

disable bypass, when connected to external display

Change-Id: I57edc8fc1b9254b3c60c229aabb2515f320c9de4
This commit is contained in:
Neti Ravi Kumar 2012-08-19 18:36:59 +05:30 committed by Andrew Sutherland
parent b25918ac52
commit 560a18ba31

View File

@ -360,6 +360,7 @@ bool MDPComp::is_doable(hwc_composer_device_t *dev, hwc_layer_list_t* list) {
//Disable MDPComp when ext display connected
if(ctx->mExtDisplay->getExternalDisplay()) {
ALOGD_IF(isDebug(), "%s: External display connected.", __FUNCTION__);
return false;
}
//FB composition on idle timeout