Searched refs:sync_queue (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/host1x/ |
D | cdma.c | 140 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()
|
D | cdma.h | 77 struct list_head sync_queue; /* job queue */ member
|
/drivers/gpu/host1x/hw/ |
D | debug_hw.c | 145 list_for_each_entry(job, &cdma->sync_queue, list) { in show_channel_gathers()
|