/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_agp_backend.c | 58 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm); local in function:ttm_agp_bind 65 mem = agp_allocate_memory(agp_be->bridge, ttm->num_pages, AGP_USER_MEMORY); 78 agp_be->mem = mem; 92 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm); local in function:ttm_agp_unbind 94 if (agp_be->mem) { 95 if (agp_be->mem->is_bound) 96 return agp_unbind_memory(agp_be->mem); 97 agp_free_memory(agp_be->mem); 98 agp_be->mem = NULL; 105 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm) local in function:ttm_agp_destroy 123 struct ttm_agp_backend *agp_be; local in function:ttm_agp_tt_create [all...] |
ttm_agp_backend.c | 58 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm); local in function:ttm_agp_bind 65 mem = agp_allocate_memory(agp_be->bridge, ttm->num_pages, AGP_USER_MEMORY); 78 agp_be->mem = mem; 92 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm); local in function:ttm_agp_unbind 94 if (agp_be->mem) { 95 if (agp_be->mem->is_bound) 96 return agp_unbind_memory(agp_be->mem); 97 agp_free_memory(agp_be->mem); 98 agp_be->mem = NULL; 105 struct ttm_agp_backend *agp_be = container_of(ttm, struct ttm_agp_backend, ttm) local in function:ttm_agp_destroy 123 struct ttm_agp_backend *agp_be; local in function:ttm_agp_tt_create [all...] |