Searched refs:NOUVEAU_GEM_DOMAIN_GART (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libdrm/dist/nouveau/
H A Dabi16.c285 if (info->domain & NOUVEAU_GEM_DOMAIN_GART)
319 info->domain |= NOUVEAU_GEM_DOMAIN_GART;
322 NOUVEAU_GEM_DOMAIN_GART;
H A Dpushbuf.c126 if (!(kref->valid_domains & NOUVEAU_GEM_DOMAIN_GART))
162 domains |= NOUVEAU_GEM_DOMAIN_GART;
183 if ((kref->valid_domains & NOUVEAU_GEM_DOMAIN_GART) &&
210 kref->presumed.domain = NOUVEAU_GEM_DOMAIN_GART;
585 if (fifo->pushbuf & NOUVEAU_GEM_DOMAIN_GART) {
/xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
H A Dnouveau_noop.c123 alloc->pushbuf_domains = NOUVEAU_GEM_DOMAIN_VRAM | NOUVEAU_GEM_DOMAIN_GART;
125 alloc->pushbuf_domains = NOUVEAU_GEM_DOMAIN_GART;
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dnouveau_drm.h99 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2) macro

Completed in 5 milliseconds