Home
last modified time | relevance | path

Searched refs:tegra_bo (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dgem.h29 struct tegra_bo { struct
46 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo()
48 return container_of(gem, struct tegra_bo, gem); in to_tegra_bo()
51 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo()
53 return container_of(bo, struct tegra_bo, base); in host1x_to_tegra_bo()
56 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size,
58 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
H A Dgem.c25 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put()
56 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin()
134 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap()
147 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap()
159 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get()
175 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
218 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
233 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object()
236 struct tegra_bo *bo; in tegra_bo_alloc_object()
263 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *b
[all...]
H A 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()
183 struct tegra_bo *bo; in tegra_fb_mmap()
215 struct tegra_bo *bo; in tegra_fbdev_probe()
343 struct tegra_bo *bo = tegra_fb_get_plane(fbdev->fb, 0); in tegra_fbdev_exit()
H A Dplane.h11 struct tegra_bo;
24 struct tegra_bo *bo;
H A Ddrm.c110 struct tegra_bo *bo; in host1x_bo_lookup()
219 struct tegra_bo *obj; in tegra_drm_submit()
264 struct tegra_bo *obj; in tegra_drm_submit()
346 struct tegra_bo *bo; in tegra_gem_create()
361 struct tegra_bo *bo; in tegra_gem_mmap()
598 struct tegra_bo *bo; in tegra_gem_set_tiling()
649 struct tegra_bo *bo; in tegra_gem_get_tiling()
689 struct tegra_bo *bo; in tegra_gem_set_flags()
714 struct tegra_bo *bo; in tegra_gem_get_flags()
H A Dplane.c118 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin()
162 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin()
181 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_unpin()
H A Ddrm.h166 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dgem.h35 struct tegra_bo { struct
52 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo()
54 return container_of(gem, struct tegra_bo, gem); in to_tegra_bo()
57 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo()
59 return container_of(bo, struct tegra_bo, base); in host1x_to_tegra_bo()
62 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size,
64 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file,
H A Dgem.c54 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put()
62 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin()
179 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap()
196 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap()
209 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get()
225 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
268 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
289 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object()
292 struct tegra_bo *bo; in tegra_bo_alloc_object()
321 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *b
[all...]
H A Dfb.c20 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane()
28 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up()
106 struct tegra_bo **planes, in tegra_fb_alloc()
138 struct tegra_bo *planes[4]; in tegra_fb_create()
H A Dplane.h12 struct tegra_bo;
28 struct tegra_bo *bo;
H A Dfbdev.c28 struct tegra_bo *bo; in tegra_fb_mmap()
44 struct tegra_bo *bo = tegra_fb_get_plane(fb, 0); in tegra_fbdev_fb_destroy()
79 struct tegra_bo *bo; in tegra_fbdev_probe()
H A Ddrm.h182 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
189 struct tegra_bo **planes,
H A Ddrm.c226 struct tegra_bo *obj; in tegra_drm_submit()
271 struct tegra_bo *obj; in tegra_drm_submit()
353 struct tegra_bo *bo; in tegra_gem_create()
368 struct tegra_bo *bo; in tegra_gem_mmap()
612 struct tegra_bo *bo; in tegra_gem_set_tiling()
663 struct tegra_bo *bo; in tegra_gem_get_tiling()
703 struct tegra_bo *bo; in tegra_gem_set_flags()
728 struct tegra_bo *bo; in tegra_gem_get_flags()
H A Dplane.c146 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin()

Completed in 11 milliseconds