Searched refs:force_coherent (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.h24 bool force_coherent; member in struct:nouveau_bo
H A Dnouveau_bo.c231 nvbo->force_coherent = true;
397 uint32_t flags = (nvbo->force_coherent ? TTM_PL_FLAG_UNCACHED :
556 if (nvbo->force_coherent)
585 if (nvbo->force_coherent)
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_drv.c286 MODULE_PARM_DESC(force_coherent, "Force coherent TTM pages");
287 module_param_named(force_coherent, vmw_force_coherent, int, 0600);

Completed in 197 milliseconds