Home
last modified time | relevance | path

Searched refs:cpu_coherent (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h77 bool cpu_coherent; member
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dpci.c1617 .cpu_coherent = !IS_ENABLED(CONFIG_ARM),
Dtegra.c267 .cpu_coherent = false,
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dbase.c307 if (device->func->cpu_coherent) in nvkm_mmu_host()