Searched refs:otable_bo (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_mob.c | 111 struct ttm_buffer_object *otable_bo, in vmw_setup_otable_base() argument 126 vsgt = vmw_bo_sg_table(otable_bo); in vmw_setup_otable_base() 261 0, false, &batch->otable_bo); in vmw_otable_batch_setup() 266 ret = ttm_bo_reserve(batch->otable_bo, false, true, NULL); in vmw_otable_batch_setup() 268 ret = vmw_bo_driver.ttm_tt_populate(batch->otable_bo->ttm, &ctx); in vmw_otable_batch_setup() 271 ret = vmw_bo_map_dma(batch->otable_bo); in vmw_otable_batch_setup() 275 ttm_bo_unreserve(batch->otable_bo); in vmw_otable_batch_setup() 282 ret = vmw_setup_otable_base(dev_priv, i, batch->otable_bo, in vmw_otable_batch_setup() 293 ttm_bo_unreserve(batch->otable_bo); in vmw_otable_batch_setup() 301 ttm_bo_put(batch->otable_bo); in vmw_otable_batch_setup() [all …]
|
| D | vmwgfx_drv.h | 426 struct ttm_buffer_object *otable_bo; member
|