Loading drivers/video/msm/mdss/mdss_mdp_overlay.c +0 −4 Original line number Diff line number Diff line Loading @@ -409,10 +409,6 @@ static int __mdss_mdp_overlay_setup_scaling(struct mdss_mdp_pipe *pipe) rc, src, pipe->dst.h); return rc; } pipe->scale.init_phase_x[0] = (pipe->scale.phase_step_x[0] - (1 << PHASE_STEP_SHIFT)) / 2; pipe->scale.init_phase_y[0] = (pipe->scale.phase_step_y[0] - (1 << PHASE_STEP_SHIFT)) / 2; return rc; } Loading Loading
drivers/video/msm/mdss/mdss_mdp_overlay.c +0 −4 Original line number Diff line number Diff line Loading @@ -409,10 +409,6 @@ static int __mdss_mdp_overlay_setup_scaling(struct mdss_mdp_pipe *pipe) rc, src, pipe->dst.h); return rc; } pipe->scale.init_phase_x[0] = (pipe->scale.phase_step_x[0] - (1 << PHASE_STEP_SHIFT)) / 2; pipe->scale.init_phase_y[0] = (pipe->scale.phase_step_y[0] - (1 << PHASE_STEP_SHIFT)) / 2; return rc; } Loading