Home
last modified time | relevance | path

Searched refs:next_vgpu (Results 1 – 2 of 2) 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()
144 scheduler->next_vgpu = NULL; in try_to_schedule_next_vgpu()
162 vgpu_data = scheduler->next_vgpu->sched_data; in try_to_schedule_next_vgpu()
166 scheduler->current_vgpu = scheduler->next_vgpu; in try_to_schedule_next_vgpu()
167 scheduler->next_vgpu = NULL; in try_to_schedule_next_vgpu()
219 if (list_empty(&sched_data->lru_runq_head) || scheduler->next_vgpu) in tbs_sched_func()
224 scheduler->next_vgpu = vgpu; in tbs_sched_func()
233 scheduler->next_vgpu = gvt->idle_vgpu; in tbs_sched_func()
236 if (scheduler->next_vgpu) in tbs_sched_func()
460 if (scheduler->next_vgpu == vgpu) in intel_vgpu_stop_schedule()
[all …]
H A Dscheduler.h46 struct intel_vgpu *next_vgpu; member