Home
last modified time | relevance | path

Searched refs:ttm_dma_populate (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/drm/ttm/
Dttm_page_alloc.h93 int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev,
110 static inline int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, in ttm_dma_populate() function
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c888 int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev, in ttm_dma_populate() function
991 EXPORT_SYMBOL_GPL(ttm_dma_populate);
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c679 ret = ttm_dma_populate(&vmw_tt->dma_ttm, dev_priv->dev->dev, in vmw_ttm_populate()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_ttm.c756 return ttm_dma_populate(&gtt->ttm, rdev->dev, ctx); in radeon_ttm_tt_populate()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1583 return ttm_dma_populate((void *)ttm, dev, ctx); in nouveau_ttm_tt_populate()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1255 return ttm_dma_populate(&gtt->ttm, adev->dev, ctx); in amdgpu_ttm_tt_populate()