Lines Matching refs:tegra_bo
54 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 *bo) in tegra_bo_free()
333 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages()
363 static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
394 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, in tegra_bo_create()
397 struct tegra_bo *bo; in tegra_bo_create()
422 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file, in tegra_bo_create_with_handle()
428 struct tegra_bo *bo; in tegra_bo_create_with_handle()
446 static struct tegra_bo *tegra_bo_import(struct drm_device *drm, in tegra_bo_import()
451 struct tegra_bo *bo; in tegra_bo_import()
498 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
529 struct tegra_bo *bo; in tegra_bo_dumb_create()
546 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
567 struct tegra_bo *bo = to_tegra_bo(gem); in __tegra_gem_mmap()
619 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
652 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
670 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_begin_cpu_access()
683 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_end_cpu_access()
707 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
722 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vunmap()
756 struct tegra_bo *bo; in tegra_gem_prime_import()
777 struct tegra_bo *bo; in tegra_gem_lookup()