diff options
author | Brian Paul <[email protected]> | 2014-02-08 09:51:14 -0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-02-14 08:21:44 -0700 |
commit | d993ada50cf2f112bfff2bd7fbb5a6c25ca00306 (patch) | |
tree | a06b005c4dde4ec86eda1142d2c8f9b0124ecc39 /src/gallium/winsys/svga | |
parent | 024711385ec5333976b124d33a030c30f1345ed1 (diff) |
svga: update svga_winsys interface for GBS
This adds new interface functions for guest-backed surfaces and
adds a mobid parameter to the surface_relocation() function.
Reviewed-by: Thomas Hellstrom <[email protected]>
Cc: "10.1" <[email protected]>
Diffstat (limited to 'src/gallium/winsys/svga')
-rw-r--r-- | src/gallium/winsys/svga/drm/vmw_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/svga/drm/vmw_context.c b/src/gallium/winsys/svga/drm/vmw_context.c index e08a48ccc3b..eb89272a5e6 100644 --- a/src/gallium/winsys/svga/drm/vmw_context.c +++ b/src/gallium/winsys/svga/drm/vmw_context.c @@ -245,6 +245,7 @@ vmw_swc_reserve(struct svga_winsys_context *swc, static void vmw_swc_surface_relocation(struct svga_winsys_context *swc, uint32 *where, + uint32 *mobid, struct svga_winsys_surface *surface, unsigned flags) { |