Home
last modified time | relevance | path

Searched refs:vmw_surface (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h154 struct vmw_surface { struct
538 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf()
540 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf()
618 struct vmw_surface **out_surf,
892 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
909 struct vmw_surface *surface,
1029 struct vmw_surface *srf);
1083 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference()
1085 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference()
1092 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference()
Dvmwgfx_surface.c43 struct vmw_surface srf;
153 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size()
167 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size()
208 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode()
248 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode()
313 struct vmw_surface *srf; in vmw_hw_surface_destroy()
363 struct vmw_surface *srf; in vmw_legacy_srf_create()
442 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma()
572 struct vmw_surface *srf, in vmw_surface_init()
624 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free()
[all …]
Dvmwgfx_kms.h86 struct vmw_surface *cursor_surface;
Dvmwgfx_kms.c179 struct vmw_surface *surface = NULL; in vmw_du_crtc_cursor_set()
289 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop()
420 struct vmw_surface *surface;
648 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface()
1138 struct vmw_surface *surface = NULL; in vmw_kms_fb_create()
1224 struct vmw_surface *surface, in vmw_kms_present()
Dvmwgfx_ioctl.c228 struct vmw_surface *surface; in vmw_present_ioctl()
Dvmwgfx_resource.c342 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
Dvmwgfx_execbuf.c1229 struct vmw_surface *srf = NULL; in vmw_cmd_dma()