Home
last modified time | relevance | path

Searched refs:NOUVEAU_GEM_TILE_NONCONTIG (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/drm/
H A Dnouveau_drm.h47 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dnouveau_drm.h23 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dnouveau_drm.h36 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dnouveau_drm.h36 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/kernel/linux/linux-6.6/include/uapi/drm/
H A Dnouveau_drm.h97 #define NOUVEAU_GEM_TILE_NONCONTIG 0x00000008 macro
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c236 nvbo->contig = !(tile_flags & NOUVEAU_GEM_TILE_NONCONTIG); in nouveau_bo_alloc()
303 if (tile_flags & ~NOUVEAU_GEM_TILE_NONCONTIG) in nouveau_bo_alloc()
H A Dnouveau_gem.c324 rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG; in nouveau_gem_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c252 nvbo->contig = !(tile_flags & NOUVEAU_GEM_TILE_NONCONTIG); in nouveau_bo_alloc()
H A Dnouveau_gem.c243 rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG; in nouveau_gem_info()

Completed in 10 milliseconds