Lines Matching refs:tegra_bo
25 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_put()
56 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_pin()
134 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_mmap()
151 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_munmap()
164 struct tegra_bo *obj = host1x_to_tegra_bo(bo); in tegra_bo_get()
180 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
223 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
244 static struct tegra_bo *tegra_bo_alloc_object(struct drm_device *drm, in tegra_bo_alloc_object()
247 struct tegra_bo *bo; in tegra_bo_alloc_object()
276 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free()
288 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages()
318 static int tegra_bo_alloc(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_alloc()
349 struct tegra_bo *tegra_bo_create(struct drm_device *drm, size_t size, in tegra_bo_create()
352 struct tegra_bo *bo; in tegra_bo_create()
377 struct tegra_bo *tegra_bo_create_with_handle(struct drm_file *file, in tegra_bo_create_with_handle()
383 struct tegra_bo *bo; in tegra_bo_create_with_handle()
401 static struct tegra_bo *tegra_bo_import(struct drm_device *drm, in tegra_bo_import()
406 struct tegra_bo *bo; in tegra_bo_import()
452 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_free_object()
474 struct tegra_bo *bo; in tegra_bo_dumb_create()
491 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_bo_fault()
512 struct tegra_bo *bo = to_tegra_bo(gem); in __tegra_gem_mmap()
565 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_map_dma_buf()
598 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_unmap_dma_buf()
616 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_begin_cpu_access()
629 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_end_cpu_access()
653 struct tegra_bo *bo = to_tegra_bo(gem); in tegra_gem_prime_vmap()
693 struct tegra_bo *bo; in tegra_gem_prime_import()
714 struct tegra_bo *bo; in tegra_gem_lookup()