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

Commit 279209ba authored by Robert Carr's avatar Robert Carr Committed by Daniel Chapin
Browse files

Revert "SF: Enable HWC composition strategy prediction"

This reverts commit f0b2b014.

Change-Id: Idee6c3cac6cadf15e7042243c706c640b70ce3e9
Bug:223543469
parent a692e0fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -482,7 +482,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, "1");
    property_get("debug.sf.predict_hwc_composition_strategy", value, "0");
    mPredictCompositionStrategy = atoi(value);

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