diff options
author | Uday Kiran Pichika <pichika@codeaurora.org> | 2017-07-11 15:54:26 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-12 10:24:58 -0700 |
commit | 12488ebd764867304c5a50292e9c6a5037247ee6 (patch) | |
tree | ebce0e526c580ceda81da07f1d205cb6701ac885 | |
parent | d99ecb1ae31557b263957c19c83f40956d664f48 (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 e3b0c64..11c5697 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 |