Lines Matching refs:vmw_surface
167 struct vmw_surface { struct
559 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf()
561 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf()
638 struct vmw_surface **out_surf,
935 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
952 struct vmw_surface *surface,
1080 struct vmw_surface *srf);
1092 struct vmw_surface **srf_out);
1254 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference()
1256 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference()
1263 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference()