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

Commit 8eecfcf4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "SF: Enable HWC composition strategy prediction" into tm-dev am: 0e9bf6ab

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/17023876

Change-Id: I86d71f2e8cb3c9d6547b23f25b0c2229912ca07e
parents 39c27687 0e9bf6ab
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, "0");
    property_get("debug.sf.predict_hwc_composition_strategy", value, "1");
    mPredictCompositionStrategy = atoi(value);

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