Home
last modified time | relevance | path

Searched refs:vmw_surface (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h235 struct vmw_surface *surface;
287 struct vmw_surface *surf;
343 struct vmw_surface *cursor_surface;
439 struct vmw_surface *surface,
H A Dvmwgfx_surface.c51 struct vmw_surface srf;
195 * @srf: Pointer to a struct vmw_surface
200 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size()
209 * @srf: Pointer to a struct vmw_surface
214 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size()
252 * @srf: Pointer to a struct vmw_surface object.
255 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode()
295 * @srf: Pointer to a struct vmw_surface object.
301 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode()
357 * vmw_surface
[all...]
H A Dvmwgfx_drv.h264 * struct vmw_surface: Resource structure for a surface.
272 struct vmw_surface { struct
657 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf()
659 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf()
765 struct vmw_surface **out_surf,
1161 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1177 struct vmw_surface *surface,
1307 struct vmw_surface **srf_out);
1318 struct vmw_surface **srf_out);
1537 static inline void vmw_surface_unreference(struct vmw_surface **sr
[all...]
H A Dvmwgfx_kms.c144 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop()
488 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()
1304 struct vmw_surface *surface, in vmw_kms_new_framebuffer()
1368 struct vmw_surface *surface = NULL; in vmw_kms_fb_create()
1727 struct vmw_surface *surface, in vmw_kms_generic_present()
1742 struct vmw_surface *surface, in vmw_kms_present()
H A 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()
H A Dvmwgfx_ioctl.c261 struct vmw_surface *surface; in vmw_present_ioctl()
H A Dvmwgfx_resource.c326 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
H A Dvmwgfx_stdu.c117 struct vmw_surface *display_srf;
H A Dvmwgfx_execbuf.c1521 struct vmw_surface *srf = NULL; in vmw_cmd_dma()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h232 struct vmw_surface *surface;
290 struct vmw_surface *surf;
361 struct vmw_surface *cursor_surface;
457 struct vmw_surface *surface,
H A Dvmwgfx_surface.c53 struct vmw_surface srf;
192 * @srf: Pointer to a struct vmw_surface
197 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size()
206 * @srf: Pointer to a struct vmw_surface
211 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size()
249 * @srf: Pointer to a struct vmw_surface object.
252 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode()
292 * @srf: Pointer to a struct vmw_surface object.
298 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode()
353 * vmw_surface
[all...]
H A Dvmwgfx_drv.h266 * struct vmw_surface: Resource structure for a surface.
274 struct vmw_surface { struct
658 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf()
660 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf()
806 struct vmw_surface **out_surf,
1063 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
1076 struct vmw_surface *surface,
1202 struct vmw_surface **srf_out);
1422 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference()
1424 struct vmw_surface *tmp_sr in vmw_surface_unreference()
[all...]
H A Dvmwgfx_so.c136 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify()
163 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_create()
H A Dvmwgfx_kms.c362 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop()
885 struct vmw_surface *surface = NULL; in vmw_du_cursor_plane_atomic_check()
1278 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface()
1425 struct vmw_surface **srf_out) in vmw_create_bo_proxy()
1577 struct vmw_surface *surface, in vmw_kms_new_framebuffer()
1636 struct vmw_surface *surface = NULL; in vmw_kms_fb_create()
1976 struct vmw_surface *surface, in vmw_kms_generic_present()
1991 struct vmw_surface *surface, in vmw_kms_present()
H A Dvmwgfx_ioctl.c177 struct vmw_surface *surface; in vmw_present_ioctl()
H A Dvmwgfx_resource.c293 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
H A Dvmwgfx_stdu.c119 struct vmw_surface *display_srf;
H A Dvmwgfx_execbuf.c1517 struct vmw_surface *srf = NULL; in vmw_cmd_dma()

Completed in 34 milliseconds