Lines Matching refs:tegra_bo
23 static inline struct tegra_bo *host1x_to_tegra_bo(struct host1x_bo *bo) in host1x_to_tegra_bo()
25 return container_of(bo, struct tegra_bo, base); in host1x_to_tegra_bo()
30 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put()
40 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin()
51 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap()
62 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kmap()
74 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get()
95 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
135 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
147 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object()
150 struct tegra_bo *bo; in tegra_bo_alloc_object()
177 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free()
189 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages()
224 static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
255 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, in tegra_bo_create()
258 struct tegra_bo *bo; in tegra_bo_create()
283 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file, in tegra_bo_create_with_handle()
289 struct tegra_bo *bo; in tegra_bo_create_with_handle()
307 static struct tegra_bo *tegra_bo_import(struct drm_device *drm, in tegra_bo_import()
312 struct tegra_bo *bo; in tegra_bo_import()
370 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
392 struct tegra_bo *bo; in tegra_bo_dumb_create()
409 struct tegra_bo *bo; in tegra_bo_dumb_map_offset()
434 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
470 struct tegra_bo *bo; in tegra_drm_mmap()
511 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
551 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
595 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
634 struct tegra_bo *bo; in tegra_gem_prime_import()