Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Dcdma.c142 space = list_empty(&cdma->sync_queue) ? 1 : 0; in host1x_cdma_wait_locked()
235 list_for_each_entry_safe(job, n, &cdma->sync_queue, list) { in update_cdma_locked()
270 list_empty(&cdma->sync_queue)) in update_cdma_locked()
301 list_for_each_entry(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue()
326 if (!list_empty(&cdma->sync_queue)) in host1x_cdma_update_sync_queue()
332 list_for_each_entry_from(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue()
359 list_for_each_entry_from(job, &cdma->sync_queue, list) in host1x_cdma_update_sync_queue()
379 INIT_LIST_HEAD(&cdma->sync_queue); in host1x_cdma_init()
480 bool idle = list_empty(&cdma->sync_queue); in host1x_cdma_end()
487 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.c143 list_for_each_entry(job, &cdma->sync_queue, list) { in show_channel_gathers()