Home
last modified time | relevance | path

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

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