Searched refs:tegra_bo (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/tegra/ |
D | gem.h | 35 struct tegra_bo { struct 52 static inline struct tegra_bo *to_tegra_bo(struct drm_gem_object *gem) in to_tegra_bo() argument 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,
|
D | gem.c | 53 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put() 61 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin() 177 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap() 194 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap() 207 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get() 223 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map() 266 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap() 287 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object() 290 struct tegra_bo *bo; in tegra_bo_alloc_object() 319 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free() [all …]
|
D | fb.c | 27 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer, in tegra_fb_get_plane() 35 struct tegra_bo *bo = tegra_fb_get_plane(framebuffer, 0); in tegra_fb_is_bottom_up() 113 struct tegra_bo **planes, in tegra_fb_alloc() 145 struct tegra_bo *planes[4]; in tegra_fb_create() 194 struct tegra_bo *bo; in tegra_fb_mmap() 226 struct tegra_bo *bo; in tegra_fbdev_probe() 354 struct tegra_bo *bo = tegra_fb_get_plane(fbdev->fb, 0); in tegra_fbdev_exit()
|
D | plane.h | 12 struct tegra_bo; 28 struct tegra_bo *bo;
|
D | drm.c | 229 struct tegra_bo *obj; in tegra_drm_submit() 274 struct tegra_bo *obj; in tegra_drm_submit() 356 struct tegra_bo *bo; in tegra_gem_create() 371 struct tegra_bo *bo; in tegra_gem_mmap() 615 struct tegra_bo *bo; in tegra_gem_set_tiling() 666 struct tegra_bo *bo; in tegra_gem_get_tiling() 706 struct tegra_bo *bo; in tegra_gem_set_flags() 731 struct tegra_bo *bo; in tegra_gem_get_flags()
|
D | drm.h | 194 struct tegra_bo *tegra_fb_get_plane(struct drm_framebuffer *framebuffer,
|
D | plane.c | 146 struct tegra_bo *bo = tegra_fb_get_plane(state->base.fb, i); in tegra_dc_pin()
|