Home
last modified time | relevance | path

Searched refs:bo_mem (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c49 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_agp_bind() argument
52 struct drm_mm_node *node = bo_mem->mm_node; in ttm_agp_bind()
H A Dttm_bo_driver.h54 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
624 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() argument
269 ret = ttm->func->bind(ttm, bo_mem); in ttm_tt_bind()