hwcomposer : Disable bypass, when connected to external display
disable bypass, when connected to external display Change-Id: I57edc8fc1b9254b3c60c229aabb2515f320c9de4
This commit is contained in:
parent
b25918ac52
commit
560a18ba31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user