Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c227 struct list_head run_cmdlist; member
803 list_first_entry(&runqueue_node->run_cmdlist, in g2d_dma_start()
834 list_for_each_entry(node, &runqueue_node->run_cmdlist, list) in g2d_free_runqueue_node()
836 list_splice_tail_init(&runqueue_node->run_cmdlist, &g2d->free_cmdlist); in g2d_free_runqueue_node()
1306 struct list_head *run_cmdlist; in exynos_g2d_exec_ioctl() local
1313 run_cmdlist = &runqueue_node->run_cmdlist; in exynos_g2d_exec_ioctl()
1315 INIT_LIST_HEAD(run_cmdlist); in exynos_g2d_exec_ioctl()
1320 list_splice_init(&file_priv->inuse_cmdlist, run_cmdlist); in exynos_g2d_exec_ioctl()
1323 if (list_empty(run_cmdlist)) { in exynos_g2d_exec_ioctl()