Lines Matching refs:tegra_bo
25 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put()
32 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin()
45 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap()
58 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap()
70 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kmap()
84 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_kunmap()
96 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get()
114 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
158 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
173 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object()
176 struct tegra_bo *bo; in tegra_bo_alloc_object()
203 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free()
216 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages()
249 static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
280 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, in tegra_bo_create()
283 struct tegra_bo *bo; in tegra_bo_create()
308 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file, in tegra_bo_create_with_handle()
314 struct tegra_bo *bo; in tegra_bo_create_with_handle()
332 static struct tegra_bo *tegra_bo_import(struct drm_device *drm, in tegra_bo_import()
337 struct tegra_bo *bo; in tegra_bo_import()
390 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
412 struct tegra_bo *bo; in tegra_bo_dumb_create()
429 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
450 struct tegra_bo *bo = to_tegra_bo(gem); in __tegra_gem_mmap()
503 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
543 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
561 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_begin_cpu_access()
575 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_end_cpu_access()
610 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
651 struct tegra_bo *bo; in tegra_gem_prime_import()