Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c426 vsgt->mode = dev_priv->map_mode; in vmw_ttm_map_dma()
432 switch (dev_priv->map_mode) { in vmw_ttm_map_dma()
507 switch (dev_priv->map_mode) { in vmw_ttm_unmap_dma()
629 if (vmw_be->dev_priv->map_mode == vmw_dma_map_bind) in vmw_ttm_unbind()
642 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_destroy()
665 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_populate()
696 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_unpopulate()
726 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_tt_create()
Dvmwgfx_drv.c573 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
575 dev_priv->map_mode = vmw_dma_map_bind; in vmw_dma_select_mode()
577 dev_priv->map_mode = vmw_dma_map_populate; in vmw_dma_select_mode()
581 (dev_priv->map_mode == vmw_dma_alloc_coherent)) in vmw_dma_select_mode()
584 DRM_INFO("DMA map mode: %s\n", names[dev_priv->map_mode]); in vmw_dma_select_mode()
602 if (dev_priv->map_mode != vmw_dma_phys && in vmw_dma_masks()
Dvmwgfx_bo.c447 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_bo_acc_size()
Dvmwgfx_drv.h596 enum vmw_dma_map_mode map_mode; member