Searched refs:force_coherent (Results 1 – 3 of 3) sorted by relevance
16 bool force_coherent; member
218 nvbo->force_coherent = flags & TTM_PL_FLAG_UNCACHED; in nouveau_bo_new()297 uint32_t flags = (nvbo->force_coherent ? TTM_PL_FLAG_UNCACHED : in nouveau_bo_placement_set()436 if (!nvbo->force_coherent) in nouveau_bo_map()454 if (!nvbo->force_coherent) in nouveau_bo_unmap()470 if (nvbo->force_coherent) in nouveau_bo_sync_for_device()490 if (nvbo->force_coherent) in nouveau_bo_sync_for_cpu()
235 MODULE_PARM_DESC(force_coherent, "Force coherent TTM pages");236 module_param_named(force_coherent, vmw_force_coherent, int, 0600);