Loading drivers/media/platform/msm/sde/rotator/sde_rotator_core.c +4 −2 Original line number Diff line number Diff line Loading @@ -2003,7 +2003,9 @@ static void sde_rotator_cancel_request(struct sde_rot_mgr *mgr, sde_rot_mgr_unlock(mgr); for (i = req->count - 1; i >= 0; i--) { entry = req->entries + i; if (entry->commitq) flush_kthread_worker(&entry->commitq->rot_kw); if (entry->doneq) flush_kthread_worker(&entry->doneq->rot_kw); } sde_rot_mgr_lock(mgr); Loading Loading
drivers/media/platform/msm/sde/rotator/sde_rotator_core.c +4 −2 Original line number Diff line number Diff line Loading @@ -2003,7 +2003,9 @@ static void sde_rotator_cancel_request(struct sde_rot_mgr *mgr, sde_rot_mgr_unlock(mgr); for (i = req->count - 1; i >= 0; i--) { entry = req->entries + i; if (entry->commitq) flush_kthread_worker(&entry->commitq->rot_kw); if (entry->doneq) flush_kthread_worker(&entry->doneq->rot_kw); } sde_rot_mgr_lock(mgr); Loading