Loading drivers/gpu/drm/msm/sde/sde_connector.c +4 −1 Original line number Diff line number Diff line Loading @@ -471,8 +471,11 @@ static int _sde_connector_update_power_locked(struct sde_connector *c_conn) } c_conn->last_panel_power_mode = mode; if (mode != SDE_MODE_DPMS_ON) if (mode != SDE_MODE_DPMS_ON) { mutex_unlock(&c_conn->lock); sde_connector_schedule_status_work(connector, false); mutex_lock(&c_conn->lock); } return rc; } Loading Loading
drivers/gpu/drm/msm/sde/sde_connector.c +4 −1 Original line number Diff line number Diff line Loading @@ -471,8 +471,11 @@ static int _sde_connector_update_power_locked(struct sde_connector *c_conn) } c_conn->last_panel_power_mode = mode; if (mode != SDE_MODE_DPMS_ON) if (mode != SDE_MODE_DPMS_ON) { mutex_unlock(&c_conn->lock); sde_connector_schedule_status_work(connector, false); mutex_lock(&c_conn->lock); } return rc; } Loading