forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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);