Searched refs:NOUVEAU_GEM_TILE_NONCONTIG (Results 1 – 3 of 3) sorted by relevance
47 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
293 rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG; in nouveau_gem_info()
254 nvbo->contig = !(tile_flags & NOUVEAU_GEM_TILE_NONCONTIG); in nouveau_bo_alloc()