Home
last modified time | relevance | path

Searched refs:ivpu_bo (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/accel/ivpu/
H A Divpu_gem.h14 struct ivpu_bo { struct
27 int ivpu_bo_pin(struct ivpu_bo *bo); argument
35 void ivpu_bo_free(struct ivpu_bo *bo);
44 static inline struct ivpu_bo *to_ivpu_bo(struct drm_gem_object *obj) in to_ivpu_bo()
46 return container_of(obj, struct ivpu_bo, base.base); in to_ivpu_bo()
49 static inline void *ivpu_bo_vaddr(struct ivpu_bo *bo) in ivpu_bo_vaddr()
54 static inline size_t ivpu_bo_size(struct ivpu_bo *bo) in ivpu_bo_size()
59 static inline u32 ivpu_bo_cache_mode(struct ivpu_bo *bo) in ivpu_bo_cache_mode()
64 static inline struct ivpu_device *ivpu_bo_to_vdev(struct ivpu_bo *bo) in ivpu_bo_to_vdev()
69 static inline bool ivpu_bo_is_snooped(struct ivpu_bo *bo) in ivpu_bo_is_snooped()
[all …]
H A Divpu_fw.h15 struct ivpu_bo;
22 struct ivpu_bo *mem;
23 struct ivpu_bo *mem_shave_nn;
24 struct ivpu_bo *mem_log_crit;
25 struct ivpu_bo *mem_log_verb;
H A Divpu_gem.c140 struct ivpu_bo *bo; in ivpu_bo_unbind_all_bos_from_context()
159 struct ivpu_bo *bo; in ivpu_gem_create_object()
221 struct ivpu_bo *bo; in ivpu_bo_alloc()
250 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_gem_bo_open()
272 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_gem_bo_free()
308 struct ivpu_bo *bo; in ivpu_bo_create_ioctl()
333 struct ivpu_bo *
338 struct ivpu_bo *bo; in ivpu_bo_create()
384 void ivpu_bo_free(struct ivpu_bo *bo) in ivpu_bo_free()
401 struct ivpu_bo *bo; in ivpu_bo_info_ioctl()
[all …]
H A Divpu_job.h27 struct ivpu_bo *primary_preempt_buf;
28 struct ivpu_bo *secondary_preempt_buf;
29 struct ivpu_bo *mem;
58 struct ivpu_bo *bos[] __counted_by(bo_count);
H A Divpu_ipc.h14 struct ivpu_bo;
71 struct ivpu_bo *mem_tx;
72 struct ivpu_bo *mem_rx;
H A Divpu_ms.h12 struct ivpu_bo;
17 struct ivpu_bo *bo;
H A Divpu_fw_log.c29 static int fw_log_from_bo(struct ivpu_device *vdev, struct ivpu_bo *bo, u32 *offset, in fw_log_from_bo()
126 struct ivpu_bo *bo, bool only_new_msgs, struct drm_printer *p) in fw_log_print_all_in_bo()
H A Divpu_sysfs.c61 struct ivpu_bo *bo; in npu_memory_utilization_show()
H A Divpu_ms.c242 static inline struct ivpu_bo *get_ms_info_bo(struct ivpu_file_priv *file_priv) in get_ms_info_bo()
259 struct ivpu_bo *bo; in ivpu_ms_get_info_ioctl()
H A Divpu_drv.h185 struct ivpu_bo *ms_info_bo;
H A Divpu_fw.c553 struct ivpu_bo *ipc_mem_rx = vdev->ipc->mem_rx; in ivpu_fw_boot_params_setup()
H A Divpu_job.c698 struct ivpu_bo *bo; in ivpu_job_prepare_bos_for_submit()