Searched refs:first_get (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/host1x/ |
| A D | cdma.c | 407 restart_addr = next_job->first_get; in host1x_cdma_update_sync_queue() 428 host1x_hw_cdma_timeout_cpu_incr(host1x, cdma, job->first_get, in host1x_cdma_update_sync_queue() 449 unsigned int slot = (job->first_get/8 + i) % in host1x_cdma_update_sync_queue() 468 unsigned int next_job = (job->first_get/8 + job->num_slots) in host1x_cdma_update_sync_queue() 580 cdma->first_get = cdma->push_buffer.pos; in host1x_cdma_begin() 668 job->first_get = cdma->first_get; in host1x_cdma_end()
|
| A D | cdma.h | 66 unsigned int first_get; /* DMAGET value, where submit begins */ member
|
| A D | job.c | 686 dev_dbg(dev, " FIRST_GET 0x%x\n", job->first_get); in host1x_job_dump()
|
| /drivers/gpu/host1x/hw/ |
| A D | debug_hw.c | 214 show_gather(o, pb->dma + job->first_get, job->num_slots * 2, cdma, in show_channel_gathers()
|
Completed in 7 milliseconds