mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Merge branch 'android-msm-angler-3.10-nyc-mr1' into android-msm-angler-3.10-nyc-mr2
May 2017.2 Bug: 36138159
This commit is contained in:
commit
ace193b436
1 changed files with 2 additions and 1 deletions
|
@ -3541,10 +3541,11 @@ static int mdss_fb_handle_buf_sync_ioctl(struct msm_sync_pt_data *sync_pt_data,
|
|||
goto buf_sync_err_3;
|
||||
}
|
||||
|
||||
sync_fence_install(rel_fence, rel_fen_fd);
|
||||
sync_fence_install(retire_fence, retire_fen_fd);
|
||||
|
||||
skip_retire_fence:
|
||||
sync_fence_install(rel_fence, rel_fen_fd);
|
||||
|
||||
mutex_unlock(&sync_pt_data->sync_mutex);
|
||||
|
||||
if (buf_sync->flags & MDP_BUF_SYNC_FLAG_WAIT)
|
||||
|
|
Loading…
Reference in a new issue