STDU primary plane now support damage clips, enable it for user-space.

Signed-off-by: Deepak Rawat <dra...@vmware.com>
---
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c 
b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
index ce077522b2d6..9d28bbdae4da 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
@@ -1878,6 +1878,7 @@ static int vmw_stdu_init(struct vmw_private *dev_priv, 
unsigned unit)
        }
 
        drm_plane_helper_add(primary, &vmw_stdu_primary_plane_helper_funcs);
+       drm_plane_enable_fb_damage_clips(primary);
 
        /* Initialize cursor plane */
        vmw_du_plane_reset(cursor);
-- 
2.17.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to