Searched refs:vmw_gb_surface_cmd (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 2022 struct vmw_gb_surface_cmd { in vmw_cmd_update_gb_image() struct 2027 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_update_gb_image() 2046 struct vmw_gb_surface_cmd { in vmw_cmd_update_gb_surface() struct 2051 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_update_gb_surface() 2070 struct vmw_gb_surface_cmd { in vmw_cmd_readback_gb_image() struct 2075 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_readback_gb_image() 2094 struct vmw_gb_surface_cmd { in vmw_cmd_readback_gb_surface() struct 2099 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_readback_gb_surface() 2118 struct vmw_gb_surface_cmd { in vmw_cmd_invalidate_gb_image() struct 2123 cmd = container_of(header, struct vmw_gb_surface_cmd, header); in vmw_cmd_invalidate_gb_image() [all …]
|