Merge "hwc: Set List should not block DMA on 8x10"

This commit is contained in:
Linux Build Service Account
2013-05-21 06:14:14 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1063,6 +1063,8 @@ bool canUseRotator(hwc_context_t *ctx) {
ctx->mExtDisplay->isExternalConnected()) {
return false;
}
if(ctx->mMDP.version == qdutils::MDP_V3_0_4)
return false;
return true;
}