Searched refs:ttm_dma_populate (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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-v5.4/drivers/gpu/drm/ttm/ |
| D | ttm_page_alloc_dma.c | 886 int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev, in ttm_dma_populate() function 989 EXPORT_SYMBOL_GPL(ttm_dma_populate);
|
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_ttm_buffer.c | 672 ret = ttm_dma_populate(&vmw_tt->dma_ttm, dev_priv->dev->dev, in vmw_ttm_populate()
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | radeon_ttm.c | 699 return ttm_dma_populate(>t->ttm, rdev->dev, ctx); in radeon_ttm_tt_populate()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_bo.c | 1615 return ttm_dma_populate((void *)ttm, dev, ctx); in nouveau_ttm_tt_populate()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ttm.c | 1273 return ttm_dma_populate(>t->ttm, adev->dev, ctx); in amdgpu_ttm_tt_populate()
|