Home
last modified time | relevance | path

Searched refs:NVIF_MEM_UNCACHED (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dmmu.h26 #define NVIF_MEM_UNCACHED 0x80 macro
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Dmmu.h26 #define NVIF_MEM_UNCACHED 0x80 macro
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c108 if (args.uncached) mmu->type[i].type |= NVIF_MEM_UNCACHED; in nvif_mmu_ctor()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c111 if (args.uncached) mmu->type[i].type |= NVIF_MEM_UNCACHED; in nvif_mmu_ctor()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h245 return !(mmu->type[drm->ttm.type_host[0]].type & NVIF_MEM_UNCACHED); in nouveau_drm_use_coherent_gpu_mapping()
H A Dnouveau_bo.c361 mmu->type[drm->ttm.type_vram].type & NVIF_MEM_UNCACHED) in set_placement_list()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h317 return !(mmu->type[drm->ttm.type_host[0]].type & NVIF_MEM_UNCACHED); in nouveau_drm_use_coherent_gpu_mapping()
H A Dnouveau_bo.c1197 mmu->type[drm->ttm.type_vram].type & NVIF_MEM_UNCACHED) in nouveau_ttm_io_mem_reserve()

Completed in 7 milliseconds