Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c30 struct vmw_user_surface { struct
628 return &(container_of(base, struct vmw_user_surface, in vmw_user_surface_base_to_res()
640 struct vmw_user_surface *user_srf = in vmw_user_surface_free()
641 container_of(srf, struct vmw_user_surface, srf); in vmw_user_surface_free()
664 struct vmw_user_surface *user_srf = in vmw_user_surface_base_release()
665 container_of(base, struct vmw_user_surface, prime.base); in vmw_user_surface_base_release()
708 struct vmw_user_surface *user_srf; in vmw_surface_define_ioctl()
872 static struct vmw_user_surface *
876 struct vmw_user_surface *user_srf = NULL; in vmw_lookup_user_surface_for_buffer()
883 user_srf = container_of(surf, struct vmw_user_surface, srf); in vmw_lookup_user_surface_for_buffer()
[all …]