Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
H A Ddev.h129 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 Ddev.c45 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()
325 static bool host1x_wants_iommu(struct host1x *host1x) in host1x_wants_iommu()
818 u64 host1x_get_dma_mask(struct host1x *host1x) in host1x_get_dma_mask()
H A Dcontext.c21 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 Dcontext.h28 static inline int host1x_memory_context_list_init(struct host1x *host1x) in host1x_memory_context_list_init()
/linux/drivers/gpu/drm/tegra/
H A 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
H A Ddrm.c178 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_drm_submit() local
401 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_incr() local
415 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); in tegra_syncpt_wait() local
1090 struct host1x *host1x = dev_get_drvdata(dev->dev.parent); in host1x_drm_wants_iommu() local
/linux/include/linux/
H A Dhost1x.h487 static inline struct host1x_memory_context *host1x_memory_context_alloc(struct host1x *host1x, in host1x_memory_context_alloc()