NOUVEAU_GEM_TILE_NONCONTIG  249 drivers/gpu/drm/nouveau/nouveau_bo.c 	nvbo->contig = !(tile_flags & NOUVEAU_GEM_TILE_NONCONTIG);
NOUVEAU_GEM_TILE_NONCONTIG  247 drivers/gpu/drm/nouveau/nouveau_gem.c 	rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG;