Searched defs:intel_vgpu_workload (Results 1 – 1 of 1) sorted by relevance
80 struct intel_vgpu_workload { struct91 int (*prepare)(struct intel_vgpu_workload *); argument92 int (*complete)(struct intel_vgpu_workload *); argument93 struct list_head list;96 void *shadow_ring_buffer_va;99 struct execlist_ctx_descriptor_format ctx_desc;100 struct execlist_ring_context *ring_context;101 unsigned long rb_head, rb_tail, rb_ctl, rb_start, rb_len;102 bool restore_inhibit;103 struct intel_vgpu_elsp_dwords elsp_dwords;[all …]