Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/ivpu/
Dvpu_jsm_api.h146 struct vpu_job_queue_entry { struct
147 u64 batch_buf_addr; /**< Address of VPU commands batch buffer */
148 u32 job_id; /**< Job ID */
149 u32 flags; /**< Flags bit field, see VPU_JOB_FLAGS_* above */
150 u64 root_page_table_addr; /**< Address of root page table to use for this job */
151 u64 root_page_table_update_counter; /**< Page tables update events counter */
152 u64 primary_preempt_buf_addr;
154 u32 primary_preempt_buf_size;
178 struct vpu_job_queue_entry job[]; argument