Searched refs:vmw_surface (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_drv.h | 235 struct vmw_surface { struct 646 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf() 648 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf() 735 struct vmw_surface **out_surf, 1142 void vmw_kms_cursor_snoop(struct vmw_surface *srf, 1158 struct vmw_surface *surface, 1286 struct vmw_surface *srf); 1298 struct vmw_surface **srf_out); 1504 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference() 1506 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference() [all …]
|
| H A D | vmwgfx_surface.c | 56 struct vmw_surface srf; 205 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size() 219 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size() 260 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode() 305 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode() 414 struct vmw_surface *srf; in vmw_legacy_srf_create() 493 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma() 618 struct vmw_surface *srf, in vmw_surface_init() 667 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free() 735 struct vmw_surface *srf; in vmw_surface_define_ioctl() [all …]
|
| H A D | vmwgfx_kms.h | 237 struct vmw_surface *surface; 289 struct vmw_surface *surf; 345 struct vmw_surface *cursor_surface; 441 struct vmw_surface *surface,
|
| H A D | vmwgfx_so.c | 138 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify() 165 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_create()
|
| H A D | vmwgfx_kms.c | 149 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop() 492 struct vmw_surface *surface = NULL; in vmw_du_cursor_plane_atomic_check() 891 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface() 1150 struct vmw_surface **srf_out) in vmw_create_bo_proxy() 1316 struct vmw_surface *surface, in vmw_kms_new_framebuffer() 1380 struct vmw_surface *surface = NULL; in vmw_kms_fb_create() 1739 struct vmw_surface *surface, in vmw_kms_generic_present() 1754 struct vmw_surface *surface, in vmw_kms_present()
|
| H A D | vmwgfx_ioctl.c | 260 struct vmw_surface *surface; in vmw_present_ioctl()
|
| H A D | vmwgfx_stdu.c | 122 struct vmw_surface *display_srf; 1072 struct vmw_surface content_srf; in vmw_stdu_primary_plane_prepare_fb()
|
| H A D | vmwgfx_resource.c | 337 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
|
| H A D | vmwgfx_execbuf.c | 1526 struct vmw_surface *srf = NULL; in vmw_cmd_dma()
|