Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c384 struct vmw_ttm_tt *vmw_be = in vmw_ttm_bind() local
391 if (vmw_be->bound) in vmw_ttm_bind()
394 ret = vmw_ttm_map_dma(vmw_be); in vmw_ttm_bind()
398 vmw_be->gmr_id = bo_mem->start; in vmw_ttm_bind()
399 vmw_be->mem_type = bo_mem->mem_type; in vmw_ttm_bind()
403 ret = vmw_gmr_bind(vmw_be->dev_priv, &vmw_be->vsgt, in vmw_ttm_bind()
404 ttm->num_pages, vmw_be->gmr_id); in vmw_ttm_bind()
407 if (unlikely(vmw_be->mob == NULL)) { in vmw_ttm_bind()
408 vmw_be->mob = in vmw_ttm_bind()
410 if (unlikely(vmw_be->mob == NULL)) in vmw_ttm_bind()
[all …]