Searched refs:mob (Results 1 – 9 of 9) sorted by relevance
124 struct vmw_mob *mob; in vmw_setup_otable_base() local182 vmw_mob_destroy(mob); in vmw_setup_otable_base()393 struct vmw_mob *mob = kzalloc(sizeof(*mob), GFP_KERNEL); in vmw_mob_create() local395 if (unlikely(!mob)) in vmw_mob_create()400 return mob; in vmw_mob_create()420 &mob->pt_bo); in vmw_mob_pt_populate()515 mob->pt_level = 0; in vmw_mob_pt_setup()517 ++mob->pt_level; in vmw_mob_pt_setup()537 if (mob->pt_bo) { in vmw_mob_destroy()541 kfree(mob); in vmw_mob_destroy()[all …]
134 vmw_bo_unmap(vps->cursor.mob); in vmw_cursor_update_mob()171 struct vmw_bo *vbo = vps->cursor.mob; in vmw_cursor_mob_unmap()190 if (!vps->cursor.mob) in vmw_cursor_mob_put()198 vcp->cursor_mobs[i] = vps->cursor.mob; in vmw_cursor_mob_put()199 vps->cursor.mob = NULL; in vmw_cursor_mob_put()207 vps->cursor.mob->tbo.base.size) { in vmw_cursor_mob_put()209 vcp->cursor_mobs[i] = vps->cursor.mob; in vmw_cursor_mob_put()210 vps->cursor.mob = NULL; in vmw_cursor_mob_put()241 if (vps->cursor.mob) { in vmw_cursor_mob_get()258 &vps->cursor.mob); in vmw_cursor_mob_get()[all …]
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()306 ret = vmw_mob_bind(vmw_be->dev_priv, vmw_be->mob, in vmw_ttm_bind()334 vmw_mob_unbind(vmw_be->dev_priv, vmw_be->mob); in vmw_ttm_unbind()355 if (vmw_be->mob) in vmw_ttm_destroy()356 vmw_mob_destroy(vmw_be->mob); in vmw_ttm_destroy()390 if (vmw_tt->mob) { in vmw_ttm_unpopulate()391 vmw_mob_destroy(vmw_tt->mob); in vmw_ttm_unpopulate()392 vmw_tt->mob = NULL; in vmw_ttm_unpopulate()[all …]
860 struct vmw_bo *mob) in vmw_context_bind_dx_query() argument865 if (mob == NULL) { in vmw_context_bind_dx_query()876 if (uctx->dx_query_mob && uctx->dx_query_mob != mob) in vmw_context_bind_dx_query()879 mob->dx_query_ctx = ctx_res; in vmw_context_bind_dx_query()882 uctx->dx_query_mob = vmw_bo_reference(mob); in vmw_context_bind_dx_query()
43 struct vmw_bo *mob; member
326 struct vmw_mob *mob; member1098 extern int vmw_mob_bind(struct vmw_private *dev_priv, struct vmw_mob *mob,1102 struct vmw_mob *mob);1103 extern void vmw_mob_destroy(struct vmw_mob *mob);1131 struct vmw_bo *mob);
564 cb_hdr->ptr.mob.mobOffset += new_start_offset; in vmw_cmdbuf_work_func()890 cb_hdr->ptr.mob.mobid = man->cmd_space->tbo.resource->start; in vmw_cmdbuf_space_pool()891 cb_hdr->ptr.mob.mobOffset = offset; in vmw_cmdbuf_space_pool()
277 vps->cursor.mob = NULL; in vmw_du_plane_duplicate_state()
306 } mob; member
Completed in 26 milliseconds