Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +2 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,8 @@ int mdss_mdp_perf_calc_pipe(struct mdss_mdp_pipe *pipe, if (apply_fudge) perf->mdp_clk_rate = mdss_mdp_clk_fudge_factor(mixer, rate); else perf->mdp_clk_rate = rate; prefill_params.smp_bytes = mdss_mdp_smp_get_size(pipe); prefill_params.xres = xres; Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +2 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,8 @@ int mdss_mdp_perf_calc_pipe(struct mdss_mdp_pipe *pipe, if (apply_fudge) perf->mdp_clk_rate = mdss_mdp_clk_fudge_factor(mixer, rate); else perf->mdp_clk_rate = rate; prefill_params.smp_bytes = mdss_mdp_smp_get_size(pipe); prefill_params.xres = xres; Loading