HomeSort by: relevance | last modified time | path
    Searched defs:vmw_surface (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_drv.h 235 struct vmw_surface { struct
646 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res)
648 return container_of(res, struct vmw_surface, res);
735 struct vmw_surface **out_surf,
1142 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1158 struct vmw_surface *surface,
1286 struct vmw_surface *srf);
1298 struct vmw_surface **srf_out);
1504 static inline void vmw_surface_unreference(struct vmw_surface **srf)
1506 struct vmw_surface *tmp_srf = *srf
    [all...]
vmwgfx_drv.h 235 struct vmw_surface { struct
646 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res)
648 return container_of(res, struct vmw_surface, res);
735 struct vmw_surface **out_surf,
1142 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1158 struct vmw_surface *surface,
1286 struct vmw_surface *srf);
1298 struct vmw_surface **srf_out);
1504 static inline void vmw_surface_unreference(struct vmw_surface **srf)
1506 struct vmw_surface *tmp_srf = *srf
    [all...]
vmwgfx_drv.h 235 struct vmw_surface { struct
646 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res)
648 return container_of(res, struct vmw_surface, res);
735 struct vmw_surface **out_surf,
1142 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1158 struct vmw_surface *surface,
1286 struct vmw_surface *srf);
1298 struct vmw_surface **srf_out);
1504 static inline void vmw_surface_unreference(struct vmw_surface **srf)
1506 struct vmw_surface *tmp_srf = *srf
    [all...]

Completed in 137 milliseconds