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

Commit baa35b0e authored by Ady Abraham's avatar Ady Abraham Committed by Ana Krulec
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
(cherry picked from commit 8444c364)
Merged-In: If59bab3d40c783843f3c1d2312a5768a8af2b921
parent 5b3f19be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,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