Lines Matching refs:ivpu_bo
25 static inline void ivpu_dbg_bo(struct ivpu_device *vdev, struct ivpu_bo *bo, const char *action) in ivpu_dbg_bo()
41 int __must_check ivpu_bo_pin(struct ivpu_bo *bo) in ivpu_bo_pin()
76 ivpu_bo_alloc_vpu_addr(struct ivpu_bo *bo, struct ivpu_mmu_context *ctx, in ivpu_bo_alloc_vpu_addr()
104 static void ivpu_bo_unbind_locked(struct ivpu_bo *bo) in ivpu_bo_unbind_locked()
138 struct ivpu_bo *bo; in ivpu_bo_unbind_all_bos_from_context()
157 struct ivpu_bo *bo; in ivpu_gem_create_object()
175 static struct ivpu_bo *ivpu_bo_alloc(struct ivpu_device *vdev, u64 size, u32 flags) in ivpu_bo_alloc()
178 struct ivpu_bo *bo; in ivpu_bo_alloc()
207 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_gem_bo_open()
229 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_gem_bo_free()
265 struct ivpu_bo *bo; in ivpu_bo_create_ioctl()
290 struct ivpu_bo *
295 struct ivpu_bo *bo; in ivpu_bo_create()
336 struct ivpu_bo *ivpu_bo_create_global(struct ivpu_device *vdev, u64 size, u32 flags) in ivpu_bo_create_global()
341 void ivpu_bo_free(struct ivpu_bo *bo) in ivpu_bo_free()
358 struct ivpu_bo *bo; in ivpu_bo_info_ioctl()
404 static void ivpu_bo_print_info(struct ivpu_bo *bo, struct drm_printer *p) in ivpu_bo_print_info()
429 struct ivpu_bo *bo; in ivpu_bo_list()