hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/exynos/exynos_drm_g2d.c
....@@ -1332,7 +1332,7 @@
13321332 /* Let the runqueue know that there is work to do. */
13331333 queue_work(g2d->g2d_workq, &g2d->runqueue_work);
13341334
1335
- if (runqueue_node->async)
1335
+ if (req->async)
13361336 goto out;
13371337
13381338 wait_for_completion(&runqueue_node->complete);