summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorSinclair Yeh <syeh@vmware.com>2017-06-02 07:53:27 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2017-06-07 12:07:35 +0200
commit8a309c8a2d0619efe29ec652c163d6b89eff9f9f (patch)
treef6b3ea975834a59ffb73357d70f6437f89e276eb /drivers/gpu
parent07678eca2cf9c9a18584e546c2b2a0d0c9a3150c (diff)
downloadop-kernel-dev-8a309c8a2d0619efe29ec652c163d6b89eff9f9f.zip
op-kernel-dev-8a309c8a2d0619efe29ec652c163d6b89eff9f9f.tar.gz
drm/vmwgfx: Make sure to update STDU when FB is updated
When a new FB is bound, we have to send an update command otherwise the new FB may not be shown Signed-off-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
index bad31bd..60ace30 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
@@ -1355,6 +1355,11 @@ vmw_stdu_primary_plane_atomic_update(struct drm_plane *plane,
DRM_ERROR("Failed to bind surface to STDU.\n");
else
crtc->primary->fb = plane->state->fb;
+
+ ret = vmw_stdu_update_st(dev_priv, stdu);
+
+ if (ret)
+ DRM_ERROR("Failed to update STDU.\n");
}
OpenPOWER on IntegriCloud