Home
last modified time | relevance | path

Searched refs:current_vgpu (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/gvt/
Dsched_policy.c143 if (scheduler->next_vgpu == scheduler->current_vgpu) { in try_to_schedule_next_vgpu()
161 vgpu_update_timeslice(scheduler->current_vgpu, cur_time); in try_to_schedule_next_vgpu()
166 scheduler->current_vgpu = scheduler->next_vgpu; in try_to_schedule_next_vgpu()
258 vgpu_update_timeslice(gvt->scheduler.current_vgpu, cur_time); in intel_gvt_schedule()
463 if (scheduler->current_vgpu == vgpu) { in intel_vgpu_stop_schedule()
466 scheduler->current_vgpu = NULL; in intel_vgpu_stop_schedule()
Dscheduler.h45 struct intel_vgpu *current_vgpu; member
Dscheduler.c859 if (!scheduler->current_vgpu) { in pick_next_workload()
869 if (!scheduler->current_vgpu->active || in pick_next_workload()
870 list_empty(workload_q_head(scheduler->current_vgpu, engine))) in pick_next_workload()
891 list_first_entry(workload_q_head(scheduler->current_vgpu, in pick_next_workload()
Dvgpu.c548 if (scheduler->current_vgpu == NULL) { in intel_gvt_reset_vgpu_locked()