Lines Matching refs:tbo
37 WARN_ON(vbo->tbo.base.funcs &&
38 kref_read(&vbo->tbo.base.refcount) != 0);
40 drm_gem_object_release(&vbo->tbo.base);
74 struct ttm_buffer_object *bo = &buf->tbo;
110 struct ttm_buffer_object *bo = &buf->tbo;
179 struct ttm_buffer_object *bo = &buf->tbo;
195 buf->tbo.pin_count == 0) {
236 struct ttm_buffer_object *bo = &buf->tbo;
283 struct ttm_buffer_object *bo = &vbo->tbo;
328 struct ttm_buffer_object *bo = &vbo->tbo;
389 vmw_bo->tbo.priority = 3;
393 drm_gem_private_object_init(vdev, &vmw_bo->tbo.base, params->size);
396 ret = ttm_bo_init_reserved(bdev, &vmw_bo->tbo, params->bo_type,
403 ttm_bo_pin(&vmw_bo->tbo);
404 ttm_bo_unreserve(&vmw_bo->tbo);
452 struct ttm_buffer_object *bo = &vmw_bo->tbo;
697 drm_gem_object_put(&vbo->tbo.base);
802 struct ttm_device *bdev = bo->tbo.bdev;
811 if (drm_debug_enabled(DRM_UT_DRIVER) && bo->tbo.resource) {
813 if (bo->tbo.resource->mem_type == TTM_PL_SYSTEM ||
814 bo->tbo.resource->mem_type == pl->placement[i].mem_type)
821 __func__, bo->tbo.resource->mem_type, domain);
830 struct ttm_device *bdev = bo->tbo.bdev;