Loading drivers/video/msm/mdss/mdss_mdp_rotator.c +5 −8 Original line number Diff line number Diff line Loading @@ -302,18 +302,15 @@ static void mdss_mdp_rotator_commit_wq_handler(struct work_struct *work) mutex_lock(&rotator_lock); ret = mdss_mdp_rotator_queue_helper(rot); if (ret) { if (ret) pr_err("rotator queue failed\n"); mutex_unlock(&rotator_lock); return; } if (rot->rot_sync_pt_data) { atomic_inc(&rot->rot_sync_pt_data->commit_cnt); if (rot->rot_sync_pt_data) mdss_fb_signal_timeline(rot->rot_sync_pt_data); else } else { pr_err("rot_sync_pt_data is NULL\n"); } mutex_unlock(&rotator_lock); } Loading Loading
drivers/video/msm/mdss/mdss_mdp_rotator.c +5 −8 Original line number Diff line number Diff line Loading @@ -302,18 +302,15 @@ static void mdss_mdp_rotator_commit_wq_handler(struct work_struct *work) mutex_lock(&rotator_lock); ret = mdss_mdp_rotator_queue_helper(rot); if (ret) { if (ret) pr_err("rotator queue failed\n"); mutex_unlock(&rotator_lock); return; } if (rot->rot_sync_pt_data) { atomic_inc(&rot->rot_sync_pt_data->commit_cnt); if (rot->rot_sync_pt_data) mdss_fb_signal_timeline(rot->rot_sync_pt_data); else } else { pr_err("rot_sync_pt_data is NULL\n"); } mutex_unlock(&rotator_lock); } Loading