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

  /xsrc/external/mit/libdrm/dist/nouveau/
abi16.c 285 if (info->domain & NOUVEAU_GEM_DOMAIN_GART)
319 info->domain |= NOUVEAU_GEM_DOMAIN_GART;
322 NOUVEAU_GEM_DOMAIN_GART;
pushbuf.c 126 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/
nouveau_noop.c 123 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/
nouveau_drm.h 99 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2)

Completed in 5 milliseconds