Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/ttm/
Dttm_page_alloc.h83 extern int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev);
99 static inline int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, in ttm_dma_populate() function
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c873 int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev) in ttm_dma_populate() function
929 EXPORT_SYMBOL_GPL(ttm_dma_populate);
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c640 ret = ttm_dma_populate(&vmw_tt->dma_ttm, dev_priv->dev->dev); in vmw_ttm_populate()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1499 return ttm_dma_populate(ttm_dma, dev->dev); in nouveau_ttm_tt_populate()
1509 return ttm_dma_populate((void *)ttm, dev->dev); in nouveau_ttm_tt_populate()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_ttm.c749 return ttm_dma_populate(&gtt->ttm, rdev->dev); in radeon_ttm_tt_populate()