Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_glue.c63 struct vmw_private *dev_priv = container_of(m, struct vmw_private, vvm); in vmw_vmt_reserve()
71 struct vmw_private *dev_priv = container_of(m, struct vmw_private, vvm); in vmw_vmt_unreserve()
87 struct vmw_validation_mem *vvm = &dev_priv->vvm; in vmw_validation_mem_init_ttm() local
89 vvm->reserve_mem = vmw_vmt_reserve; in vmw_validation_mem_init_ttm()
90 vvm->unreserve_mem = vmw_vmt_unreserve; in vmw_validation_mem_init_ttm()
91 vvm->gran = gran; in vmw_validation_mem_init_ttm()
Dvmwgfx_drv.h654 struct vmw_validation_mem vvm; member
Dvmwgfx_execbuf.c4037 vmw_validation_set_val_mem(&val_ctx, &dev_priv->vvm); in vmw_execbuf_process()