Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_bo.h16 bool force_coherent; member
Dnouveau_bo.c213 nvbo->force_coherent = flags & TTM_PL_FLAG_UNCACHED; in nouveau_bo_new()
292 uint32_t flags = (nvbo->force_coherent ? TTM_PL_FLAG_UNCACHED : in nouveau_bo_placement_set()
431 if (!nvbo->force_coherent) in nouveau_bo_map()
449 if (!nvbo->force_coherent) in nouveau_bo_unmap()
465 if (nvbo->force_coherent) in nouveau_bo_sync_for_device()
485 if (nvbo->force_coherent) in nouveau_bo_sync_for_cpu()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c242 MODULE_PARM_DESC(force_coherent, "Force coherent TTM pages");
243 module_param_named(force_coherent, vmw_force_coherent, int, 0600);