HomeSort by: relevance | last modified time | path
    Searched refs:current_vgpu (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
sched_policy.c 145 /* no need to schedule if next_vgpu is the same with current_vgpu,
148 if (scheduler->next_vgpu == scheduler->current_vgpu) {
166 vgpu_update_timeslice(scheduler->current_vgpu, cur_time);
171 scheduler->current_vgpu = scheduler->next_vgpu;
263 vgpu_update_timeslice(gvt->scheduler.current_vgpu, cur_time);
467 if (scheduler->current_vgpu == vgpu) {
470 scheduler->current_vgpu = NULL;
scheduler.h 42 struct intel_vgpu *current_vgpu; member in struct:intel_gvt_workload_scheduler
scheduler.c 742 if (!scheduler->current_vgpu) {
752 if (!scheduler->current_vgpu->active ||
753 list_empty(workload_q_head(scheduler->current_vgpu, ring_id)))
774 workload_q_head(scheduler->current_vgpu, ring_id)->next,
vgpu.c 548 * The current_vgpu will set to NULL after stopping the
551 if (scheduler->current_vgpu == NULL) {

Completed in 15 milliseconds