Searched refs:pending_slot (Results 1 – 2 of 2) sorted by relevance
73 execlist->pending_slot ? in switch_virtual_execlist_slot()74 execlist->pending_slot->index : -1); in switch_virtual_execlist_slot()76 execlist->running_slot = execlist->pending_slot; in switch_virtual_execlist_slot()77 execlist->pending_slot = NULL; in switch_virtual_execlist_slot()86 execlist->pending_slot ? in switch_virtual_execlist_slot()87 execlist->pending_slot->index : -1); in switch_virtual_execlist_slot()93 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot; in emulate_execlist_status()193 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot; in emulate_execlist_ctx_schedule_out()317 execlist->pending_slot = NULL; in emulate_execlist_schedule_in()354 execlist->pending_slot = slot; in emulate_execlist_schedule_in()[all …]
169 struct intel_vgpu_execlist_slot *pending_slot; member