Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Ddev.h122 struct host1x { struct
123 const struct host1x_info *info; argument
128 struct host1x_syncpt *syncpt; argument
129 struct host1x_syncpt_base *bases; argument
143 const struct host1x_syncpt_ops *syncpt_op; argument
144 const struct host1x_intr_ops *intr_op; argument
145 const struct host1x_channel_ops *channel_op; argument
146 const struct host1x_cdma_ops *cdma_op; argument
147 const struct host1x_pushbuffer_ops *cdma_pb_op; argument
148 const struct host1x_debug_ops *debug_op; argument
[all …]
Dbus.c292 static int host1x_add_client(struct host1x *host1x, in host1x_add_client()
314 static int host1x_del_client(struct host1x *host1x, in host1x_del_client()
449 static int host1x_device_add(struct host1x *host1x, in host1x_device_add()
513 static void host1x_device_del(struct host1x *host1x, in host1x_device_del()
524 static void host1x_attach_driver(struct host1x *host1x, in host1x_attach_driver()
546 static void host1x_detach_driver(struct host1x *host1x, in host1x_detach_driver()
562 struct host1x *host1x = s->private; in host1x_devices_show() local
598 int host1x_register(struct host1x *host1x) in host1x_register()
626 int host1x_unregister(struct host1x *host1x) in host1x_unregister()
688 struct host1x *host1x; in host1x_driver_register_full() local
[all …]
Dcdma.c51 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
522 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit() local
540 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin() local
584 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push() local
616 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push_wide() local
659 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end() local
Ddev.c44 void host1x_common_writel(struct host1x *host1x, u32 v, u32 r) in host1x_common_writel()
49 void host1x_hypervisor_writel(struct host1x *host1x, u32 v, u32 r) in host1x_hypervisor_writel()
54 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r) in host1x_hypervisor_readl()
59 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel()
66 u32 host1x_sync_readl(struct host1x *host1x, u32 r) in host1x_sync_readl()
293 static bool host1x_wants_iommu(struct host1x *host1x) in host1x_wants_iommu()
758 u64 host1x_get_dma_mask(struct host1x *host1x) in host1x_get_dma_mask()
Ddebug.c191 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init()
215 static void host1x_debugfs_exit(struct host1x *host1x) in host1x_debugfs_exit()
220 void host1x_debug_init(struct host1x *host1x) in host1x_debug_init()
226 void host1x_debug_deinit(struct host1x *host1x) in host1x_debug_deinit()
232 void host1x_debug_dump(struct host1x *host1x) in host1x_debug_dump()
241 void host1x_debug_dump_syncpts(struct host1x *host1x) in host1x_debug_dump_syncpts()
Dcontext.c16 int host1x_memory_context_list_init(struct host1x *host1x) in host1x_memory_context_list_init()
106 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc()
Dcontext.h28 static inline int host1x_memory_context_list_init(struct host1x *host1x) in host1x_memory_context_list_init()
/linux-6.1.9/drivers/gpu/host1x/hw/
Dcdma_hw.c91 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_timeout_restart() local
228 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_resume() local
253 struct host1x *host1x = cdma_to_host1x(cdma); in timeout_release_mlock() local
281 struct host1x *host1x; in cdma_timeout_handler() local
/linux-6.1.9/drivers/gpu/drm/tegra/
Duapi.c300 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private); in tegra_drm_ioctl_syncpoint_allocate() local
344 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private); in tegra_drm_ioctl_syncpoint_wait() local
Ddrm.c181 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_drm_submit() local
404 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_incr() local
418 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_wait() local
1093 struct host1x *host1x = dev_get_drvdata(dev->dev.parent); in host1x_drm_wants_iommu() local
/linux-6.1.9/include/linux/
Dhost1x.h476 static inline struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc()