Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c276 struct vmw_ttm_tt *vmw_be = in vmw_ttm_bind() local
283 if (vmw_be->bound) in vmw_ttm_bind()
286 ret = vmw_ttm_map_dma(vmw_be); in vmw_ttm_bind()
290 vmw_be->gmr_id = bo_mem->start; in vmw_ttm_bind()
291 vmw_be->mem_type = bo_mem->mem_type; in vmw_ttm_bind()
295 ret = vmw_gmr_bind(vmw_be->dev_priv, &vmw_be->vsgt, in vmw_ttm_bind()
296 ttm->num_pages, vmw_be->gmr_id); in vmw_ttm_bind()
299 if (unlikely(vmw_be->mob == NULL)) { in vmw_ttm_bind()
300 vmw_be->mob = in vmw_ttm_bind()
302 if (unlikely(vmw_be->mob == NULL)) in vmw_ttm_bind()
[all …]