From: Thomas Hellstrom Date: Tue, 11 Oct 2011 13:34:37 +0000 (+0200) Subject: svga/winsys: Make sure a flush always inserts and returns a fence if requested X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a6ca7e9f24939cfacf2e8cd163a4efa9550ce1f;p=mesa.git svga/winsys: Make sure a flush always inserts and returns a fence if requested Needed for throttling. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrant --- diff --git a/src/gallium/winsys/svga/drm/vmw_context.c b/src/gallium/winsys/svga/drm/vmw_context.c index 666e198954b..b5ca8416440 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,