Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +4 −0 Original line number Diff line number Diff line Loading @@ -868,6 +868,10 @@ int mdss_mdp_perf_calc_pipe(struct mdss_mdp_pipe *pipe, perf->mdp_clk_rate = get_pipe_mdp_clk_rate(pipe, src, dst, fps, v_total, flags); if (pipe->flags & MDP_SOLID_FILL) { perf->bw_overlap = 0; } if (mixer->ctl->intf_num == MDSS_MDP_NO_INTF || mdata->disable_prefill || mixer->ctl->disable_prefill || Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +4 −0 Original line number Diff line number Diff line Loading @@ -868,6 +868,10 @@ int mdss_mdp_perf_calc_pipe(struct mdss_mdp_pipe *pipe, perf->mdp_clk_rate = get_pipe_mdp_clk_rate(pipe, src, dst, fps, v_total, flags); if (pipe->flags & MDP_SOLID_FILL) { perf->bw_overlap = 0; } if (mixer->ctl->intf_num == MDSS_MDP_NO_INTF || mdata->disable_prefill || mixer->ctl->disable_prefill || Loading