Searched refs:push_buffer (Results 1 – 7 of 7) sorted by relevance
48 static void host1x_pushbuffer_destroy(struct push_buffer *pb) in host1x_pushbuffer_destroy()70 static int host1x_pushbuffer_init(struct push_buffer *pb) in host1x_pushbuffer_init()138 static void host1x_pushbuffer_push(struct push_buffer *pb, u32 op1, u32 op2) in host1x_pushbuffer_push()155 static void host1x_pushbuffer_pop(struct push_buffer *pb, unsigned int slots) in host1x_pushbuffer_pop()167 static u32 host1x_pushbuffer_space(struct push_buffer *pb) in host1x_pushbuffer_space()189 struct push_buffer *pb = &cdma->push_buffer; in host1x_cdma_wait_locked()240 struct push_buffer *pb = &cdma->push_buffer; in host1x_cdma_wait_pushbuffer_space()341 struct push_buffer *pb = &cdma->push_buffer; in update_cdma_locked()453 u32 *mapped = cdma->push_buffer.mapped; in host1x_cdma_update_sync_queue()509 err = host1x_pushbuffer_init(&cdma->push_buffer); in host1x_cdma_init()[all …]
33 struct push_buffer { struct67 struct push_buffer push_buffer; /* channel's push buffer */ member76 #define pb_to_cdma(pb) container_of(pb, struct host1x_cdma, push_buffer)
27 struct push_buffer;50 void (*init)(struct push_buffer *pb);320 struct push_buffer *pb) in host1x_hw_pushbuffer_init()
20 static void push_buffer_init(struct push_buffer *pb) in push_buffer_init()51 cdma->last_pos = cdma->push_buffer.pos; in cdma_start()52 start = cdma->push_buffer.dma; in cdma_start()53 end = cdma->push_buffer.size + 4; in cdma_start()63 host1x_ch_writel(ch, cdma->push_buffer.pos, HOST1X_CHANNEL_DMAPUT); in cdma_start()98 cdma->last_pos = cdma->push_buffer.pos; in cdma_timeout_restart()103 start = cdma->push_buffer.dma; in cdma_timeout_restart()104 end = cdma->push_buffer.size + 4; in cdma_timeout_restart()132 host1x_ch_writel(ch, cdma->push_buffer.pos, HOST1X_CHANNEL_DMAPUT); in cdma_timeout_restart()147 if (cdma->push_buffer.pos != cdma->last_pos) { in cdma_flush()[all …]
195 struct push_buffer *pb = &cdma->push_buffer; in show_channel_gathers()
46 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma()
35 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma()