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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 1193 list_add_tail(&reloc->head, &sw_context->bo_relocations);
1247 list_add_tail(&reloc->head, &sw_context->bo_relocations);
3313 INIT_LIST_HEAD(&sw_context->bo_relocations);
3321 list_for_each_entry(reloc, &sw_context->bo_relocations, head) {
3743 INIT_LIST_HEAD(&sw_context->bo_relocations);
vmwgfx_drv.h 373 * @bo_relocations: List of buffer object relocations
401 struct list_head bo_relocations; member in struct:vmw_sw_context

Completed in 37 milliseconds