Searched refs:ttm_dma_populate (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/drm/ttm/ |
D | ttm_page_alloc.h | 93 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/ |
D | ttm_page_alloc_dma.c | 888 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/ |
D | vmwgfx_ttm_buffer.c | 679 ret = ttm_dma_populate(&vmw_tt->dma_ttm, dev_priv->dev->dev, in vmw_ttm_populate()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 756 return ttm_dma_populate(>t->ttm, rdev->dev, ctx); in radeon_ttm_tt_populate()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1583 return ttm_dma_populate((void *)ttm, dev, ctx); in nouveau_ttm_tt_populate()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1255 return ttm_dma_populate(>t->ttm, adev->dev, ctx); in amdgpu_ttm_tt_populate()
|