Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f192aea5 authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Automerger Merge Worker
Browse files

Merge "SF: Enable HWC composition strategy prediction" into tm-dev am: 656a4684 am: 99f13780

parents a112637c 99f13780
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -413,7 +413,7 @@ SurfaceFlinger::SurfaceFlinger(Factory& factory) : SurfaceFlinger(factory, SkipI
    property_get("debug.sf.disable_client_composition_cache", value, "0");
    mDisableClientCompositionCache = atoi(value);

    property_get("debug.sf.predict_hwc_composition_strategy", value, "0");
    property_get("debug.sf.predict_hwc_composition_strategy", value, "1");
    mPredictCompositionStrategy = atoi(value);

    // We should be reading 'persist.sys.sf.color_saturation' here