Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Dcdma.c140 space = list_empty(&cdma->sync_queue) ? 1 : 0; in host1x_cdma_wait_locked()
228 list_for_each_entry_safe(job, n, &cdma->sync_queue, list) { in update_cdma_locked()
260 list_empty(&cdma->sync_queue)) in update_cdma_locked()
293 list_for_each_entry(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue()
318 if (!list_empty(&cdma->sync_queue)) in host1x_cdma_update_sync_queue()
324 list_for_each_entry_from(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue()
349 list_for_each_entry_from(job, &cdma->sync_queue, list) in host1x_cdma_update_sync_queue()
369 INIT_LIST_HEAD(&cdma->sync_queue); in host1x_cdma_init()
466 bool idle = list_empty(&cdma->sync_queue); in host1x_cdma_end()
473 list_add_tail(&job->list, &cdma->sync_queue); in host1x_cdma_end()
Dcdma.h77 struct list_head sync_queue; /* job queue */ member
/drivers/gpu/host1x/hw/
Ddebug_hw.c145 list_for_each_entry(job, &cdma->sync_queue, list) { in show_channel_gathers()