Loading drivers/video/msm/mdss/mdss_mdp_layer.c +3 −1 Original line number Diff line number Diff line Loading @@ -760,7 +760,6 @@ static struct sync_fence *__create_fence(struct msm_fb_data_type *mfd, goto end; } sync_fence_install(sync_fence, *fence_fd); end: return sync_fence; } Loading Loading @@ -834,6 +833,9 @@ static int __handle_buffer_fences(struct msm_fb_data_type *mfd, goto retire_fence_err; } sync_fence_install(release_fence, commit->release_fence); sync_fence_install(retire_fence, commit->retire_fence); mutex_unlock(&sync_pt_data->sync_mutex); return ret; Loading Loading
drivers/video/msm/mdss/mdss_mdp_layer.c +3 −1 Original line number Diff line number Diff line Loading @@ -760,7 +760,6 @@ static struct sync_fence *__create_fence(struct msm_fb_data_type *mfd, goto end; } sync_fence_install(sync_fence, *fence_fd); end: return sync_fence; } Loading Loading @@ -834,6 +833,9 @@ static int __handle_buffer_fences(struct msm_fb_data_type *mfd, goto retire_fence_err; } sync_fence_install(release_fence, commit->release_fence); sync_fence_install(retire_fence, commit->retire_fence); mutex_unlock(&sync_pt_data->sync_mutex); return ret; Loading