/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
ttm_object.c | 100 struct ttm_mem_global *mem_glob; member in struct:ttm_object_device 359 struct ttm_mem_global *mem_glob = tfile->tdev->mem_glob; local in function:ttm_ref_object_add 388 ret = ttm_mem_global_alloc(mem_glob, sizeof(*ref), 394 ttm_mem_global_free(mem_glob, sizeof(*ref)); 419 ttm_mem_global_free(mem_glob, sizeof(*ref)); 434 struct ttm_mem_global *mem_glob = tfile->tdev->mem_glob; variable in typeref:struct:ttm_mem_global * 445 ttm_mem_global_free(mem_glob, sizeof(*ref)); 533 ttm_object_device_init(struct ttm_mem_global *mem_glob, [all...] |
vmwgfx_fence.c | 647 struct ttm_mem_global *mem_glob = vmw_mem_glob(fman->dev_priv); local in function:vmw_user_fence_create 659 ret = ttm_mem_global_alloc(mem_glob, fman->user_fence_size, 703 ttm_mem_global_free(mem_glob, fman->user_fence_size);
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_page_alloc.c | 1036 struct ttm_mem_global *mem_glob = &ttm_mem_glob; local in function:ttm_pool_unpopulate_helper 1046 ttm_mem_global_free_page(mem_glob, ttm->pages[i], PAGE_SIZE); 1057 struct ttm_mem_global *mem_glob = &ttm_mem_glob; local in function:ttm_pool_populate 1064 if (ttm_check_under_lowerlimit(mem_glob, ttm->num_pages, ctx)) 1075 ret = ttm_mem_global_alloc_page(mem_glob, ttm->pages[i],
|
ttm_bo.c | 1303 struct ttm_mem_global *mem_glob = &ttm_mem_glob; local in function:ttm_bo_init_reserved 1313 ret = ttm_mem_global_alloc(mem_glob, acc_size, ctx); 1330 ttm_mem_global_free(mem_glob, acc_size);
|
ttm_page_alloc_dma.c | 893 struct ttm_mem_global *mem_glob = &ttm_mem_glob; local in function:ttm_dma_populate 905 if (ttm_check_under_lowerlimit(mem_glob, num_pages, ctx)) 933 ret = ttm_mem_global_alloc_page(mem_glob, ttm->pages[i], 970 ret = ttm_mem_global_alloc_page(mem_glob, ttm->pages[i], 998 struct ttm_mem_global *mem_glob = &ttm_mem_glob; local in function:ttm_dma_unpopulate 1020 ttm_mem_global_free_page(mem_glob, d_page->p, 1049 ttm_mem_global_free_page(mem_glob, d_page->p,
|