Home
last modified time | relevance | path

Searched refs:ttm_tt_bind (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/drm/ttm/
Dttm_tt.h186 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem,
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_tt.c322 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);
Dttm_bo_util.c82 ret = ttm_tt_bind(ttm, new_mem, ctx); in ttm_bo_move_ttm()
Dttm_bo.c263 ret = ttm_tt_bind(bo->ttm, mem, ctx); in ttm_bo_handle_move_mem()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_ttm.c342 r = ttm_tt_bind(bo->ttm, &tmp_mem, &ctx); in radeon_move_vram_ram()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1221 ret = ttm_tt_bind(bo->ttm, &tmp_reg, &ctx); in nouveau_bo_move_flipd()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c579 r = ttm_tt_bind(bo->ttm, &tmp_mem, ctx); in amdgpu_move_vram_ram()