Merge "hwc: Delay HDMI/WFD connection request by one frame"

This commit is contained in:
Linux Build Service Account
2013-01-04 03:16:43 -08:00
committed by Gerrit - the friendly Code Review server
5 changed files with 11 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ void initContext(hwc_context_t *ctx)
pthread_mutex_init(&(ctx->vstate.lock), NULL);
pthread_cond_init(&(ctx->vstate.cond), NULL);
ctx->vstate.enable = false;
ctx->mExtDispConfiguring = false;
ALOGI("Initializing Qualcomm Hardware Composer");
ALOGI("MDP version: %d", ctx->mMDP.version);
}