Merge "display: Use fences for all targets"

This commit is contained in:
Linux Build Service Account
2012-12-09 00:33:48 -08:00
committed by Gerrit - the friendly Code Review server
3 changed files with 0 additions and 11 deletions

View File

@@ -232,7 +232,6 @@ bool isExternalActive(hwc_context_t* ctx) {
int hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy) {
int ret = 0;
#ifdef USE_FENCE_SYNC
struct mdp_buf_sync data;
int acquireFd[MAX_NUM_LAYERS];
int count = 0;
@@ -273,7 +272,6 @@ int hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy) {
}
}
list->retireFenceFd = releaseFd;
#endif
return ret;
}