Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_sgdma.c75 if (nvbo->force_coherent) in nouveau_sgdma_create_ttm()
H A Dnouveau_bo.h18 bool force_coherent; member
H A Dnouveau_bo.c243 nvbo->force_coherent = true; in nouveau_bo_alloc()
629 if (nvbo->force_coherent) in nouveau_bo_sync_for_device()
665 if (nvbo->force_coherent) in nouveau_bo_sync_for_cpu()
/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c284 MODULE_PARM_DESC(force_coherent, "Force coherent TTM pages");
285 module_param_named(force_coherent, vmw_force_coherent, int, 0600);