Home
last modified time | relevance | path

Searched refs:otable_bo (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c109 struct ttm_buffer_object *otable_bo, in vmw_setup_otable_base() argument
124 vsgt = vmw_bo_sg_table(otable_bo); in vmw_setup_otable_base()
263 0, false, &batch->otable_bo); in vmw_otable_batch_setup()
268 ret = ttm_bo_reserve(batch->otable_bo, false, true, NULL); in vmw_otable_batch_setup()
270 ret = vmw_bo_driver.ttm_tt_populate(batch->otable_bo->ttm, &ctx); in vmw_otable_batch_setup()
273 ret = vmw_bo_map_dma(batch->otable_bo); in vmw_otable_batch_setup()
277 ttm_bo_unreserve(batch->otable_bo); in vmw_otable_batch_setup()
284 ret = vmw_setup_otable_base(dev_priv, i, batch->otable_bo, in vmw_otable_batch_setup()
295 ttm_bo_unreserve(batch->otable_bo); in vmw_otable_batch_setup()
303 ttm_bo_unref(&batch->otable_bo); in vmw_otable_batch_setup()
[all …]
Dvmwgfx_drv.h357 struct ttm_buffer_object *otable_bo; member