Searched defs:host1x (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/host1x/ |
D | dev.h | 108 struct host1x { struct 109 const struct host1x_info *info; argument 113 struct host1x_syncpt *syncpt; argument 114 struct host1x_syncpt_base *bases; argument 127 const struct host1x_syncpt_ops *syncpt_op; argument 128 const struct host1x_intr_ops *intr_op; argument 129 const struct host1x_channel_ops *channel_op; argument 130 const struct host1x_cdma_ops *cdma_op; argument 131 const struct host1x_pushbuffer_ops *cdma_pb_op; argument 132 const struct host1x_debug_ops *debug_op; argument [all …]
|
D | bus.c | 268 static int host1x_add_client(struct host1x *host1x, in host1x_add_client() 290 static int host1x_del_client(struct host1x *host1x, in host1x_del_client() 394 static int host1x_device_add(struct host1x *host1x, in host1x_device_add() 456 static void host1x_device_del(struct host1x *host1x, in host1x_device_del() 467 static void host1x_attach_driver(struct host1x *host1x, in host1x_attach_driver() 489 static void host1x_detach_driver(struct host1x *host1x, in host1x_detach_driver() 511 int host1x_register(struct host1x *host1x) in host1x_register() 536 int host1x_unregister(struct host1x *host1x) in host1x_unregister() 598 struct host1x *host1x; in host1x_driver_register_full() local 653 struct host1x *host1x; in host1x_client_register() local [all …]
|
D | cdma.c | 52 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_destroy() local 74 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_init() local 266 struct host1x *host1x = cdma_to_host1x(cdma); in update_cdma_locked() local 324 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_update_sync_queue() local 440 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit() local 458 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin() local 493 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push() local 521 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end() local
|
D | debug.c | 170 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init() 197 static void host1x_debugfs_exit(struct host1x *host1x) in host1x_debugfs_exit() 202 void host1x_debug_init(struct host1x *host1x) in host1x_debug_init() 208 void host1x_debug_deinit(struct host1x *host1x) in host1x_debug_deinit() 214 void host1x_debug_dump(struct host1x *host1x) in host1x_debug_dump() 223 void host1x_debug_dump_syncpts(struct host1x *host1x) in host1x_debug_dump_syncpts()
|
D | dev.c | 44 void host1x_hypervisor_writel(struct host1x *host1x, u32 v, u32 r) in host1x_hypervisor_writel() 49 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r) in host1x_hypervisor_readl() 54 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel() 61 u32 host1x_sync_readl(struct host1x *host1x, u32 r) in host1x_sync_readl()
|
/Linux-v4.19/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 42 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 233 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_resume() local 255 struct host1x *host1x; in cdma_timeout_handler() local
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | drm.c | 322 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_drm_submit() local 544 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_incr() local 558 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_wait() local
|