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()
233 static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
264 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, in tegra_bo_create()
267 struct tegra_bo *bo; in tegra_bo_create()
292 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file, in tegra_bo_create_with_handle()
298 struct tegra_bo *bo; in tegra_bo_create_with_handle()
316 static struct tegra_bo *tegra_bo_import(struct drm_device *drm, in tegra_bo_import()
321 struct tegra_bo *bo; in tegra_bo_import()
379 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
401 struct tegra_bo *bo; in tegra_bo_dumb_create()
418 struct tegra_bo *bo; in tegra_bo_dumb_map_offset()
443 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
479 struct tegra_bo *bo; in tegra_drm_mmap()
520 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
560 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
604 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
643 struct tegra_bo *bo; in tegra_gem_prime_import()