Lines Matching refs:vmw_surface
164 struct vmw_surface { struct
529 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf()
531 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf()
611 struct vmw_surface **out_surf,
905 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
922 struct vmw_surface *surface,
1047 struct vmw_surface *srf);
1057 struct vmw_surface **srf_out);
1161 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference()
1163 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference()
1170 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference()