Searched refs:runqueue_mutex (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c243 struct mutex runqueue_mutex; member in struct:g2d_data
863 mutex_lock(&g2d->runqueue_mutex); g2d_runqueue_worker()
874 mutex_unlock(&g2d->runqueue_mutex); g2d_runqueue_worker()
1277 mutex_lock(&g2d->runqueue_mutex); exynos_g2d_exec_ioctl()
1283 mutex_unlock(&g2d->runqueue_mutex); exynos_g2d_exec_ioctl()
1412 mutex_init(&g2d->runqueue_mutex); g2d_probe()
1502 mutex_lock(&g2d->runqueue_mutex); g2d_suspend()
1504 mutex_unlock(&g2d->runqueue_mutex); g2d_suspend()

Completed in 87 milliseconds