Searched refs:vmw_be (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_buffer.c | 151 struct vmw_ttm_tt *vmw_be = container_of(ttm, struct vmw_ttm_tt, ttm); in vmw_ttm_bind() local 153 vmw_be->gmr_id = bo_mem->start; in vmw_ttm_bind() 155 return vmw_gmr_bind(vmw_be->dev_priv, ttm->pages, in vmw_ttm_bind() 156 ttm->num_pages, vmw_be->gmr_id); in vmw_ttm_bind() 161 struct vmw_ttm_tt *vmw_be = container_of(ttm, struct vmw_ttm_tt, ttm); in vmw_ttm_unbind() local 163 vmw_gmr_unbind(vmw_be->dev_priv, vmw_be->gmr_id); in vmw_ttm_unbind() 169 struct vmw_ttm_tt *vmw_be = container_of(ttm, struct vmw_ttm_tt, ttm); in vmw_ttm_destroy() local 172 kfree(vmw_be); in vmw_ttm_destroy() 185 struct vmw_ttm_tt *vmw_be; in vmw_ttm_tt_create() local 187 vmw_be = kmalloc(sizeof(*vmw_be), GFP_KERNEL); in vmw_ttm_tt_create() [all …]
|