ferrarri: overlay: Set peak refresh rate to 120 Hz

We enabled smooth display in sm8350-common, but we purposely left out
setting the max refresh rate there as not all the sm8350 devices have
the same peak refresh rate. Set it for each device instead.

Change-Id: I26963dd1e26bf39ef2613a3ffc784a0128a3e3b1
This commit is contained in:
jabashque
2022-02-27 14:42:56 -08:00
committed by pjgowtham
parent 1fe2452a1f
commit 169895cbe9

View File

@@ -473,6 +473,12 @@
-->
<bool name="config_fillMainBuiltInDisplayCutout">true</bool>
<!-- The default peak refresh rate for a given device. Change this value if you want to prevent
the framework from using higher refresh rates, even if display modes with higher refresh
rates are available from hardware composer. Only has an effect if the value is
non-zero. -->
<integer name="config_defaultPeakRefreshRate">120</integer>
<!-- The properties of a UDFPS sensor in pixels, in the order listed below: -->
<integer-array name="config_udfps_sensor_props" translatable="false" >
<item>720</item> <!-- <item>sensorLocationX</item> -->