Searched refs:ttm_sg_tt_init (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_sgdma.c | 86 if (ttm_sg_tt_init(&nvbe->ttm, bo, page_flags, caching)) { in nouveau_sgdma_create_ttm()
|
/linux/include/drm/ttm/ |
H A D | ttm_tt.h | 210 int ttm_sg_tt_init(struct ttm_tt *ttm_dma, struct ttm_buffer_object *bo,
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_tt.c | 205 int ttm_sg_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, in ttm_sg_tt_init() function 222 EXPORT_SYMBOL(ttm_sg_tt_init);
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ttm_buffer.c | 418 ret = ttm_sg_tt_init(&vmw_be->dma_ttm, bo, page_flags, in vmw_ttm_tt_create()
|
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_tt_test.c | 122 err = ttm_sg_tt_init(tt, bo, 0, caching); in ttm_tt_fini_sg()
|
H A D | ttm_pool_test.c | 215 err = ttm_sg_tt_init(tt, bo, 0, caching); in ttm_pool_alloc_basic_dma_addr()
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.c | 102 ret = ttm_sg_tt_init(tt, tbo, page_flags, ttm_cached); in lsdc_ttm_tt_create()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_ttm.c | 507 if (ttm_sg_tt_init(>t->ttm, bo, page_flags, caching)) { in radeon_ttm_tt_create()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 1127 if (ttm_sg_tt_init(>t->ttm, bo, page_flags, caching)) { in amdgpu_ttm_tt_create()
|