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()
205 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap()
219 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get()
235 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
278 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
299 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object()
302 struct tegra_bo *bo; in tegra_bo_alloc_object()
331 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free()
343 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages()
373 static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
404 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, in tegra_bo_create()
407 struct tegra_bo *bo; in tegra_bo_create()
432 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file, in tegra_bo_create_with_handle()
438 struct tegra_bo *bo; in tegra_bo_create_with_handle()
456 static struct tegra_bo *tegra_bo_import(struct drm_device *drm, in tegra_bo_import()
461 struct tegra_bo *bo; in tegra_bo_import()
508 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
539 struct tegra_bo *bo; in tegra_bo_dumb_create()
556 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
577 struct tegra_bo *bo = to_tegra_bo(gem); in __tegra_gem_mmap()
629 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
662 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
680 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_begin_cpu_access()
693 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_end_cpu_access()
717 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
732 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vunmap()
766 struct tegra_bo *bo; in tegra_gem_prime_import()
787 struct tegra_bo *bo; in tegra_gem_lookup()