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

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c51 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) argument
54 struct drm_mm_node *node = bo_mem->mm_node;
H A Dttm_bo_driver.h48 * @bo_mem: Pointer to a struct ttm_mem_reg describing the
52 * indicated by @bo_mem. This function should be able to handle
55 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
621 * @bo_mem: The struct ttm_mem_reg identifying the binding location.
623 * Bind the pages of @ttm to an aperture location identified by @bo_mem
625 extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
H A Dttm_tt.c257 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) argument
271 ret = ttm->func->bind(ttm, bo_mem);

Completed in 71 milliseconds