Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/ttm/ | |
ttm_agp_backend.c | 48 struct ttm_agp { struct 61 struct ttm_agp *ttm_agp; local in function:ttm_agp_tt_create 63 ttm_agp = kmem_zalloc(sizeof(*ttm_agp), KM_SLEEP); 64 ttm_agp->agp = &bridge->abd_sc; 65 ttm_agp->ttm_dma.ttm.func = &ttm_agp_backend_func; 67 if (ttm_dma_tt_init(&ttm_agp->ttm_dma, bo, page_flags) != 0) 71 return &ttm_agp->ttm_dma.ttm; 73 fail: kmem_free(ttm_agp, sizeof(*ttm_agp)) 100 struct ttm_agp *const ttm_agp = container_of(ttm, struct ttm_agp, local in function:ttm_agp_bind 136 struct ttm_agp *const ttm_agp = container_of(ttm, struct ttm_agp, local in function:ttm_agp_unbind 157 struct ttm_agp *const ttm_agp = container_of(ttm, struct ttm_agp, local in function:ttm_agp_destroy [all...] |