Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Dcdma.c48 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 …]
Dcdma.h33 struct push_buffer { struct
67 struct push_buffer push_buffer; /* channel's push buffer */ member
76 #define pb_to_cdma(pb) container_of(pb, struct host1x_cdma, push_buffer)
Ddev.h27 struct push_buffer;
50 void (*init)(struct push_buffer *pb);
320 struct push_buffer *pb) in host1x_hw_pushbuffer_init()
/linux-6.1.9/drivers/gpu/host1x/hw/
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()
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 …]
Ddebug_hw.c195 struct push_buffer *pb = &cdma->push_buffer; in show_channel_gathers()
Ddebug_hw_1x06.c46 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma()
Ddebug_hw_1x01.c35 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma()