Lines Matching refs:host1x

32 	int (*init)(struct host1x_channel *channel, struct host1x *host,
55 void (*show_channel_cdma)(struct host1x *host,
58 void (*show_channel_fifo)(struct host1x *host,
61 void (*show_mlocks)(struct host1x *host, struct output *output);
73 void (*enable_protection)(struct host1x *host);
77 int (*init_host_sync)(struct host1x *host, u32 cpm,
80 struct host1x *host, unsigned int id, u32 thresh);
81 void (*enable_syncpt_intr)(struct host1x *host, unsigned int id);
82 void (*disable_syncpt_intr)(struct host1x *host, unsigned int id);
83 void (*disable_all_syncpt_intrs)(struct host1x *host);
84 int (*free_syncpt_irq)(struct host1x *host);
103 int (*init)(struct host1x *host1x); /* initialize per SoC ops */
122 struct host1x { struct
169 void host1x_common_writel(struct host1x *host1x, u32 v, u32 r); argument
170 void host1x_hypervisor_writel(struct host1x *host1x, u32 r, u32 v);
171 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r);
172 void host1x_sync_writel(struct host1x *host1x, u32 r, u32 v);
173 u32 host1x_sync_readl(struct host1x *host1x, u32 r);
177 static inline void host1x_hw_syncpt_restore(struct host1x *host, in host1x_hw_syncpt_restore()
183 static inline void host1x_hw_syncpt_restore_wait_base(struct host1x *host, in host1x_hw_syncpt_restore_wait_base()
189 static inline void host1x_hw_syncpt_load_wait_base(struct host1x *host, in host1x_hw_syncpt_load_wait_base()
195 static inline u32 host1x_hw_syncpt_load(struct host1x *host, in host1x_hw_syncpt_load()
201 static inline int host1x_hw_syncpt_cpu_incr(struct host1x *host, in host1x_hw_syncpt_cpu_incr()
208 struct host1x *host, struct host1x_syncpt *sp, in host1x_hw_syncpt_assign_to_channel()
214 static inline void host1x_hw_syncpt_enable_protection(struct host1x *host) in host1x_hw_syncpt_enable_protection()
219 static inline int host1x_hw_intr_init_host_sync(struct host1x *host, u32 cpm, in host1x_hw_intr_init_host_sync()
225 static inline void host1x_hw_intr_set_syncpt_threshold(struct host1x *host, in host1x_hw_intr_set_syncpt_threshold()
232 static inline void host1x_hw_intr_enable_syncpt_intr(struct host1x *host, in host1x_hw_intr_enable_syncpt_intr()
238 static inline void host1x_hw_intr_disable_syncpt_intr(struct host1x *host, in host1x_hw_intr_disable_syncpt_intr()
244 static inline void host1x_hw_intr_disable_all_syncpt_intrs(struct host1x *host) in host1x_hw_intr_disable_all_syncpt_intrs()
249 static inline int host1x_hw_intr_free_syncpt_irq(struct host1x *host) in host1x_hw_intr_free_syncpt_irq()
254 static inline int host1x_hw_channel_init(struct host1x *host, in host1x_hw_channel_init()
261 static inline int host1x_hw_channel_submit(struct host1x *host, in host1x_hw_channel_submit()
267 static inline void host1x_hw_cdma_start(struct host1x *host, in host1x_hw_cdma_start()
273 static inline void host1x_hw_cdma_stop(struct host1x *host, in host1x_hw_cdma_stop()
279 static inline void host1x_hw_cdma_flush(struct host1x *host, in host1x_hw_cdma_flush()
285 static inline int host1x_hw_cdma_timeout_init(struct host1x *host, in host1x_hw_cdma_timeout_init()
291 static inline void host1x_hw_cdma_timeout_destroy(struct host1x *host, in host1x_hw_cdma_timeout_destroy()
297 static inline void host1x_hw_cdma_freeze(struct host1x *host, in host1x_hw_cdma_freeze()
303 static inline void host1x_hw_cdma_resume(struct host1x *host, in host1x_hw_cdma_resume()
309 static inline void host1x_hw_cdma_timeout_cpu_incr(struct host1x *host, in host1x_hw_cdma_timeout_cpu_incr()
319 static inline void host1x_hw_pushbuffer_init(struct host1x *host, in host1x_hw_pushbuffer_init()
325 static inline void host1x_hw_debug_init(struct host1x *host, struct dentry *de) in host1x_hw_debug_init()
331 static inline void host1x_hw_show_channel_cdma(struct host1x *host, in host1x_hw_show_channel_cdma()
338 static inline void host1x_hw_show_channel_fifo(struct host1x *host, in host1x_hw_show_channel_fifo()
345 static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o) in host1x_hw_show_mlocks()