Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/drm-shim/
Dnouveau_noop.c123 alloc->pushbuf_domains = NOUVEAU_GEM_DOMAIN_VRAM | NOUVEAU_GEM_DOMAIN_GART; in nouveau_ioctl_channel_alloc()
125 alloc->pushbuf_domains = NOUVEAU_GEM_DOMAIN_GART; in nouveau_ioctl_channel_alloc()
/third_party/libdrm/nouveau/
Dabi16.c285 if (info->domain & NOUVEAU_GEM_DOMAIN_GART) in abi16_bo_info()
319 info->domain |= NOUVEAU_GEM_DOMAIN_GART; in abi16_bo_init()
322 NOUVEAU_GEM_DOMAIN_GART; in abi16_bo_init()
Dpushbuf.c125 if (!(kref->valid_domains & NOUVEAU_GEM_DOMAIN_GART)) in pushbuf_kref_fits()
161 domains |= NOUVEAU_GEM_DOMAIN_GART; in pushbuf_kref()
182 if ((kref->valid_domains & NOUVEAU_GEM_DOMAIN_GART) && in pushbuf_kref()
209 kref->presumed.domain = NOUVEAU_GEM_DOMAIN_GART; in pushbuf_kref()
578 if (fifo->pushbuf & NOUVEAU_GEM_DOMAIN_GART) { in nouveau_pushbuf_new()
/third_party/libdrm/include/drm/
Dnouveau_drm.h99 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2) macro