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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 4697 static struct list_head *virtual_queue(struct virtual_engine *ve) function in typeref:struct:list_head *
4708 GEM_BUG_ON(!list_empty(virtual_queue(ve)));
4984 GEM_BUG_ON(!list_empty(virtual_queue(ve)));
4985 list_move_tail(&rq->sched.link, virtual_queue(ve));
5085 INIT_LIST_HEAD(virtual_queue(ve));
intel_lrc.c 4697 static struct list_head *virtual_queue(struct virtual_engine *ve) function in typeref:struct:list_head *
4708 GEM_BUG_ON(!list_empty(virtual_queue(ve)));
4984 GEM_BUG_ON(!list_empty(virtual_queue(ve)));
4985 list_move_tail(&rq->sched.link, virtual_queue(ve));
5085 INIT_LIST_HEAD(virtual_queue(ve));

Completed in 48 milliseconds