Searched defs:host1x (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/drivers/gpu/host1x/ |
D | dev.h | 112 struct host1x { struct 113 const struct host1x_info *info; argument 117 struct host1x_syncpt *syncpt; argument 118 struct host1x_syncpt_base *bases; argument 131 const struct host1x_syncpt_ops *syncpt_op; argument 132 const struct host1x_intr_ops *intr_op; argument 133 const struct host1x_channel_ops *channel_op; argument 134 const struct host1x_cdma_ops *cdma_op; argument 135 const struct host1x_pushbuffer_ops *cdma_pb_op; argument 136 const struct host1x_debug_ops *debug_op; argument [all …]
|
D | bus.c | 291 static int host1x_add_client(struct host1x *host1x, in host1x_add_client() 313 static int host1x_del_client(struct host1x *host1x, in host1x_del_client() 448 static int host1x_device_add(struct host1x *host1x, in host1x_device_add() 512 static void host1x_device_del(struct host1x *host1x, in host1x_device_del() 523 static void host1x_attach_driver(struct host1x *host1x, in host1x_attach_driver() 545 static void host1x_detach_driver(struct host1x *host1x, in host1x_detach_driver() 561 struct host1x *host1x = s->private; in host1x_devices_show() local 597 int host1x_register(struct host1x *host1x) in host1x_register() 625 int host1x_unregister(struct host1x *host1x) in host1x_unregister() 687 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() 366 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_update_sync_queue() local 507 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit() local 525 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin() local 569 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push() local 601 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push_wide() local 650 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end() local
|
D | debug.c | 173 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 | 34 void host1x_hypervisor_writel(struct host1x *host1x, u32 v, u32 r) in host1x_hypervisor_writel() 39 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r) in host1x_hypervisor_readl() 44 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel() 51 u32 host1x_sync_readl(struct host1x *host1x, u32 r) in host1x_sync_readl() 201 static bool host1x_wants_iommu(struct host1x *host1x) in host1x_wants_iommu() 563 u64 host1x_get_dma_mask(struct host1x *host1x) in host1x_get_dma_mask()
|
/Linux-v5.15/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
|
/Linux-v5.15/drivers/gpu/drm/tegra/ |
D | uapi.c | 279 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private); in tegra_drm_ioctl_syncpoint_allocate() local 323 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private); in tegra_drm_ioctl_syncpoint_wait() local
|
D | drm.c | 174 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_drm_submit() local 397 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_incr() local 411 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_wait() local 1068 struct host1x *host1x = dev_get_drvdata(dev->dev.parent); in host1x_drm_wants_iommu() local
|