Searched refs:vmw_surface (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_surface.c | 46 struct vmw_surface srf; 156 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size() 170 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size() 211 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode() 251 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode() 316 struct vmw_surface *srf; in vmw_hw_surface_destroy() 366 struct vmw_surface *srf; in vmw_legacy_srf_create() 445 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma() 575 struct vmw_surface *srf, in vmw_surface_init() 628 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free() [all …]
|
D | vmwgfx_drv.h | 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() [all …]
|
D | vmwgfx_kms.h | 114 struct vmw_surface *surface; 153 struct vmw_surface *cursor_surface; 246 struct vmw_surface *surface,
|
D | vmwgfx_so.c | 133 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify() 160 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_create()
|
D | vmwgfx_kms.c | 146 struct vmw_surface *surface = NULL; in vmw_du_crtc_cursor_set2() 264 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop() 517 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface() 761 struct vmw_surface **srf_out) in vmw_create_dmabuf_proxy() 918 struct vmw_surface *surface, in vmw_kms_new_framebuffer() 980 struct vmw_surface *surface = NULL; in vmw_kms_fb_create() 1064 struct vmw_surface *surface, in vmw_kms_generic_present() 1079 struct vmw_surface *surface, in vmw_kms_present()
|
D | vmwgfx_stdu.c | 106 struct vmw_surface *display_srf; 511 struct vmw_surface content_srf; in vmw_stdu_crtc_set_config() 513 struct vmw_surface *display_srf; in vmw_stdu_crtc_set_config()
|
D | vmwgfx_ioctl.c | 254 struct vmw_surface *surface; in vmw_present_ioctl()
|
D | vmwgfx_resource.c | 340 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
|
D | vmwgfx_execbuf.c | 1667 struct vmw_surface *srf = NULL; in vmw_cmd_dma()
|