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

/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c214 struct list_head run_cmdlist; member in struct:g2d_runqueue_node
805 list_first_entry(&runqueue_node->run_cmdlist, g2d_dma_start()
840 * commands in run_cmdlist have been completed so unmap all gem g2d_free_runqueue_node()
843 list_for_each_entry(node, &runqueue_node->run_cmdlist, list) g2d_free_runqueue_node()
845 list_splice_tail_init(&runqueue_node->run_cmdlist, &g2d->free_cmdlist); g2d_free_runqueue_node()
1242 struct list_head *run_cmdlist; exynos_g2d_exec_ioctl() local
1261 run_cmdlist = &runqueue_node->run_cmdlist; exynos_g2d_exec_ioctl()
1263 INIT_LIST_HEAD(run_cmdlist); exynos_g2d_exec_ioctl()
1268 list_splice_init(&g2d_priv->inuse_cmdlist, run_cmdlist); exynos_g2d_exec_ioctl()
1271 if (list_empty(run_cmdlist)) { exynos_g2d_exec_ioctl()

Completed in 51 milliseconds