Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h106 struct vmw_surface { struct
399 struct vmw_surface **out_surf,
403 struct vmw_surface *srf,
408 struct vmw_surface **out);
419 struct vmw_surface *srf);
618 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
635 struct vmw_surface *surface,
684 static inline void vmw_surface_unreference(struct vmw_surface **srf) in vmw_surface_unreference()
686 struct vmw_surface *tmp_srf = *srf; in vmw_surface_unreference()
693 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) in vmw_surface_reference()
Dvmwgfx_resource.c41 struct vmw_surface srf;
605 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) in vmw_surface_dma_size()
619 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) in vmw_surface_define_size()
660 static void vmw_surface_define_encode(const struct vmw_surface *srf, in vmw_surface_define_encode()
701 static void vmw_surface_dma_encode(struct vmw_surface *srf, in vmw_surface_dma_encode()
755 struct vmw_surface *srf; in vmw_hw_surface_destroy()
777 srf = container_of(res, struct vmw_surface, res); in vmw_hw_surface_destroy()
787 struct vmw_surface *srf = container_of(res, struct vmw_surface, res); in vmw_surface_res_free()
813 struct vmw_surface *srf) in vmw_surface_do_validate()
937 struct vmw_surface *srf) in vmw_surface_evict()
[all …]
Dvmwgfx_kms.h86 struct vmw_surface *cursor_surface;
Dvmwgfx_kms.c179 struct vmw_surface *surface = NULL; in vmw_du_crtc_cursor_set()
254 void vmw_kms_cursor_snoop(struct vmw_surface *srf, in vmw_kms_cursor_snoop()
395 struct vmw_surface *surface;
619 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface()
1102 struct vmw_surface *surface = NULL; in vmw_kms_fb_create()
1188 struct vmw_surface *surface, in vmw_kms_present()
Dvmwgfx_ioctl.c128 struct vmw_surface *surface; in vmw_present_ioctl()
Dvmwgfx_execbuf.c142 struct vmw_surface *srf; in vmw_cmd_sid_check()
554 struct vmw_surface *srf = NULL; in vmw_cmd_dma()