Lines Matching refs:ivpu_bo

29 static int __must_check prime_alloc_pages_locked(struct ivpu_bo *bo)  in prime_alloc_pages_locked()
35 static void prime_free_pages_locked(struct ivpu_bo *bo) in prime_free_pages_locked()
40 static int prime_map_pages_locked(struct ivpu_bo *bo) in prime_map_pages_locked()
55 static void prime_unmap_pages_locked(struct ivpu_bo *bo) in prime_unmap_pages_locked()
70 static int __must_check shmem_alloc_pages_locked(struct ivpu_bo *bo) in shmem_alloc_pages_locked()
88 static void shmem_free_pages_locked(struct ivpu_bo *bo) in shmem_free_pages_locked()
97 static int ivpu_bo_map_pages_locked(struct ivpu_bo *bo) in ivpu_bo_map_pages_locked()
124 static void ivpu_bo_unmap_pages_locked(struct ivpu_bo *bo) in ivpu_bo_unmap_pages_locked()
143 static int __must_check internal_alloc_pages_locked(struct ivpu_bo *bo) in internal_alloc_pages_locked()
172 static void internal_free_pages_locked(struct ivpu_bo *bo) in internal_free_pages_locked()
195 static int __must_check ivpu_bo_alloc_and_map_pages_locked(struct ivpu_bo *bo) in ivpu_bo_alloc_and_map_pages_locked()
221 static void ivpu_bo_unmap_and_free_pages(struct ivpu_bo *bo) in ivpu_bo_unmap_and_free_pages()
241 int __must_check ivpu_bo_pin(struct ivpu_bo *bo) in ivpu_bo_pin()
278 ivpu_bo_alloc_vpu_addr(struct ivpu_bo *bo, struct ivpu_mmu_context *ctx, in ivpu_bo_alloc_vpu_addr()
305 static void ivpu_bo_free_vpu_addr(struct ivpu_bo *bo) in ivpu_bo_free_vpu_addr()
333 struct ivpu_bo *bo, *tmp; in ivpu_bo_remove_all_bos_from_context()
339 static struct ivpu_bo *
344 struct ivpu_bo *bo; in ivpu_bo_alloc()
406 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_bo_free()
437 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_bo_mmap()
458 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_bo_get_sg_table()
479 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_vm_fault()
531 struct ivpu_bo *bo; in ivpu_bo_create_ioctl()
561 struct ivpu_bo *
566 struct ivpu_bo *bo; in ivpu_bo_alloc_internal()
617 void ivpu_bo_free_internal(struct ivpu_bo *bo) in ivpu_bo_free_internal()
626 struct ivpu_bo *bo; in ivpu_gem_prime_import()
658 struct ivpu_bo *bo; in ivpu_bo_info_ioctl()
713 static void ivpu_bo_print_info(struct ivpu_bo *bo, struct drm_printer *p) in ivpu_bo_print_info()
730 struct ivpu_bo *bo; in ivpu_bo_list()