Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c340 case vmw_dma_alloc_coherent: in vmw_piter_start()
649 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_destroy()
672 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_populate()
703 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_unpopulate()
733 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_tt_create()
Dvmwgfx_drv.c563 [vmw_dma_alloc_coherent] = "Using coherent TTM pages.", in vmw_dma_select_mode()
585 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
599 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
605 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_dma_select_mode()
Dvmwgfx_bo.c447 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_bo_acc_size()
Dvmwgfx_drv.h237 vmw_dma_alloc_coherent, /* Use TTM coherent pages */ enumerator