Searched refs:vmw_surface (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.h | 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, 1073 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_srf = *srf; in vmw_surface_unreference() 1431 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference()
|
H A D | vmwgfx_surface.c | 53 struct vmw_surface srf; 197 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size() 211 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size() 252 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode() 298 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode() 406 struct vmw_surface *srf; in vmw_legacy_srf_create() 485 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma() 611 struct vmw_surface *srf, in vmw_surface_init() 660 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free() 723 struct vmw_surface *srf; in vmw_surface_define_ioctl() [all …]
|
H A D | vmwgfx_kms.h | 229 struct vmw_surface *surface; 287 struct vmw_surface *surf; 358 struct vmw_surface *cursor_surface; 454 struct vmw_surface *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.c | 363 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop() 886 struct vmw_surface *surface = NULL; in vmw_du_cursor_plane_atomic_check() 1284 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface() 1431 struct vmw_surface **srf_out) in vmw_create_bo_proxy() 1583 struct vmw_surface *surface, in vmw_kms_new_framebuffer() 1642 struct vmw_surface *surface = NULL; in vmw_kms_fb_create() 1983 struct vmw_surface *surface, in vmw_kms_generic_present() 1998 struct vmw_surface *surface, in vmw_kms_present()
|
H A D | vmwgfx_ioctl.c | 177 struct vmw_surface *surface; in vmw_present_ioctl()
|
H A D | vmwgfx_resource.c | 293 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
|
H A D | vmwgfx_stdu.c | 126 struct vmw_surface *display_srf;
|
H A D | vmwgfx_execbuf.c | 1517 struct vmw_surface *srf = NULL; in vmw_cmd_dma()
|