Searched defs:host1x (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/host1x/ |
D | dev.h | 106 struct host1x { struct 107 const struct host1x_info *info; argument 111 struct host1x_syncpt *syncpt; argument 112 struct host1x_syncpt_base *bases; argument 125 const struct host1x_syncpt_ops *syncpt_op; argument 126 const struct host1x_intr_ops *intr_op; argument 127 const struct host1x_channel_ops *channel_op; argument 128 const struct host1x_cdma_ops *cdma_op; argument 129 const struct host1x_pushbuffer_ops *cdma_pb_op; argument 130 const struct host1x_debug_ops *debug_op; argument [all …]
|
D | bus.c | 259 static int host1x_add_client(struct host1x *host1x, in host1x_add_client() 281 static int host1x_del_client(struct host1x *host1x, in host1x_del_client() 416 static int host1x_device_add(struct host1x *host1x, in host1x_device_add() 480 static void host1x_device_del(struct host1x *host1x, in host1x_device_del() 491 static void host1x_attach_driver(struct host1x *host1x, in host1x_attach_driver() 513 static void host1x_detach_driver(struct host1x *host1x, in host1x_detach_driver() 529 struct host1x *host1x = s->private; in host1x_devices_show() local 565 int host1x_register(struct host1x *host1x) in host1x_register() 593 int host1x_unregister(struct host1x *host1x) in host1x_unregister() 655 struct host1x *host1x; in host1x_driver_register_full() local [all …]
|
D | cdma.c | 51 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_destroy() local 73 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_init() local 235 static int host1x_cdma_wait_pushbuffer_space(struct host1x *host1x, in host1x_cdma_wait_pushbuffer_space() 315 struct host1x *host1x = cdma_to_host1x(cdma); in update_cdma_locked() local 373 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_update_sync_queue() local 475 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit() local 493 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin() local 528 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push() local 560 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push_wide() local 609 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end() local
|
D | debug.c | 165 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init() 189 static void host1x_debugfs_exit(struct host1x *host1x) in host1x_debugfs_exit() 194 void host1x_debug_init(struct host1x *host1x) in host1x_debug_init() 200 void host1x_debug_deinit(struct host1x *host1x) in host1x_debug_deinit() 206 void host1x_debug_dump(struct host1x *host1x) in host1x_debug_dump() 215 void host1x_debug_dump_syncpts(struct host1x *host1x) in host1x_debug_dump_syncpts()
|
D | dev.c | 38 void host1x_hypervisor_writel(struct host1x *host1x, u32 v, u32 r) in host1x_hypervisor_writel() 43 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r) in host1x_hypervisor_readl() 48 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel() 55 u32 host1x_sync_readl(struct host1x *host1x, u32 r) in host1x_sync_readl() 199 static bool host1x_wants_iommu(struct host1x *host1x) in host1x_wants_iommu() 577 u64 host1x_get_dma_mask(struct host1x *host1x) in host1x_get_dma_mask()
|
/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 91 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_timeout_restart() local 228 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_resume() local 250 struct host1x *host1x; in cdma_timeout_handler() local
|
/drivers/gpu/drm/tegra/ |
D | drm.c | 172 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_drm_submit() local 394 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_incr() local 408 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_wait() local 1042 struct host1x *host1x = dev_get_drvdata(dev->dev.parent); in host1x_drm_wants_iommu() local
|