Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A 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()
H A Dscheduler.h45 struct intel_vgpu *current_vgpu; member
H A Dscheduler.c859 if (!scheduler->current_vgpu) { in pick_next_workload()
870 scheduler->current_vgpu->status) || in pick_next_workload()
871 list_empty(workload_q_head(scheduler->current_vgpu, engine))) in pick_next_workload()
892 list_first_entry(workload_q_head(scheduler->current_vgpu, in pick_next_workload()
H A Dvgpu.c452 if (scheduler->current_vgpu == NULL) { in intel_gvt_reset_vgpu_locked()