Lines Matching defs:vbo
224 static void vmw_du_destroy_cursor_mob(struct vmw_bo **vbo)
226 if (!(*vbo))
229 ttm_bo_unpin(&(*vbo)->tbo);
230 vmw_bo_unreference(vbo);
623 struct vmw_bo *vbo = vps->cursor.bo;
625 if (!vbo || !vbo->map.virtual)
628 ret = ttm_bo_reserve(&vbo->tbo, true, false, NULL);
630 vmw_bo_unmap(vbo);
631 ttm_bo_unreserve(&vbo->tbo);