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

Commit b17833ff authored by Marissa Wall's avatar Marissa Wall Committed by android-build-merger
Browse files

Merge "sf: Initialize DispSync in SurfaceFlinger_hwc1" am: 263921f5

am: 893e8b54

Change-Id: I43fc7188444ff31cbead25ebda6e88dd95e23fbe
parents c5e26a94 893e8b54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -179,6 +179,8 @@ SurfaceFlinger::SurfaceFlinger()
    maxFrameBufferAcquiredBuffers = getInt64< ISurfaceFlingerConfigs,
            &ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers>(2);

    mPrimaryDispSync.init(hasSyncFramework, dispSyncPresentTimeOffset);

    char value[PROPERTY_VALUE_MAX];

    property_get("ro.bq.gpu_to_cpu_unsupported", value, "0");