Searched refs:vmw_surface (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_surface.c | 52 struct vmw_surface srf; 403 struct vmw_surface *srf; in vmw_legacy_srf_create() 482 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma() 608 struct vmw_surface *srf, in vmw_surface_init() 657 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free() 723 struct vmw_surface *srf; in vmw_surface_define_ioctl() 992 struct vmw_surface *srf; in vmw_surface_reference_ioctl() 1430 struct vmw_surface *srf; in vmw_gb_surface_define_internal() 1602 struct vmw_surface *srf; in vmw_gb_surface_reference_internal() 2008 struct vmw_surface **srf_out) in vmw_gb_surface_define() [all …]
|
A D | vmwgfx_drv.h | 296 struct vmw_surface { struct 685 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf() 687 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf() 827 struct vmw_surface **out_surf, 1191 void vmw_kms_cursor_snoop(struct vmw_surface *srf, 1204 struct vmw_surface *surface, 1330 struct vmw_surface **srf_out); 1549 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference() 1551 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference() 1558 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference()
|
A D | vmwgfx_kms.h | 235 struct vmw_surface *surface; 295 struct vmw_surface *surf; 366 struct vmw_surface *cursor_surface; 462 struct vmw_surface *surface,
|
A D | vmwgfx_so.c | 134 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify() 161 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_create()
|
A D | vmwgfx_kms.c | 355 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop() 907 struct vmw_surface *surface = NULL; in vmw_du_cursor_plane_atomic_check() 1300 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface() 1570 struct vmw_surface **srf_out) in vmw_create_bo_proxy() 1722 struct vmw_surface *surface, in vmw_kms_new_framebuffer() 1784 struct vmw_surface *surface = NULL; in vmw_kms_fb_create() 2126 struct vmw_surface *surface, in vmw_kms_generic_present() 2141 struct vmw_surface *surface, in vmw_kms_present()
|
A D | vmwgfx_ioctl.c | 177 struct vmw_surface *surface; in vmw_present_ioctl()
|
A D | vmwgfx_resource.c | 292 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
|
A D | vmwgfx_stdu.c | 119 struct vmw_surface *display_srf;
|
A D | vmwgfx_execbuf.c | 1508 struct vmw_surface *srf = NULL; in vmw_cmd_dma()
|
Completed in 37 milliseconds