Searched defs:vmw_fpriv (Results 1 – 1 of 1) sorted by relevance
100 struct vmw_fpriv { struct101 struct ttm_object_file *tfile;102 bool gb_aware; /* user-space is guest-backed aware */684 static inline struct vmw_fpriv *vmw_fpriv(struct drm_file *file_priv) in vmw_fpriv() function