Loading drivers/video/msm/mdss/mdp3_ctrl.c +3 −0 Original line number Diff line number Diff line Loading @@ -523,6 +523,9 @@ static int mdp3_ctrl_off(struct msm_fb_data_type *mfd) panel = mdp3_session->panel; mutex_lock(&mdp3_session->lock); if (panel && panel->set_backlight) panel->set_backlight(panel, 0); if (!mdp3_session->status) { pr_debug("fb%d is off already", mfd->index); goto off_error; Loading Loading
drivers/video/msm/mdss/mdp3_ctrl.c +3 −0 Original line number Diff line number Diff line Loading @@ -523,6 +523,9 @@ static int mdp3_ctrl_off(struct msm_fb_data_type *mfd) panel = mdp3_session->panel; mutex_lock(&mdp3_session->lock); if (panel && panel->set_backlight) panel->set_backlight(panel, 0); if (!mdp3_session->status) { pr_debug("fb%d is off already", mfd->index); goto off_error; Loading