drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary plane
STDU primary plane now support damage clips, enable it for user-space. Signed-off-by: Deepak Rawat <drawat@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
parent
88b37c3ae7
commit
8bb6af5b0c
|
@ -1847,6 +1847,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_helper_add(primary, &vmw_stdu_primary_plane_helper_funcs);
|
||||||
|
drm_plane_enable_fb_damage_clips(primary);
|
||||||
|
|
||||||
/* Initialize cursor plane */
|
/* Initialize cursor plane */
|
||||||
vmw_du_plane_reset(cursor);
|
vmw_du_plane_reset(cursor);
|
||||||
|
|
Loading…
Reference in New Issue