Searched refs:sync_queue (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/host1x/ |
| A D | cdma.c | 194 space = list_empty(&cdma->sync_queue) ? 1 : 0; in host1x_cdma_wait_locked() 317 list_for_each_entry_safe(job, n, &cdma->sync_queue, list) { in update_cdma_locked() 352 list_empty(&cdma->sync_queue)) in update_cdma_locked() 383 list_for_each_entry(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue() 386 if (!list_is_last(&job->list, &cdma->sync_queue)) in host1x_cdma_update_sync_queue() 442 list_for_each_entry_continue(job, &cdma->sync_queue, list) { in host1x_cdma_update_sync_queue() 511 INIT_LIST_HEAD(&cdma->sync_queue); in host1x_cdma_init() 664 bool idle = list_empty(&cdma->sync_queue); in host1x_cdma_end() 671 list_add_tail(&job->list, &cdma->sync_queue); in host1x_cdma_end()
|
| A D | cdma.h | 69 struct list_head sync_queue; /* job queue */ member
|
| /drivers/gpu/host1x/hw/ |
| A D | debug_hw.c | 207 list_for_each_entry(job, &cdma->sync_queue, list) { in show_channel_gathers()
|
Completed in 6 milliseconds