Searched refs:vmw_surface (Results 1 – 15 of 15) sorted by relevance
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_drv.h | 233 struct vmw_surface { struct 610 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf() 612 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf() 745 struct vmw_surface *surface; 754 struct vmw_surface *vmw_user_object_surface(struct vmw_user_object *uo); 1026 void vmw_kms_cursor_snoop(struct vmw_surface *srf, 1036 struct vmw_surface *surface, 1161 struct vmw_surface **srf_out); 1392 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference() 1394 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference() [all …]
|
| 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);
|
| A D | vmwgfx_surface.c | 31 struct vmw_surface srf; 384 struct vmw_surface *srf; in vmw_legacy_srf_create() 589 struct vmw_surface *srf, in vmw_surface_init() 708 struct vmw_surface *srf; in vmw_surface_define_ioctl() 877 struct vmw_surface *surf; in vmw_lookup_user_surface_for_buffer() 904 struct vmw_surface *surf = NULL; in vmw_lookup_surface_for_buffer() 1076 struct vmw_surface *srf; in vmw_surface_reference_ioctl() 1514 struct vmw_surface *srf; in vmw_gb_surface_define_internal() 1695 struct vmw_surface *srf; in vmw_gb_surface_reference_internal() 2101 struct vmw_surface **srf_out) in vmw_gb_surface_define() [all …]
|
| A D | vmwgfx_cursor_plane.h | 24 struct vmw_surface; 67 struct vmw_surface *srf,
|
| A D | vmwgfx_vkms.h | 38 struct vmw_surface; 73 struct vmw_surface *surf);
|
| A D | vmwgfx_cursor_plane.c | 77 struct vmw_surface *surface = vmw_user_object_surface(&vps->uo); in vmw_cursor_plane_update_legacy() 95 struct vmw_surface *surface = vmw_user_object_surface(&vps->uo); in vmw_cursor_update_type() 314 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop() 486 struct vmw_surface *surf; in vmw_cursor_buffer_changed() 601 struct vmw_surface *surface; in vmw_cursor_plane_prepare_fb() 696 struct vmw_surface *surface = NULL; in vmw_cursor_plane_atomic_check()
|
| 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()
|
| A D | vmwgfx_kms.c | 60 struct vmw_surface *surf = vmw_user_object_surface(&vps->uo); in vmw_du_plane_unpin_surf() 423 struct vmw_surface *surf = vmw_user_object_surface(&vfbs->uo); in vmw_framebuffer_surface_destroy() 510 struct vmw_surface *surface; in vmw_kms_new_framebuffer_surface() 726 struct vmw_surface *surface; in vmw_kms_fb_create() 1070 struct vmw_surface *surface, in vmw_kms_generic_present() 1085 struct vmw_surface *surface, in vmw_kms_present() 1777 struct vmw_surface *surf = vmw_user_object_surface(&vfbs->uo); in vmw_du_helper_plane_update() 1963 struct vmw_surface *
|
| 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()
|
| A D | vmwgfx_bo.c | 863 struct vmw_surface *vmw_bo_surface(struct vmw_bo *vbo) in vmw_bo_surface() 867 struct vmw_surface *surf = NULL; in vmw_bo_surface()
|
| A D | vmwgfx_ioctl.c | 178 struct vmw_surface *surface; in vmw_present_ioctl()
|
| A D | vmwgfx_kms.h | 332 struct vmw_surface *surface;
|
| 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()
|
| A D | vmwgfx_scrn.c | 586 struct vmw_surface *surf = NULL; in vmw_sou_surface_pre_clip()
|
| A D | vmwgfx_execbuf.c | 1500 struct vmw_surface *srf = NULL; in vmw_cmd_dma()
|
Completed in 41 milliseconds