Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c254 case vmw_dma_alloc_coherent: in vmw_piter_start()
528 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_destroy()
604 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_tt_create()
Dvmwgfx_drv.c664 [vmw_dma_alloc_coherent] = "Using coherent TTM pages.", in vmw_dma_select_mode()
673 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
1022 dev_priv->map_mode == vmw_dma_alloc_coherent, in vmw_driver_load()
Dvmwgfx_bo.c421 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_bo_acc_size()
Dvmwgfx_drv.h317 vmw_dma_alloc_coherent, /* Use TTM coherent pages */ enumerator