projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b37c3
)
drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary plane
author
Deepak Rawat
<drawat@vmware.com>
Sat, 28 Jul 2018 00:28:17 +0000
(17:28 -0700)
committer
Thomas Hellstrom
<thellstrom@vmware.com>
Wed, 5 Dec 2018 09:00:40 +0000
(10:00 +0100)
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>
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
index f6f788b4a19dc51d6edbd9975439380da88b9538..4a060e6e8297cdce1ddc09d03447425f912f4551 100644
(file)
--- a/
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
+++ b/
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
@@
-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_enable_fb_damage_clips(primary);
/* Initialize cursor plane */
vmw_du_plane_reset(cursor);