Home
last modified time | relevance | path

Searched refs:tegra_bo (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/tegra/
Dgem.c25 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put()
32 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin()
45 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap()
58 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap()
70 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kmap()
84 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kunmap()
96 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get()
114 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
158 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
173 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object()
[all …]
Dgem.h33 struct tegra_bo { struct
50 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo() argument
52 return container_of(gem, struct tegra_bo, gem); in to_tegra_bo()
55 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo()
57 return container_of(bo, struct tegra_bo, base); in host1x_to_tegra_bo()
60 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size,
62 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
Dfb.c26 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane()
34 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up()
102 struct tegra_bo **planes, in tegra_fb_alloc()
134 struct tegra_bo *planes[4]; in tegra_fb_create()
185 struct tegra_bo *bo; in tegra_fb_mmap()
217 struct tegra_bo *bo; in tegra_fbdev_probe()
354 struct tegra_bo *bo = tegra_fb_get_plane(fbdev->fb, 0); in tegra_fbdev_exit()
Dplane.h14 struct tegra_bo;
27 struct tegra_bo *bo;
Ddrm.c262 struct tegra_bo *bo; in host1x_bo_lookup()
369 struct tegra_bo *obj; in tegra_drm_submit()
414 struct tegra_bo *obj; in tegra_drm_submit()
496 struct tegra_bo *bo; in tegra_gem_create()
511 struct tegra_bo *bo; in tegra_gem_mmap()
748 struct tegra_bo *bo; in tegra_gem_set_tiling()
799 struct tegra_bo *bo; in tegra_gem_get_tiling()
839 struct tegra_bo *bo; in tegra_gem_set_flags()
864 struct tegra_bo *bo; in tegra_gem_get_flags()
Ddrm.h177 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
Dhub.c416 struct tegra_bo *bo; in tegra_shared_plane_atomic_update()
Ddc.c713 struct tegra_bo *bo = tegra_fb_get_plane(fb, i); in tegra_plane_atomic_update()
835 struct tegra_bo *bo = tegra_fb_get_plane(plane->state->fb, 0); in tegra_cursor_atomic_update()