Searched refs:NOUVEAU_GEM_DOMAIN_GART (Results 1 – 4 of 4) sorted by relevance
45 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2) macro
281 if ((domain & NOUVEAU_GEM_DOMAIN_GART) && in nouveau_bo_alloc()321 if ((domain & NOUVEAU_GEM_DOMAIN_GART) && in nouveau_bo_alloc()527 if (domain & NOUVEAU_GEM_DOMAIN_GART) { in nouveau_bo_placement_set()529 pl[*n].flags = busy & NOUVEAU_GEM_DOMAIN_GART ? in nouveau_bo_placement_set()570 error |= !(domain & NOUVEAU_GEM_DOMAIN_GART); in nouveau_bo_pin_locked()587 nouveau_bo_placement_set(nvbo, NOUVEAU_GEM_DOMAIN_GART, 0); in nouveau_bo_pin_locked()892 nouveau_bo_placement_set(nvbo, NOUVEAU_GEM_DOMAIN_GART, in nouveau_bo_evict_flags()1392 nouveau_bo_placement_set(nvbo, NOUVEAU_GEM_DOMAIN_GART, 0); in nouveau_ttm_fault_reserve_notify()
821 domain = NOUVEAU_GEM_DOMAIN_GART; in nouveau_display_dumb_create()
129 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2) macro