Searched refs:NOUVEAU_GEM_DOMAIN_GART (Results 1 – 4 of 4) sorted by relevance
123 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()
285 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()
125 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()
99 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2) macro