Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h624 extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
H A Dttm_tt.c255 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_tt_bind() function
H A Dttm_bo_util.c63 ret = ttm_tt_bind(ttm, new_mem); in ttm_bo_move_ttm()
H A Dttm_bo.c448 ret = ttm_tt_bind(bo->ttm, mem); in ttm_bo_handle_move_mem()