Lines Matching refs:ivpu_file_priv
34 struct ivpu_file_priv *file_priv, struct ivpu_cmdq *cmdq) in ivpu_preemption_buffers_create()
69 struct ivpu_file_priv *file_priv, struct ivpu_cmdq *cmdq) in ivpu_preemption_buffers_free()
80 static struct ivpu_cmdq *ivpu_cmdq_alloc(struct ivpu_file_priv *file_priv) in ivpu_cmdq_alloc()
116 static void ivpu_cmdq_free(struct ivpu_file_priv *file_priv, struct ivpu_cmdq *cmdq) in ivpu_cmdq_free()
127 static int ivpu_hws_cmdq_init(struct ivpu_file_priv *file_priv, struct ivpu_cmdq *cmdq, u16 engine, in ivpu_hws_cmdq_init()
147 static int ivpu_register_db(struct ivpu_file_priv *file_priv, struct ivpu_cmdq *cmdq) in ivpu_register_db()
166 ivpu_cmdq_init(struct ivpu_file_priv *file_priv, struct ivpu_cmdq *cmdq, u16 engine, u8 priority) in ivpu_cmdq_init()
202 static int ivpu_cmdq_fini(struct ivpu_file_priv *file_priv, struct ivpu_cmdq *cmdq) in ivpu_cmdq_fini()
227 static struct ivpu_cmdq *ivpu_cmdq_acquire(struct ivpu_file_priv *file_priv, u16 engine, in ivpu_cmdq_acquire()
250 static void ivpu_cmdq_release_locked(struct ivpu_file_priv *file_priv, u16 engine, u8 priority) in ivpu_cmdq_release_locked()
264 void ivpu_cmdq_release_all_locked(struct ivpu_file_priv *file_priv) in ivpu_cmdq_release_all_locked()
282 static void ivpu_cmdq_reset(struct ivpu_file_priv *file_priv) in ivpu_cmdq_reset()
304 struct ivpu_file_priv *file_priv; in ivpu_cmdq_reset_all_contexts()
315 static void ivpu_cmdq_fini_all(struct ivpu_file_priv *file_priv) in ivpu_cmdq_fini_all()
330 void ivpu_context_abort_locked(struct ivpu_file_priv *file_priv) in ivpu_context_abort_locked()
440 ivpu_job_create(struct ivpu_file_priv *file_priv, u32 engine_idx, u32 bo_count) in ivpu_job_create()
520 struct ivpu_file_priv *file_priv = job->file_priv; in ivpu_job_submit()
596 struct ivpu_file_priv *file_priv = file->driver_priv; in ivpu_job_prepare_bos_for_submit()
658 static inline u8 ivpu_job_to_hws_priority(struct ivpu_file_priv *file_priv, u8 priority) in ivpu_job_to_hws_priority()
668 struct ivpu_file_priv *file_priv = file->driver_priv; in ivpu_submit_ioctl()