Lines Matching refs:tegra_bo
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()
178 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap()
195 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap()
208 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get()
224 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
267 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
288 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object()
291 struct tegra_bo *bo; in tegra_bo_alloc_object()
320 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free()
332 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages()
362 static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
393 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, in tegra_bo_create()
396 struct tegra_bo *bo; in tegra_bo_create()
421 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file, in tegra_bo_create_with_handle()
427 struct tegra_bo *bo; in tegra_bo_create_with_handle()
445 static struct tegra_bo *tegra_bo_import(struct drm_device *drm, in tegra_bo_import()
450 struct tegra_bo *bo; in tegra_bo_import()
497 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
528 struct tegra_bo *bo; in tegra_bo_dumb_create()
545 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
566 struct tegra_bo *bo = to_tegra_bo(gem); in __tegra_gem_mmap()
618 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
651 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
669 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_begin_cpu_access()
682 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_end_cpu_access()
708 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
723 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vunmap()
757 struct tegra_bo *bo; in tegra_gem_prime_import()
778 struct tegra_bo *bo; in tegra_gem_lookup()