Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_drv.h235 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 Dvmwgfx_surface.c56 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 Dvmwgfx_kms.h237 struct vmw_surface *surface;
289 struct vmw_surface *surf;
345 struct vmw_surface *cursor_surface;
441 struct vmw_surface *surface,
H A Dvmwgfx_so.c138 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 Dvmwgfx_kms.c149 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 Dvmwgfx_ioctl.c260 struct vmw_surface *surface; in vmw_present_ioctl()
H A Dvmwgfx_stdu.c122 struct vmw_surface *display_srf;
1072 struct vmw_surface content_srf; in vmw_stdu_primary_plane_prepare_fb()
H A Dvmwgfx_resource.c337 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
H A Dvmwgfx_execbuf.c1526 struct vmw_surface *srf = NULL; in vmw_cmd_dma()