Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/drm/
Dnouveau_drm.h47 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_gem.c293 rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG; in nouveau_gem_info()
Dnouveau_bo.c254 nvbo->contig = !(tile_flags & NOUVEAU_GEM_TILE_NONCONTIG); in nouveau_bo_alloc()