Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/drm/ttm/
H A 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c885 int ttm_dma_populate(struct ttm_dma_tt *ttm_dma, struct device *dev, in ttm_dma_populate() function
988 EXPORT_SYMBOL_GPL(ttm_dma_populate);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c667 ret = ttm_dma_populate(&vmw_tt->dma_ttm, dev_priv->dev->dev, in vmw_ttm_populate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c662 return ttm_dma_populate(&gtt->ttm, rdev->dev, ctx); in radeon_ttm_tt_populate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1334 return ttm_dma_populate((void *)ttm, dev, ctx); in nouveau_ttm_tt_populate()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_exynos2119 ttm_dma_populate
H A Dabi_gki_aarch64_galaxy4059 ttm_dma_populate
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1361 return ttm_dma_populate(&gtt->ttm, adev->dev, ctx); in amdgpu_ttm_tt_populate()