Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c51 struct vmw_surface srf;
174 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size()
188 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size()
229 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode()
274 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode()
339 struct vmw_surface *srf; in vmw_hw_surface_destroy()
385 struct vmw_surface *srf; in vmw_legacy_srf_create()
464 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma()
589 struct vmw_surface *srf, in vmw_surface_init()
638 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free()
[all …]
Dvmwgfx_drv.h217 struct vmw_surface { struct
610 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf()
612 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf()
684 struct vmw_surface **out_surf,
1078 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1094 struct vmw_surface *surface,
1222 struct vmw_surface *srf);
1234 struct vmw_surface **srf_out);
1418 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference()
1420 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference()
[all …]
Dvmwgfx_kms.h235 struct vmw_surface *surface;
287 struct vmw_surface *surf;
343 struct vmw_surface *cursor_surface;
439 struct vmw_surface *surface,
Dvmwgfx_so.c133 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()
Dvmwgfx_kms.c144 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop()
487 struct vmw_surface *surface = NULL; in vmw_du_cursor_plane_atomic_check()
886 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface()
1145 struct vmw_surface **srf_out) in vmw_create_bo_proxy()
1311 struct vmw_surface *surface, in vmw_kms_new_framebuffer()
1375 struct vmw_surface *surface = NULL; in vmw_kms_fb_create()
1734 struct vmw_surface *surface, in vmw_kms_generic_present()
1749 struct vmw_surface *surface, in vmw_kms_present()
Dvmwgfx_ioctl.c255 struct vmw_surface *surface; in vmw_present_ioctl()
Dvmwgfx_resource.c306 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
Dvmwgfx_stdu.c117 struct vmw_surface *display_srf;
1067 struct vmw_surface content_srf; in vmw_stdu_primary_plane_prepare_fb()
Dvmwgfx_execbuf.c1517 struct vmw_surface *srf = NULL; in vmw_cmd_dma()