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

Commit 8444c364 authored by Ady Abraham's avatar Ady Abraham
Browse files

SurfaceFlinger: do not force HDR content to default refresh rate

Now that HWC supports HDR content at 90Hz there is no need to override
from the platform side.

Test: Youtube with HDR video
Bug: 129694529
Change-Id: If59bab3d40c783843f3c1d2312a5768a8af2b921
parent 53852a5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ private:
    const scheduler::RefreshRateConfigs& mRefreshRateConfigs;

    // Global config to force HDR content to work on DEFAULT refreshRate
    static constexpr bool mForceHDRContentToDefaultRefreshRate = true;
    static constexpr bool mForceHDRContentToDefaultRefreshRate = false;
};

} // namespace android