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:
parent
91fa3f8480
commit
a99534ab0d
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue