Home
last modified time | relevance | path

Searched defs:host1x (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/host1x/
Ddev.h101 struct host1x { struct
102 const struct host1x_info *info; argument
105 struct host1x_syncpt *syncpt; argument
106 struct host1x_syncpt_base *bases; argument
114 const struct host1x_syncpt_ops *syncpt_op; argument
115 const struct host1x_intr_ops *intr_op; argument
116 const struct host1x_channel_ops *channel_op; argument
117 const struct host1x_cdma_ops *cdma_op; argument
118 const struct host1x_pushbuffer_ops *cdma_pb_op; argument
119 const struct host1x_debug_ops *debug_op; argument
[all …]
Dbus.c218 static int host1x_add_client(struct host1x *host1x, in host1x_add_client()
240 static int host1x_del_client(struct host1x *host1x, in host1x_del_client()
372 static int host1x_device_add(struct host1x *host1x, in host1x_device_add()
431 static void host1x_device_del(struct host1x *host1x, in host1x_device_del()
442 static void host1x_attach_driver(struct host1x *host1x, in host1x_attach_driver()
464 static void host1x_detach_driver(struct host1x *host1x, in host1x_detach_driver()
478 int host1x_register(struct host1x *host1x) in host1x_register()
496 int host1x_unregister(struct host1x *host1x) in host1x_unregister()
517 struct host1x *host1x; in host1x_driver_register_full() local
549 struct host1x *host1x; in host1x_client_register() local
[all …]
Dcdma.c52 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_destroy() local
68 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_init() local
217 struct host1x *host1x = cdma_to_host1x(cdma); in update_cdma_locked() local
276 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_update_sync_queue() local
387 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit() local
405 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin() local
438 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push() local
465 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end() local
Ddebug.c99 static void show_all_no_fifo(struct host1x *host1x, struct output *o) in show_all_no_fifo()
155 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init()
182 static void host1x_debugfs_exit(struct host1x *host1x) in host1x_debugfs_exit()
187 void host1x_debug_init(struct host1x *host1x) in host1x_debug_init()
193 void host1x_debug_deinit(struct host1x *host1x) in host1x_debug_deinit()
199 void host1x_debug_dump(struct host1x *host1x) in host1x_debug_dump()
207 void host1x_debug_dump_syncpts(struct host1x *host1x) in host1x_debug_dump_syncpts()
Ddev.c39 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel()
46 u32 host1x_sync_readl(struct host1x *host1x, u32 r) in host1x_sync_readl()
/drivers/gpu/host1x/hw/
Dcdma_hw.c42 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_timeout_cpu_incr() local
105 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_timeout_restart() local
211 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_resume() local
235 struct host1x *host1x; in cdma_timeout_handler() local
/drivers/gpu/drm/tegra/
Ddrm.c499 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_incr() local
513 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_wait() local