[Mesa-dev] [PATCH 3/3] svga/winsys: Make sure a flush always inserts and returns a fence if requested
Thomas Hellstrom
thellstrom at vmware.com
Tue Oct 11 06:44:46 PDT 2011
Needed for throttling.
Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
---
src/gallium/winsys/svga/drm/vmw_context.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gallium/winsys/svga/drm/vmw_context.c b/src/gallium/winsys/svga/drm/vmw_context.c
index 666e198..b5ca841 100644
--- a/src/gallium/winsys/svga/drm/vmw_context.c
+++ b/src/gallium/winsys/svga/drm/vmw_context.c
@@ -158,7 +158,7 @@ vmw_swc_flush(struct svga_winsys_context *swc,
throttle_us = vswc->throttle_set ?
vswc->throttle_us : vswc->vws->default_throttle_us;
- if (vswc->command.used)
+ if (vswc->command.used || pfence != NULL)
vmw_ioctl_command(vswc->vws,
vswc->base.cid,
throttle_us,
--
1.7.4.4
More information about the mesa-dev
mailing list