Searched refs:vmw_surface (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.h | 257 struct vmw_surface { struct 634 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf() 636 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf() 769 struct vmw_surface *surface; 778 struct vmw_surface *vmw_user_object_surface(struct vmw_user_object *uo); 1054 void vmw_kms_cursor_snoop(struct vmw_surface *srf, 1064 struct vmw_surface *surface, 1190 struct vmw_surface **srf_out); 1191 struct vmw_surface *vmw_lookup_surface_for_buffer(struct vmw_private *vmw, 1419 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference() [all …]
|
H A D | vmwgfx_bo.h | 45 struct vmw_surface; 102 struct vmw_surface *dumb_surface; 146 struct vmw_surface *vmw_bo_surface(struct vmw_bo *vbo);
|
H A D | vmwgfx_vkms.h | 38 struct vmw_surface; 73 struct vmw_surface *surf);
|
H A D | vmwgfx_surface.c | 50 struct vmw_surface srf; 194 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size() 208 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size() 249 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode() 295 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode() 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() 728 struct vmw_surface *srf; in vmw_surface_define_ioctl() [all …]
|
H A D | vmwgfx_vkms.c | 49 struct vmw_surface *surf) in vmw_surface_sync() 80 struct vmw_surface *surf, in compute_crc() 116 struct vmw_surface *surf = 0; in crc_generate_worker() 496 struct vmw_surface *surf) in vmw_vkms_set_crc_surface()
|
H A D | vmwgfx_so.c | 136 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 D | vmwgfx_kms.h | 346 struct vmw_surface *cursor_surface; 384 struct vmw_surface *surface;
|
H A D | vmwgfx_kms.c | 197 struct vmw_surface *surf; in vmw_du_cursor_plane_acquire_image() 375 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop() 546 struct vmw_surface *surf = vmw_user_object_surface(&vps->uo); in vmw_du_plane_unpin_surf() 895 struct vmw_surface *surface = NULL; in vmw_du_cursor_plane_atomic_check() 1298 struct vmw_surface *surface; in vmw_kms_new_framebuffer_surface() 1841 struct vmw_surface *surface, in vmw_kms_generic_present() 1856 struct vmw_surface *surface, in vmw_kms_present() 2586 struct vmw_surface *surf = vmw_user_object_surface(&vfbs->uo); in vmw_du_helper_plane_update() 2772 struct vmw_surface *
|
H A D | vmwgfx_bo.c | 861 struct vmw_surface *vmw_bo_surface(struct vmw_bo *vbo) in vmw_bo_surface() 865 struct vmw_surface *surf = NULL; in vmw_bo_surface()
|
H A D | vmwgfx_stdu.c | 124 struct vmw_surface *display_srf; 1101 struct vmw_surface *surf = vmw_user_object_surface(&vps->uo); in vmw_stdu_primary_plane_prepare_fb()
|
H A D | vmwgfx_scrn.c | 586 struct vmw_surface *surf = NULL; in vmw_sou_surface_pre_clip()
|