Searched refs:vmw_gb_surface_cmd (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 1496 struct vmw_gb_surface_cmd { in vmw_cmd_update_gb_image() struct 1501 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_update_gb_image() 1520 struct vmw_gb_surface_cmd { in vmw_cmd_update_gb_surface() struct 1525 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_update_gb_surface() 1544 struct vmw_gb_surface_cmd { in vmw_cmd_readback_gb_image() struct 1549 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_readback_gb_image() 1568 struct vmw_gb_surface_cmd { in vmw_cmd_readback_gb_surface() struct 1573 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_readback_gb_surface() 1592 struct vmw_gb_surface_cmd { in vmw_cmd_invalidate_gb_image() struct 1597 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_invalidate_gb_image() [all …]
|