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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.c 77 execlist->pending_slot ?
78 execlist->pending_slot->index : -1);
80 execlist->running_slot = execlist->pending_slot;
81 execlist->pending_slot = NULL;
90 execlist->pending_slot ?
91 execlist->pending_slot->index : -1);
97 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot;
197 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot;
321 execlist->pending_slot = NULL;
358 execlist->pending_slot = slot
    [all...]
execlist.h 173 struct intel_vgpu_execlist_slot *pending_slot; member in struct:intel_vgpu_execlist

Completed in 13 milliseconds