Searched refs:vmw_surface (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.h | 154 struct vmw_surface { struct 538 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf() 540 return container_of(res, struct vmw_surface, res); in vmw_res_to_srf() 618 struct vmw_surface **out_surf, 892 void vmw_kms_cursor_snoop(struct vmw_surface *srf, 909 struct vmw_surface *surface, 1029 struct vmw_surface *srf); 1083 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference() 1085 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference() 1092 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference()
|
D | vmwgfx_surface.c | 43 struct vmw_surface srf; 153 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size() 167 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size() 208 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode() 248 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode() 313 struct vmw_surface *srf; in vmw_hw_surface_destroy() 363 struct vmw_surface *srf; in vmw_legacy_srf_create() 442 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma() 572 struct vmw_surface *srf, in vmw_surface_init() 624 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free() [all …]
|
D | vmwgfx_kms.h | 86 struct vmw_surface *cursor_surface;
|
D | vmwgfx_kms.c | 179 struct vmw_surface *surface = NULL; in vmw_du_crtc_cursor_set() 289 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop() 420 struct vmw_surface *surface; 648 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface() 1138 struct vmw_surface *surface = NULL; in vmw_kms_fb_create() 1224 struct vmw_surface *surface, in vmw_kms_present()
|
D | vmwgfx_ioctl.c | 228 struct vmw_surface *surface; in vmw_present_ioctl()
|
D | vmwgfx_resource.c | 342 struct vmw_surface **out_surf, in vmw_user_lookup_handle()
|
D | vmwgfx_execbuf.c | 1229 struct vmw_surface *srf = NULL; in vmw_cmd_dma()
|