| /kernel/linux/linux-5.10/drivers/gpu/host1x/ |
| H A D | Makefile | |
| H A D | debug.c | 165 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init() argument 189 host1x_debugfs_exit(struct host1x *host1x) host1x_debugfs_exit() argument 194 host1x_debug_init(struct host1x *host1x) host1x_debug_init() argument 200 host1x_debug_deinit(struct host1x *host1x) host1x_debug_deinit() argument 206 host1x_debug_dump(struct host1x *host1x) host1x_debug_dump() argument 215 host1x_debug_dump_syncpts(struct host1x *host1x) host1x_debug_dump_syncpts() argument [all...] |
| H A D | bus.c | 259 host1x_add_client(struct host1x *host1x, struct host1x_client *client) host1x_add_client() argument 281 host1x_del_client(struct host1x *host1x, struct host1x_client *client) host1x_del_client() argument 416 host1x_device_add(struct host1x *host1x, struct host1x_driver *driver) host1x_device_add() argument 480 host1x_device_del(struct host1x *host1x, struct host1x_device *device) host1x_device_del() argument 491 host1x_attach_driver(struct host1x *host1x, struct host1x_driver *driver) host1x_attach_driver() argument 513 host1x_detach_driver(struct host1x *host1x, struct host1x_driver *driver) host1x_detach_driver() argument 529 struct host1x *host1x = s->private; host1x_devices_show() local 565 host1x_register(struct host1x *host1x) host1x_register() argument 593 host1x_unregister(struct host1x *host1x) host1x_unregister() argument 655 struct host1x *host1x; host1x_driver_register_full() local 689 struct host1x *host1x; host1x_driver_unregister() local 743 struct host1x *host1x; __host1x_client_register() local 776 struct host1x *host1x; host1x_client_unregister() local [all...] |
| H A D | dev.c | 38 void host1x_hypervisor_writel(struct host1x *host1x, u32 v, u32 r) in host1x_hypervisor_writel() argument 43 u32 host1x_hypervisor_readl(struct host1x *host1x, u32 r) in host1x_hypervisor_readl() argument 48 void host1x_sync_writel(struct host1x *host1x, u3 argument 55 host1x_sync_readl(struct host1x *host1x, u32 r) host1x_sync_readl() argument 199 host1x_wants_iommu(struct host1x *host1x) host1x_wants_iommu() argument 577 host1x_get_dma_mask(struct host1x *host1x) host1x_get_dma_mask() argument [all...] |
| 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); host1x_pushbuffer_init() local 235 host1x_cdma_wait_pushbuffer_space(struct host1x *host1x, struct host1x_cdma *cdma, unsigned int needed) host1x_cdma_wait_pushbuffer_space() argument 315 struct host1x *host1x = cdma_to_host1x(cdma); update_cdma_locked() local 373 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_update_sync_queue() local 475 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_deinit() local 493 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_begin() local 528 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_push() local 560 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_push_wide() local 609 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_end() local [all...] |
| H A D | dev.h | 106 struct host1x { global() struct [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/host1x/ |
| H A D | Makefile | |
| H A D | context.h | 28 static inline int host1x_memory_context_list_init(struct host1x *host1x) in host1x_memory_context_list_init() argument
|
| H A D | context.c | 21 int host1x_memory_context_list_init(struct host1x *host1x) in host1x_memory_context_list_init() argument 118 host1x_memory_context_alloc(struct host1x *host1x, struct device *dev, struct pid *pid) host1x_memory_context_alloc() argument [all...] |
| H A D | debug.c | 170 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init() argument 194 host1x_debugfs_exit(struct host1x *host1x) host1x_debugfs_exit() argument 199 host1x_debug_init(struct host1x *host1x) host1x_debug_init() argument 205 host1x_debug_deinit(struct host1x *host1x) host1x_debug_deinit() argument 211 host1x_debug_dump(struct host1x *host1x) host1x_debug_dump() argument 220 host1x_debug_dump_syncpts(struct host1x *host1x) host1x_debug_dump_syncpts() argument [all...] |
| H A D | dev.c | 45 void host1x_common_writel(struct host1x *host1x, u32 v, u32 r) in host1x_common_writel() argument 50 void host1x_hypervisor_writel(struct host1x *host1x, u32 v, u32 r) in host1x_hypervisor_writel() argument 55 u32 host1x_hypervisor_readl(struct host1x *host1x, u3 argument 60 host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) host1x_sync_writel() argument 67 host1x_sync_readl(struct host1x *host1x, u32 r) host1x_sync_readl() argument 306 host1x_wants_iommu(struct host1x *host1x) host1x_wants_iommu() argument 770 host1x_get_dma_mask(struct host1x *host1x) host1x_get_dma_mask() argument [all...] |
| 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); host1x_pushbuffer_init() local 235 host1x_cdma_wait_pushbuffer_space(struct host1x *host1x, struct host1x_cdma *cdma, unsigned int needed) host1x_cdma_wait_pushbuffer_space() argument 366 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_update_sync_queue() local 532 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_deinit() local 550 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_begin() local 594 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_push() local 626 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_push_wide() local 669 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_end() local [all...] |
| H A D | bus.c | 292 host1x_add_client(struct host1x *host1x, struct host1x_client *client) host1x_add_client() argument 314 host1x_del_client(struct host1x *host1x, struct host1x_client *client) host1x_del_client() argument 432 host1x_device_add(struct host1x *host1x, struct host1x_driver *driver) host1x_device_add() argument 496 host1x_device_del(struct host1x *host1x, struct host1x_device *device) host1x_device_del() argument 507 host1x_attach_driver(struct host1x *host1x, struct host1x_driver *driver) host1x_attach_driver() argument 529 host1x_detach_driver(struct host1x *host1x, struct host1x_driver *driver) host1x_detach_driver() argument 545 struct host1x *host1x = s->private; host1x_devices_show() local 581 host1x_register(struct host1x *host1x) host1x_register() argument 609 host1x_unregister(struct host1x *host1x) host1x_unregister() argument 671 struct host1x *host1x; host1x_driver_register_full() local 705 struct host1x *host1x; host1x_driver_unregister() local 759 struct host1x *host1x; __host1x_client_register() local 792 struct host1x *host1x; host1x_client_unregister() local [all...] |
| H A D | dev.h | 121 struct host1x { global() struct [all...] |
| /kernel/linux/linux-5.10/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 250 struct host1x *host1x; cdma_timeout_handler() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
| H A D | uapi.c | 300 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 D | drm.c | 178 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 in tegra_syncpt_wait() local 1087 struct host1x *host1x = dev_get_drvdata(dev->dev.parent); host1x_drm_wants_iommu() local [all...] |
| /kernel/linux/linux-6.6/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); timeout_release_mlock() local 281 struct host1x *host1x; cdma_timeout_handler() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
| H A 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 in tegra_syncpt_wait() local 1042 struct host1x *host1x = dev_get_drvdata(dev->dev.parent); host1x_drm_wants_iommu() local [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | host1x.h | 481 host1x_memory_context_alloc(struct host1x *host1x, struct device *dev, struct pid *pid) host1x_memory_context_alloc() argument [all...] |