Partially Revert "sm7325-common: Use default refresh rate overlays"

This partially reverts commit 429d082485d206e551e09cf433abdcc1b47b116e.

Oddly, the Frameworks defaults values causes peak refresh rate to fail to
work for us... so let's just partially revert and set the default peak to
60 and then users can then chose their own peak refresh value if they want.

Change-Id: Ibf2e645e3508e28e3e7c092d05db0598adafcf44
This commit is contained in:
Marc Bourgoin 2023-01-01 12:02:52 -07:00 committed by Nolen Johnson
parent c924241d93
commit cbec2b57ed

View File

@ -318,8 +318,18 @@
<!-- Boolean indicating if current platform supports HFP inband ringing --> <!-- Boolean indicating if current platform supports HFP inband ringing -->
<bool name="config_bluetooth_hfp_inband_ringing_support">true</bool> <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
<!-- The default refresh rate for a given device. If a non-zero value is set for
config_defaultPeakRefreshRate, then config_defaultRefreshRate may be set to 0, in that case
the value set for config_defaultPeakRefreshRate will act as the default peak frame rate -->
<integer name="config_defaultRefreshRate">0</integer>
<!-- 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">60</integer>
<!-- Whether to select voice/data/sms preference without user confirmation --> <!-- Whether to select voice/data/sms preference without user confirmation -->
<bool name="config_voice_data_sms_auto_fallback">true</bool> <bool name="config_voice_data_sms_auto_fallback">true</bool>
<!-- Package names to use with vendor iwlan implementation. --> <!-- Package names to use with vendor iwlan implementation. -->
<string name="config_wlan_data_service_package" translatable="false">vendor.qti.iwlan</string> <string name="config_wlan_data_service_package" translatable="false">vendor.qti.iwlan</string>
<string name="config_wlan_network_service_package" translatable="false">vendor.qti.iwlan</string> <string name="config_wlan_network_service_package" translatable="false">vendor.qti.iwlan</string>