Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h89 bool cpu_coherent; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpci.c1624 .cpu_coherent = !IS_ENABLED(CONFIG_ARM),
H A Dtegra.c233 .cpu_coherent = false,
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c307 if (device->func->cpu_coherent) in nvkm_mmu_host()