Searched refs:bo_mem (Results 1 – 4 of 4) sorted by relevance
56 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in ttm_agp_bind() argument60 struct drm_mm_node *node = bo_mem->mm_node; in ttm_agp_bind()62 int ret, cached = (bo_mem->placement & TTM_PL_FLAG_CACHED); in ttm_agp_bind()
386 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem, in ttm_tt_bind() argument401 ret = ttm->func->bind(ttm, bo_mem); in ttm_tt_bind()
65 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);196 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem,
584 static int vmw_ttm_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) in vmw_ttm_bind() argument594 vmw_be->gmr_id = bo_mem->start; in vmw_ttm_bind()595 vmw_be->mem_type = bo_mem->mem_type; in vmw_ttm_bind()597 switch (bo_mem->mem_type) { in vmw_ttm_bind()