diff options
author | Uday Kiran Pichika <pichika@codeaurora.org> | 2017-07-11 15:54:26 +0530 |
---|---|---|
committer | Uday Kiran Pichika <pichika@codeaurora.org> | 2017-07-11 16:03:15 +0530 |
commit | 98d1e8fb87406e31c79fe481c15c90a443c84d6f (patch) | |
tree | dcfae8c50aa34dd31e9b47f5ed750d4dfc1d1e2b | |
parent | 9e656353445d7571f863e4fb119193ba27ab63da (diff) |
falcon_64: Enable virtual displays on sdm660
Set enable_hwc_vds flag to handle virtual displays
CRs-Fixed: 2074459
Change-Id: Idc99451f17f41c664d89ba65bf75011f21f404c4
-rwxr-xr-x | system.prop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 840b0da..c8af9d2 100755 --- a/system.prop +++ b/system.prop @@ -22,6 +22,7 @@ DEVICE_PROVISIONED=1 # ro.telephony.default_network=22,20 +debug.sf.enable_hwc_vds=1 debug.sf.hw=1 debug.gralloc.enable_fb_ubwc=1 dalvik.vm.heapsize=36m |