summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2015-11-05 02:18:55 -0800
committerThomas Hellstrom <thellstrom@vmware.com>2015-11-06 16:12:41 +0100
commit4e0858a682c008a2a8f5f4fb3aec705500575ae1 (patch)
treef8b06102f3ad409ceea59d2d66017708f01c5d5a /drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
parentb76ff5ea1cf6fe648e7ce2b84e636f8a95849a0b (diff)
downloadtalos-op-linux-4e0858a682c008a2a8f5f4fb3aec705500575ae1.tar.gz
talos-op-linux-4e0858a682c008a2a8f5f4fb3aec705500575ae1.zip
drm/vmwgfx: Properly flush cursor updates and page-flips
With the introduction of the new command buffer mechanism, proper care wasn't taken to flush cursor image updates and event-less screen-target page-flips. Fix this by introducing explicit flush points. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
index c22e2df1b336..b1fc1c02792d 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
@@ -717,6 +717,8 @@ static int vmw_stdu_crtc_page_flip(struct drm_crtc *crtc,
&event->event.tv_usec,
true);
vmw_fence_obj_unreference(&fence);
+ } else {
+ vmw_fifo_flush(dev_priv, false);
}
return ret;
OpenPOWER on IntegriCloud