Home
last modified time | relevance | path

Searched refs:NOUVEAU_GEM_TILE_NONCONTIG (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/drm/
H A Dnouveau_drm.h140 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c330 rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG; in nouveau_gem_info()
H A Dnouveau_bo.c243 nvbo->contig = !(tile_flags & NOUVEAU_GEM_TILE_NONCONTIG); in nouveau_bo_alloc()