Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +4 −0 Original line number Diff line number Diff line Loading @@ -687,6 +687,10 @@ static void mdss_mdp_perf_calc_mixer(struct mdss_mdp_mixer *mixer, if (!pinfo) /* perf for bus writeback */ perf->bw_overlap = fps * mixer->width * mixer->height * 3; /* for command mode, run as fast as the link allows us */ else if ((pinfo->type == MIPI_CMD_PANEL) && (pinfo->mipi.dsi_pclk_rate > perf->mdp_clk_rate)) perf->mdp_clk_rate = pinfo->mipi.dsi_pclk_rate; } /* Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +4 −0 Original line number Diff line number Diff line Loading @@ -687,6 +687,10 @@ static void mdss_mdp_perf_calc_mixer(struct mdss_mdp_mixer *mixer, if (!pinfo) /* perf for bus writeback */ perf->bw_overlap = fps * mixer->width * mixer->height * 3; /* for command mode, run as fast as the link allows us */ else if ((pinfo->type == MIPI_CMD_PANEL) && (pinfo->mipi.dsi_pclk_rate > perf->mdp_clk_rate)) perf->mdp_clk_rate = pinfo->mipi.dsi_pclk_rate; } /* Loading