Searched refs:ttm_tt_bind (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/drm/ttm/ |
| D | ttm_tt.h | 186 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem,
|
| /Linux-v5.4/drivers/gpu/drm/ttm/ |
| D | ttm_tt.c | 322 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem, in ttm_tt_bind() function 345 EXPORT_SYMBOL(ttm_tt_bind);
|
| D | ttm_bo_util.c | 82 ret = ttm_tt_bind(ttm, new_mem, ctx); in ttm_bo_move_ttm()
|
| D | ttm_bo.c | 357 ret = ttm_tt_bind(bo->ttm, mem, ctx); in ttm_bo_handle_move_mem()
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | radeon_ttm.c | 287 r = ttm_tt_bind(bo->ttm, &tmp_mem, &ctx); in radeon_move_vram_ram()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_bo.c | 1253 ret = ttm_tt_bind(bo->ttm, &tmp_reg, &ctx); in nouveau_bo_move_flipd()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ttm.c | 519 r = ttm_tt_bind(bo->ttm, &tmp_mem, ctx); in amdgpu_move_vram_ram()
|