Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c51 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm); in ttm_agp_bind() local
62 agp_be->pages[i] = page; in ttm_agp_bind()
65 agp_be->offset = node->start * PAGE_SIZE; in ttm_agp_bind()
66 ret = -agp_bind_pages(agp_be->bridge, agp_be->pages, in ttm_agp_bind()
67 ttm->num_pages << PAGE_SHIFT, agp_be->offset); in ttm_agp_bind()
76 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm); in ttm_agp_unbind() local
78 return -agp_unbind_pages(agp_be->bridge, ttm->num_pages << PAGE_SHIFT, in ttm_agp_unbind()
79 agp_be->offset); in ttm_agp_unbind()
84 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm); in ttm_agp_destroy() local
87 free(agp_be->pages, M_TTM_AGP); in ttm_agp_destroy()
[all …]