summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bouyack <mbouyack@google.com>2016-06-20 16:49:22 -0700
committerMatthew Bouyack <mbouyack@google.com>2016-06-21 11:37:19 -0700
commit0f348f659462f9c75064026300c97a4c93cd5096 (patch)
tree84c41fe1edd646d1bbda7aedb88a6bc0aca9f068
parentebaf08143584dfbda9c6854d60735b2410ef0534 (diff)
downloadmsm8x09-0f348f659462f9c75064026300c97a4c93cd5096.tar.gz
Restore missing graphics properties.
Also, increase debug.hwc.dynThreshold to 4.5 This value indicates the total pixel area across all layers can be composited using copybit. This is as a factor of the framebuffer size. The original value was calibrated for phones and tablets. Because wearables have smaller framebuffers this ratio can be safely increased. Change-Id: Ie13fe03352b8a06e88b2799e58a784ffff91c1ea
-rw-r--r--msm8x09.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/msm8x09.mk b/msm8x09.mk
index c842e62..2f50272 100644
--- a/msm8x09.mk
+++ b/msm8x09.mk
@@ -13,3 +13,7 @@
# limitations under the License.
PRODUCT_VENDOR_KERNEL_HEADERS := hardware/qcom/msm8x09/kernel-headers
+PRODUCT_PROPERTY_OVERRIDES += \
+ debug.composition.type=dyn \
+ debug.hwc.dynThreshold=4.5 \
+ debug.sf.hwc.canUseABC=1