1
0
Fork 0

drm_hwcomposer: initialize timeline_next

Initialize timeline_next to 0

Change-Id: I5d9f051ac659b06be19f5e5eaaab8a665f10832c
Reviewed-on: https://chrome-internal-review.googlesource.com/200646
Reviewed-by: Sean Paul <seanpaul@google.com>
Commit-Queue: Sean Paul <seanpaul@google.com>
Tested-by: Sean Paul <seanpaul@google.com>
This commit is contained in:
Allen Martin 2015-02-22 05:18:56 -08:00 committed by Sean Paul
parent 91fa3f8480
commit a99534ab0d

View file

@ -1194,6 +1194,7 @@ static int hwc_initialize_display(struct hwc_context_t *ctx, int display,
return ret;
}
hd->timeline_fd = ret;
hd->timeline_next = 0;
ret = hwc_set_initial_config(hd);
if (ret) {