Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c302 struct vmw_ttm_tt *vmw_be = in vmw_ttm_bind() local
309 if (vmw_be->bound) in vmw_ttm_bind()
312 ret = vmw_ttm_map_dma(vmw_be); in vmw_ttm_bind()
316 vmw_be->gmr_id = bo_mem->start; in vmw_ttm_bind()
317 vmw_be->mem_type = bo_mem->mem_type; in vmw_ttm_bind()
321 ret = vmw_gmr_bind(vmw_be->dev_priv, &vmw_be->vsgt, in vmw_ttm_bind()
322 ttm->num_pages, vmw_be->gmr_id); in vmw_ttm_bind()
325 if (unlikely(vmw_be->mob == NULL)) { in vmw_ttm_bind()
326 vmw_be->mob = in vmw_ttm_bind()
328 if (unlikely(vmw_be->mob == NULL)) in vmw_ttm_bind()
[all …]