Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c317 case vmw_dma_alloc_coherent: in vmw_piter_start()
623 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_destroy()
646 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_populate()
676 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_unpopulate()
707 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_tt_create()
Dvmwgfx_drv.c527 [vmw_dma_alloc_coherent] = "Using coherent TTM pages.", in vmw_dma_select_mode()
549 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
563 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
569 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_dma_select_mode()
Dvmwgfx_drv.h232 vmw_dma_alloc_coherent, /* Use TTM coherent pages */ enumerator
Dvmwgfx_resource.c388 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_dmabuf_acc_size()