kernel/drivers/gpu/drm/exynos/exynos_drm_g2d.c
.. .. @@ -1332,7 +1332,7 @@ 1332 1332 /* Let the runqueue know that there is work to do. */ 1333 1333 queue_work(g2d->g2d_workq, &g2d->runqueue_work); 1334 1334 1335 - if (runqueue_node->async)1335 + if (req->async)1336 1336 goto out; 1337 1337 1338 1338 wait_for_completion(&runqueue_node->complete);