Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c74 if (nvbo->force_coherent) in nouveau_sgdma_create_ttm()
Dnouveau_bo.h18 bool force_coherent; member
Dnouveau_bo.c231 nvbo->force_coherent = true; in nouveau_bo_alloc()
565 if (nvbo->force_coherent) in nouveau_bo_sync_for_device()
601 if (nvbo->force_coherent) in nouveau_bo_sync_for_cpu()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c282 MODULE_PARM_DESC(force_coherent, "Force coherent TTM pages");
283 module_param_named(force_coherent, vmw_force_coherent, int, 0600);