Lines Matching refs:tbo
34 r = ttm_bo_reserve(&bo->tbo, true, false, NULL);
37 struct drm_device *ddev = bo->tbo.base.dev;
48 ttm_bo_unreserve(&bo->tbo);
53 return bo->tbo.num_pages << PAGE_SHIFT;
58 return drm_vma_node_offset_addr(&bo->tbo.base.vma_node);
66 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL);
69 struct drm_device *ddev = bo->tbo.base.dev;
77 *mem_type = bo->tbo.mem.mem_type;
79 r = ttm_bo_wait(&bo->tbo, true, no_wait);
80 ttm_bo_unreserve(&bo->tbo);