Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c85 if (ttm_sg_tt_init(&nvbe->ttm, bo, page_flags, caching)) { in nouveau_sgdma_create_ttm()
/Linux-v6.1/include/drm/ttm/
Dttm_tt.h153 int ttm_sg_tt_init(struct ttm_tt *ttm_dma, struct ttm_buffer_object *bo,
/Linux-v6.1/drivers/gpu/drm/ttm/
Dttm_tt.c178 int ttm_sg_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, in ttm_sg_tt_init() function
195 EXPORT_SYMBOL(ttm_sg_tt_init);
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c516 ret = ttm_sg_tt_init(&vmw_be->dma_ttm, bo, page_flags, in vmw_ttm_tt_create()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_ttm.c519 if (ttm_sg_tt_init(&gtt->ttm, bo, page_flags, caching)) { in radeon_ttm_tt_create()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1054 if (ttm_sg_tt_init(&gtt->ttm, bo, page_flags, caching)) { in amdgpu_ttm_tt_create()