| /linux/drivers/gpu/host1x/ |
| H A D | dev.h | 129 struct host1x { struct 130 const struct host1x_info *info; argument 137 struct host1x_syncpt *syncpt; argument 138 struct host1x_syncpt_base *bases; argument 151 const struct host1x_syncpt_ops *syncpt_op; argument 152 const struct host1x_intr_ops *intr_op; argument 153 const struct host1x_channel_ops *channel_op; argument 154 const struct host1x_cdma_ops *cdma_op; argument 155 const struct host1x_pushbuffer_ops *cdma_pb_op; argument 156 const struct host1x_debug_ops *debug_op; argument [all …]
|
| H A D | bus.c | 287 static int host1x_add_client(struct host1x *host1x, in host1x_add_client() 309 static int host1x_del_client(struct host1x *host1x, in host1x_del_client() 454 static int host1x_device_add(struct host1x *host1x, in host1x_device_add() 528 static void host1x_device_del(struct host1x *host1x, in host1x_device_del() 539 static void host1x_attach_driver(struct host1x *host1x, in host1x_attach_driver() 561 static void host1x_detach_driver(struct host1x *host1x, in host1x_detach_driver() 577 struct host1x *host1x = s->private; in host1x_devices_show() local 613 int host1x_register(struct host1x *host1x) in host1x_register() 641 int host1x_unregister(struct host1x *host1x) in host1x_unregister() 672 struct host1x *host1x; in host1x_driver_register_full() local [all …]
|
| H A D | dev.c | 45 void host1x_common_writel(struct host1x *host1x, u32 v, u32 r) in host1x_common_writel() 50 void host1x_hypervisor_writel(struct host1x *host1x, u32 v, u32 r) in host1x_hypervisor_writel() 55 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r) in host1x_hypervisor_readl() 60 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) in host1x_sync_writel() 67 u32 host1x_sync_readl(struct host1x *host1x, u32 r) in host1x_sync_readl() 75 u64 host1x_sync_readq(struct host1x *host1x, u32 r) in host1x_sync_readq() 334 static bool host1x_wants_iommu(struct host1x *host1x) in host1x_wants_iommu() 821 u64 host1x_get_dma_mask(struct host1x *host1x) in host1x_get_dma_mask()
|
| H A 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() 364 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_update_sync_queue() local 530 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit() local 548 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin() local 621 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push_wide() local 663 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end() local
|
| H A D | debug.c | 170 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init() 194 static void host1x_debugfs_exit(struct host1x *host1x) in host1x_debugfs_exit() 199 void host1x_debug_init(struct host1x *host1x) in host1x_debug_init() 205 void host1x_debug_deinit(struct host1x *host1x) in host1x_debug_deinit() 211 void host1x_debug_dump(struct host1x *host1x) in host1x_debug_dump()
|
| H A D | context.c | 21 int host1x_memory_context_list_init(struct host1x *host1x) in host1x_memory_context_list_init() 119 struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc()
|
| H A D | context.h | 28 static inline int host1x_memory_context_list_init(struct host1x *host1x) in host1x_memory_context_list_init()
|
| /linux/drivers/gpu/host1x/hw/ |
| H A 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 253 struct host1x *host1x = cdma_to_host1x(cdma); in timeout_release_mlock() local 293 struct host1x *host1x; in cdma_timeout_handler() local
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | uapi.c | 303 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private); in tegra_drm_ioctl_syncpoint_allocate() local 347 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private); in tegra_drm_ioctl_syncpoint_wait() local
|
| H A D | drm.c | 179 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_drm_submit() local 402 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_incr() local 416 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_wait() local 1091 struct host1x *host1x = dev_get_drvdata(dev->dev.parent); in host1x_drm_wants_iommu() local
|
| /linux/include/linux/ |
| H A D | host1x.h | 487 host1x_memory_context_alloc(struct host1x * host1x,struct device * dev,struct pid * pid) host1x_memory_context_alloc() argument [all...] |