forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
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);