Home
last modified time | relevance | path

Searched refs:next_vgpu (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Dsched_policy.c144 if (scheduler->next_vgpu == scheduler->current_vgpu) { in try_to_schedule_next_vgpu()
145 scheduler->next_vgpu = NULL; in try_to_schedule_next_vgpu()
163 vgpu_data = scheduler->next_vgpu->sched_data; in try_to_schedule_next_vgpu()
167 scheduler->current_vgpu = scheduler->next_vgpu; in try_to_schedule_next_vgpu()
168 scheduler->next_vgpu = NULL; in try_to_schedule_next_vgpu()
220 if (list_empty(&sched_data->lru_runq_head) || scheduler->next_vgpu) in tbs_sched_func()
225 scheduler->next_vgpu = vgpu; in tbs_sched_func()
234 scheduler->next_vgpu = gvt->idle_vgpu; in tbs_sched_func()
237 if (scheduler->next_vgpu) in tbs_sched_func()
461 if (scheduler->next_vgpu == vgpu) in intel_vgpu_stop_schedule()
[all …]
H A Dscheduler.h46 struct intel_vgpu *next_vgpu; member