Searched refs:pending_slot (Results 1 – 2 of 2) sorted by relevance
71 execlist->pending_slot ? in switch_virtual_execlist_slot()72 execlist->pending_slot->index : -1); in switch_virtual_execlist_slot()74 execlist->running_slot = execlist->pending_slot; in switch_virtual_execlist_slot()75 execlist->pending_slot = NULL; in switch_virtual_execlist_slot()84 execlist->pending_slot ? in switch_virtual_execlist_slot()85 execlist->pending_slot->index : -1); in switch_virtual_execlist_slot()91 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot; in emulate_execlist_status()186 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot; in emulate_execlist_ctx_schedule_out()309 execlist->pending_slot = NULL; in emulate_execlist_schedule_in()346 execlist->pending_slot = slot; in emulate_execlist_schedule_in()[all …]
171 struct intel_vgpu_execlist_slot *pending_slot; member