Loading drivers/video/msm/mdss/dsi_status_v2.c +8 −1 Original line number Diff line number Diff line /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -66,6 +66,13 @@ void mdp3_check_dsi_ctrl_status(struct work_struct *work, return; } if (mdp3_session->in_splash_screen) { schedule_delayed_work(&pdsi_status->check_status, msecs_to_jiffies(interval)); pr_debug("%s: cont splash is on\n", __func__); return; } mutex_lock(&mdp3_session->lock); if (!mdp3_session->status) { pr_debug("%s: display off already\n", __func__); Loading Loading
drivers/video/msm/mdss/dsi_status_v2.c +8 −1 Original line number Diff line number Diff line /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -66,6 +66,13 @@ void mdp3_check_dsi_ctrl_status(struct work_struct *work, return; } if (mdp3_session->in_splash_screen) { schedule_delayed_work(&pdsi_status->check_status, msecs_to_jiffies(interval)); pr_debug("%s: cont splash is on\n", __func__); return; } mutex_lock(&mdp3_session->lock); if (!mdp3_session->status) { pr_debug("%s: display off already\n", __func__); Loading