Home
last modified time | relevance | path

Searched defs:vmw_framebuffer_surface (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h233 struct vmw_framebuffer_surface { struct
234 struct vmw_framebuffer base;
235 struct vmw_surface *surface;
236 struct vmw_buffer_object *buffer;
237 struct list_head head;
238 bool is_bo_proxy; /* true if this is proxy surface for DMA buf */
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h227 struct vmw_framebuffer_surface { struct
228 struct vmw_framebuffer base;
229 struct vmw_surface *surface;
230 struct vmw_bo *buffer;
231 struct list_head head;
232 bool is_bo_proxy; /* true if this is proxy surface for DMA buf */