Lines Matching refs:etnaviv_cmdbuf
22 static inline void OUT(struct etnaviv_cmdbuf *buffer, u32 data) in OUT()
32 static inline void CMD_LOAD_STATE(struct etnaviv_cmdbuf *buffer, in CMD_LOAD_STATE()
46 static inline void CMD_END(struct etnaviv_cmdbuf *buffer) in CMD_END()
53 static inline void CMD_WAIT(struct etnaviv_cmdbuf *buffer) in CMD_WAIT()
60 static inline void CMD_LINK(struct etnaviv_cmdbuf *buffer, in CMD_LINK()
70 static inline void CMD_STALL(struct etnaviv_cmdbuf *buffer, in CMD_STALL()
79 static inline void CMD_SEM(struct etnaviv_cmdbuf *buffer, u32 from, u32 to) in CMD_SEM()
87 struct etnaviv_cmdbuf *buffer, u8 pipe) in etnaviv_cmd_select_pipe()
113 struct etnaviv_cmdbuf *buf, u32 off, u32 len) in etnaviv_buffer_dump()
131 static void etnaviv_buffer_replace_wait(struct etnaviv_cmdbuf *buffer, in etnaviv_buffer_replace_wait()
147 struct etnaviv_cmdbuf *buffer, unsigned int cmd_dwords) in etnaviv_buffer_reserve()
157 struct etnaviv_cmdbuf *buffer = &gpu->buffer; in etnaviv_buffer_init()
173 struct etnaviv_cmdbuf *buffer = &gpu->buffer; in etnaviv_buffer_config_mmuv2()
208 struct etnaviv_cmdbuf *buffer = &gpu->buffer; in etnaviv_buffer_config_pta()
226 struct etnaviv_cmdbuf *buffer = &gpu->buffer; in etnaviv_buffer_end()
270 struct etnaviv_cmdbuf *buffer = &gpu->buffer; in etnaviv_sync_point_queue()
307 unsigned int event, struct etnaviv_cmdbuf *cmdbuf) in etnaviv_buffer_queue()
309 struct etnaviv_cmdbuf *buffer = &gpu->buffer; in etnaviv_buffer_queue()