Searched defs:vpu_job_queue_entry (Results 1 – 1 of 1) sorted by relevance
130 struct vpu_job_queue_entry { struct131 u64 batch_buf_addr; /**< Address of VPU commands batch buffer */132 u32 job_id; /**< Job ID */133 u32 flags; /**< Flags bit field, see VPU_JOB_FLAGS_* above */134 u64 root_page_table_addr; /**< Address of root page table to use for this job */135 u64 root_page_table_update_counter; /**< Page tables update events counter */136 u64 primary_preempt_buf_addr;138 u32 primary_preempt_buf_size;162 struct vpu_job_queue_entry job[]; argument