Loading drivers/video/msm/mdss/mdss_mdp_pipe.c +1 −0 Original line number Diff line number Diff line Loading @@ -655,6 +655,7 @@ static int mdss_mdp_pipe_free(struct mdss_mdp_pipe *pipe) mdss_mdp_smp_free(pipe); pipe->flags = 0; pipe->bwc_mode = 0; pipe->mfd = NULL; memset(&pipe->scale, 0, sizeof(struct mdp_scale_data)); mdss_mdp_clk_ctrl(MDP_BLOCK_POWER_OFF, false); Loading Loading
drivers/video/msm/mdss/mdss_mdp_pipe.c +1 −0 Original line number Diff line number Diff line Loading @@ -655,6 +655,7 @@ static int mdss_mdp_pipe_free(struct mdss_mdp_pipe *pipe) mdss_mdp_smp_free(pipe); pipe->flags = 0; pipe->bwc_mode = 0; pipe->mfd = NULL; memset(&pipe->scale, 0, sizeof(struct mdp_scale_data)); mdss_mdp_clk_ctrl(MDP_BLOCK_POWER_OFF, false); Loading