Searched refs:ttm_sg_tt_init (Results 1 – 8 of 8) sorted by relevance
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_sgdma.c | 86 if (ttm_sg_tt_init(&nvbe->ttm, bo, page_flags, caching)) { in nouveau_sgdma_create_ttm()
|
| /drivers/gpu/drm/ttm/ |
| 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);
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ttm_buffer.c | 418 ret = ttm_sg_tt_init(&vmw_be->dma_ttm, bo, page_flags, in vmw_ttm_tt_create()
|
| /drivers/gpu/drm/ttm/tests/ |
| A D | ttm_tt_test.c | 122 err = ttm_sg_tt_init(tt, bo, 0, caching); in ttm_tt_fini_sg()
|
| A D | ttm_pool_test.c | 215 err = ttm_sg_tt_init(tt, bo, 0, caching); in ttm_pool_alloc_basic_dma_addr()
|
| /drivers/gpu/drm/loongson/ |
| A D | lsdc_ttm.c | 102 ret = ttm_sg_tt_init(tt, tbo, page_flags, ttm_cached); in lsdc_ttm_tt_create()
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_ttm.c | 507 if (ttm_sg_tt_init(>t->ttm, bo, page_flags, caching)) { in radeon_ttm_tt_create()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ttm.c | 1127 if (ttm_sg_tt_init(>t->ttm, bo, page_flags, caching)) { in amdgpu_ttm_tt_create()
|
Completed in 20 milliseconds