diff options
-rw-r--r-- | drivers/video/omap2/dsscomp/queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dsscomp/queue.c b/drivers/video/omap2/dsscomp/queue.c index ade17a0..199cc11 100644 --- a/drivers/video/omap2/dsscomp/queue.c +++ b/drivers/video/omap2/dsscomp/queue.c @@ -790,7 +790,7 @@ done_ovl: } } else { /* wait for sync to avoid tear */ - r = mgr->wait_for_vsync(mgr) ? : mgr->apply(mgr); + r = mgr->apply(mgr) ? : mgr->wait_for_vsync(mgr); } done: if (change) |