HomeSort by: relevance | last modified time | path
    Searched refs:vmw_fpriv (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_prime.c 82 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
92 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_va.c 124 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile,
vmwgfx_ioctl.c 49 struct vmw_fpriv *vmw_fp = vmw_fpriv(file_priv);
193 struct vmw_fpriv *vmw_fp = vmw_fpriv(file_priv);
256 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_bo.c 778 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
855 ret = vmw_user_bo_alloc(dev_priv, vmw_fpriv(file_priv)->tfile,
892 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile,
1068 ret = vmw_user_bo_alloc(dev_priv, vmw_fpriv(file_priv)->tfile,
1096 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1124 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile,
vmwgfx_simple_resource.c 156 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_fence.c 644 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
846 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
901 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
933 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile,
1151 struct vmw_fpriv *vmw_fp = vmw_fpriv(file_priv);
vmwgfx_drv.h 103 struct vmw_fpriv { struct
397 struct vmw_fpriv *fp;
656 static inline struct vmw_fpriv *vmw_fpriv(struct drm_file *file_priv) function
658 return (struct vmw_fpriv *)file_priv->driver_priv;
1070 struct vmw_fpriv *vmw_fp,
vmwgfx_surface.c 717 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
742 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
937 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1023 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1601 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
1767 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_drv.c 1100 struct vmw_fpriv *vmw_fp = vmw_fpriv(file_priv);
1109 struct vmw_fpriv *vmw_fp;
vmwgfx_overlay.c 469 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_context.c 719 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
732 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_shader.c 712 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
851 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
vmwgfx_ttm_buffer.c 797 vmw_fpriv((struct drm_file *)filp->private_data)->tfile;
vmwgfx_kms.c 1378 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile;
2576 vmw_execbuf_copy_fence_user(dev_priv, vmw_fpriv(file_priv),
vmwgfx_execbuf.c 3416 * @vmw_fp: Pointer to the struct vmw_fpriv representing the calling file.
3435 struct vmw_fpriv *vmw_fp, int ret,
3733 sw_context->fp = vmw_fpriv(file_priv);
3863 vmw_execbuf_copy_fence_user(dev_priv, vmw_fpriv(file_priv), ret,

Completed in 31 milliseconds