Home
last modified time | relevance | path

Searched defs:ivpu_file_priv (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/accel/ivpu/
Divpu_drv.h170 struct ivpu_file_priv { struct
171 struct kref ref;
172 struct ivpu_device *vdev;
173 struct mutex lock; /* Protects cmdq */
174 struct xarray cmdq_xa;
175 struct ivpu_mmu_context ctx;
176 struct mutex ms_lock; /* Protects ms_instance_list, ms_info_bo */
177 struct list_head ms_instance_list;
178 struct ivpu_bo *ms_info_bo;
179 struct xa_limit job_limit;
[all …]