Merge "hwc: Don't pass release fence to copy bit in mdp3"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
dfe1f63b41
@@ -1794,8 +1794,7 @@ int hwc_sync_mdss(hwc_context_t *ctx, hwc_display_contents_1_t *list, int dpy,
|
||||
}
|
||||
|
||||
if (ctx->mCopyBit[dpy]) {
|
||||
if((!dpy && ctx->mPtorInfo.isActive()) or
|
||||
ctx->mMDP.version < qdutils::MDP_V4_0) {
|
||||
if((!dpy && ctx->mPtorInfo.isActive())) {
|
||||
ctx->mCopyBit[dpy]->setReleaseFd(releaseFd);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user