diff options
author | Pullakavi Srinivas <quic_spullaka@quicinc.com> | 2022-07-21 22:45:30 +0530 |
---|---|---|
committer | Pullakavi Srinivas <quic_spullaka@quicinc.com> | 2022-07-21 22:45:30 +0530 |
commit | ccc573dadda676d926c2e34d0252188d661c929f (patch) | |
tree | c9619e5ddc0691fdf725558d50539b86ba349c7a | |
parent | 8c4562d7a6f9771b6aa7c71b7445b2a9bff535b1 (diff) |
hwc: Disable SF composition prediction model.
CRs-Fixed: 3243885
Change-Id: I64f82a25768b561bb343fdb7686b7d6c020d024a
-rw-r--r-- | config/display-product.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/display-product.mk b/config/display-product.mk index 8bca4ba6..eece81cc 100644 --- a/config/display-product.mk +++ b/config/display-product.mk @@ -102,6 +102,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ debug.sf.enable_gl_backpressure=1 \ debug.sf.enable_hwc_vds=1 \ debug.sf.enable_advanced_sf_phase_offset=1 \ + debug.sf.predict_hwc_composition_strategy=0 \ vendor.display.vds_allow_hwc=0 \ vendor.display.enable_async_vds_creation=1 \ vendor.display.enable_rounded_corner=1 \ |