Home
last modified time | relevance | path

Searched refs:current_vgpu (Results 1 – 3 of 3) 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()
162 vgpu_update_timeslice(scheduler->current_vgpu, cur_time); in try_to_schedule_next_vgpu()
167 scheduler->current_vgpu = scheduler->next_vgpu; in try_to_schedule_next_vgpu()
259 vgpu_update_timeslice(gvt->scheduler.current_vgpu, cur_time); in intel_gvt_schedule()
464 if (scheduler->current_vgpu == vgpu) { in intel_vgpu_stop_schedule()
467 scheduler->current_vgpu = NULL; in intel_vgpu_stop_schedule()
H A Dscheduler.h45 struct intel_vgpu *current_vgpu; member
H A Dvgpu.c455 if (scheduler->current_vgpu == NULL) { in intel_gvt_reset_vgpu_locked()