Home
last modified time | relevance | path

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

/drivers/gpu/host1x/hw/
Dcdma_hw.c74 cdma->last_pos = cdma->push_buffer.pos; in cdma_start()
111 cdma->last_pos = cdma->push_buffer.pos; in cdma_timeout_restart()
133 cdma->last_pos); in cdma_timeout_restart()
153 if (cdma->push_buffer.pos != cdma->last_pos) { in cdma_flush()
156 cdma->last_pos = cdma->push_buffer.pos; in cdma_flush()
198 cdma->last_pos); in cdma_freeze()
/drivers/gpu/host1x/
Dcdma.h75 unsigned int last_pos; /* last value written to DMAPUT */ member
Dcdma.c321 restart_addr = cdma->last_pos; in host1x_cdma_update_sync_queue()