sm7125: overlay: Configure 90Hz support

Change-Id: I15678c3e69bc9dc47bfd359fc89a668453abf99f
fourteen-wip
Simon1511 3 years ago
parent 10a7c8655b
commit 78f99aede2
  1. 18
      overlay/frameworks/base/core/res/res/values/config.xml

@ -282,4 +282,22 @@
@see https://www.w3.org/TR/SVG/paths.html#PathData
-->
<string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 M 0,12.25101276465640 a 10.60613009248640,10.60613009248640 0 1,0 0,21.21226018497290 a 10.60613009248640,10.60613009248640 0 1,0 0,-21.21226018497290 Z @dp</string>
<!-- The default peak refresh rate for a given device. Change this value if you want to allow
for higher refresh rates to be automatically used out of the box -->
<integer name="config_defaultPeakRefreshRate">90</integer>
<!-- The default refresh rate for a given device. Change this value to set a higher default
refresh rate. If the hardware composer on the device supports display modes with a higher
refresh rate than the default value specified here, the framework may use those higher
refresh rate modes if an app chooses one by setting preferredDisplayModeId or calling
setFrameRate().
If a non-zero value is set for config_defaultPeakRefreshRate, then
config_defaultRefreshRate may be set to 0, in which case the value set for
config_defaultPeakRefreshRate will act as the default frame rate. -->
<integer name="config_defaultRefreshRate">90</integer>
<!-- default refresh rate in the zone defined by brightness and ambient thresholds -->
<integer name="config_defaultRefreshRateInZone">90</integer>
</resources>

Loading…
Cancel
Save