Searched refs:ivpu_bo (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_gem.h | 14 struct ivpu_bo { struct 27 int ivpu_bo_bind(struct ivpu_bo *bo); argument 32 struct ivpu_bo *ivpu_bo_create(struct ivpu_device *vdev, struct ivpu_mmu_context *ctx, 34 struct ivpu_bo *ivpu_bo_create_runtime(struct ivpu_device *vdev, u64 addr, u64 size, u32 flags); 35 struct ivpu_bo *ivpu_bo_create_global(struct ivpu_device *vdev, u64 size, u32 flags); 36 void ivpu_bo_free(struct ivpu_bo *bo); 47 static inline struct ivpu_bo *to_ivpu_bo(struct drm_gem_object *obj) in to_ivpu_bo() 49 return container_of(obj, struct ivpu_bo, base.base); in to_ivpu_bo() 52 static inline void *ivpu_bo_vaddr(struct ivpu_bo *bo) in ivpu_bo_vaddr() 57 static inline size_t ivpu_bo_size(struct ivpu_bo *bo) in ivpu_bo_size() [all …]
|
| H A D | ivpu_ms.h | 12 struct ivpu_bo; 17 struct ivpu_bo *bo;
|
| H A D | ivpu_gem_userptr.c | 138 static struct ivpu_bo * 144 struct ivpu_bo *bo; in ivpu_bo_create_from_userptr() 170 struct ivpu_bo *bo; in ivpu_bo_create_from_userptr_ioctl()
|
| H A D | ivpu_fw_log.c | 35 static int fw_log_from_bo(struct ivpu_device *vdev, struct ivpu_bo *bo, u32 *offset, in fw_log_from_bo() 152 struct ivpu_bo *bo, bool only_new_msgs, struct drm_printer *p) in fw_log_print_all_in_bo()
|
| H A D | ivpu_ms.c | 251 static inline struct ivpu_bo *get_ms_info_bo(struct ivpu_file_priv *file_priv) in get_ms_info_bo() 268 struct ivpu_bo *bo; in ivpu_ms_get_info_ioctl()
|
| H A D | ivpu_job.c | 830 struct ivpu_bo *bo; in ivpu_job_prepare_bos_for_submit() 865 struct ivpu_bo *preempt_bo = job->bos[preempt_buffer_index]; in ivpu_job_prepare_bos_for_submit()
|