Lines Matching refs:push_buffer
31 static void push_buffer_init(struct push_buffer *pb) in push_buffer_init()
43 struct push_buffer *pb = &cdma->push_buffer; in cdma_timeout_cpu_incr()
74 cdma->last_pos = cdma->push_buffer.pos; in cdma_start()
80 host1x_ch_writel(ch, cdma->push_buffer.phys, HOST1X_CHANNEL_DMASTART); in cdma_start()
81 host1x_ch_writel(ch, cdma->push_buffer.pos, HOST1X_CHANNEL_DMAPUT); in cdma_start()
82 host1x_ch_writel(ch, cdma->push_buffer.phys + in cdma_start()
83 cdma->push_buffer.size_bytes + 4, in cdma_start()
111 cdma->last_pos = cdma->push_buffer.pos; in cdma_timeout_restart()
117 host1x_ch_writel(ch, cdma->push_buffer.phys, HOST1X_CHANNEL_DMASTART); in cdma_timeout_restart()
118 host1x_ch_writel(ch, cdma->push_buffer.phys + in cdma_timeout_restart()
119 cdma->push_buffer.size_bytes, in cdma_timeout_restart()
138 host1x_ch_writel(ch, cdma->push_buffer.pos, HOST1X_CHANNEL_DMAPUT); in cdma_timeout_restart()
153 if (cdma->push_buffer.pos != cdma->last_pos) { in cdma_flush()
154 host1x_ch_writel(ch, cdma->push_buffer.pos, in cdma_flush()
156 cdma->last_pos = cdma->push_buffer.pos; in cdma_flush()