Loading drivers/video/msm/mdss/mdss_mdp_pp.c +1 −1 Original line number Diff line number Diff line Loading @@ -3270,13 +3270,13 @@ static int pp_hist_disable(struct pp_hist_col_info *hist_info) ret = -EINVAL; goto exit; } complete_all(&hist_info->comp); spin_lock_irqsave(&hist_info->hist_lock, flag); hist_info->col_en = false; hist_info->col_state = HIST_UNKNOWN; spin_unlock_irqrestore(&hist_info->hist_lock, flag); mdss_mdp_hist_intr_req(&mdata->hist_intr, intr_mask << hist_info->intr_shift, false); complete_all(&hist_info->comp); /* if hist v2, make sure HW is unlocked */ if (is_hist_v2) writel_relaxed(0, hist_info->base); Loading Loading
drivers/video/msm/mdss/mdss_mdp_pp.c +1 −1 Original line number Diff line number Diff line Loading @@ -3270,13 +3270,13 @@ static int pp_hist_disable(struct pp_hist_col_info *hist_info) ret = -EINVAL; goto exit; } complete_all(&hist_info->comp); spin_lock_irqsave(&hist_info->hist_lock, flag); hist_info->col_en = false; hist_info->col_state = HIST_UNKNOWN; spin_unlock_irqrestore(&hist_info->hist_lock, flag); mdss_mdp_hist_intr_req(&mdata->hist_intr, intr_mask << hist_info->intr_shift, false); complete_all(&hist_info->comp); /* if hist v2, make sure HW is unlocked */ if (is_hist_v2) writel_relaxed(0, hist_info->base); Loading