Loading drivers/video/msm/mdss/mdss_mdp_pp.c +2 −1 Original line number Diff line number Diff line Loading @@ -3568,7 +3568,8 @@ static int pp_hist_collect(struct mdp_histogram_data *hist, spin_unlock_irqrestore(&hist_info->hist_lock, flag); goto hist_collect_exit; } if (hist_info->col_state != HIST_READY) { if (hist_info->col_state != HIST_READY && hist_info->col_state != HIST_UNKNOWN) { ret = -ENODATA; hist_info->col_state = HIST_READY; pr_debug("%s: state is not ready: %d", Loading Loading
drivers/video/msm/mdss/mdss_mdp_pp.c +2 −1 Original line number Diff line number Diff line Loading @@ -3568,7 +3568,8 @@ static int pp_hist_collect(struct mdp_histogram_data *hist, spin_unlock_irqrestore(&hist_info->hist_lock, flag); goto hist_collect_exit; } if (hist_info->col_state != HIST_READY) { if (hist_info->col_state != HIST_READY && hist_info->col_state != HIST_UNKNOWN) { ret = -ENODATA; hist_info->col_state = HIST_READY; pr_debug("%s: state is not ready: %d", Loading