Home
last modified time | relevance | path

Searched refs:push_buffer (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/gpu/host1x/
A Dcdma.c70 static int host1x_pushbuffer_init(struct push_buffer *pb) in host1x_pushbuffer_init()
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()
519 err = host1x_pushbuffer_init(&cdma->push_buffer); in host1x_cdma_init()
531 struct push_buffer *pb = &cdma->push_buffer; in host1x_cdma_deinit()
582 cdma->first_get = cdma->push_buffer.pos; in host1x_cdma_begin()
595 struct push_buffer *pb = &cdma->push_buffer; in host1x_cdma_push()
[all …]
A Dcdma.h34 struct push_buffer { struct
68 struct push_buffer push_buffer; /* channel's push buffer */ member
78 #define pb_to_cdma(pb) container_of(pb, struct host1x_cdma, push_buffer)
A Ddev.h27 struct push_buffer;
50 void (*init)(struct push_buffer *pb);
318 struct push_buffer *pb) in host1x_hw_pushbuffer_init()
/linux-6.3-rc2/drivers/gpu/host1x/hw/
A Dcdma_hw.c20 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()
147 if (cdma->push_buffer.pos != cdma->last_pos) { in cdma_flush()
148 host1x_ch_writel(ch, cdma->push_buffer.pos, in cdma_flush()
[all …]
A Ddebug_hw.c195 struct push_buffer *pb = &cdma->push_buffer; in show_channel_gathers()
A Ddebug_hw_1x06.c46 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma()
A Ddebug_hw_1x01.c35 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma()

Completed in 9 milliseconds