Merge "display: Use fences for all targets"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e97c35ffb5
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user