mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2026-02-16 10:40:40 +00:00
lemonadep: 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:
committed by
Michael Bestas
parent
573500fa2f
commit
76eda3c25c
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user