Revert "Enable small dirty detection for variable refresh rate"
Revert submission 24149209-enable-vrr-extension Reason for revert: Bug: 299131033 Reverted changes: /q/submissionid:24149209-enable-vrr-extension Change-Id: I6eeeff61ab7b630e994af17727504307ef4ed793
This commit is contained in:
parent
c1ed5f5336
commit
fd050630b3
2 changed files with 0 additions and 16 deletions
|
@ -692,9 +692,6 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_color_management=tr
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.protected_contents=true
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.protected_contents=true
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.display_update_imminent_timeout_ms=50
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.display_update_imminent_timeout_ms=50
|
||||||
|
|
||||||
# Enhance VRR detection
|
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.enable_small_dirty_detection=true
|
|
||||||
|
|
||||||
# force to blend in P3 mode
|
# force to blend in P3 mode
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.sys.sf.native_mode=2 \
|
persist.sys.sf.native_mode=2 \
|
||||||
|
|
|
@ -287,17 +287,4 @@
|
||||||
|
|
||||||
<!-- Enable variable refresh rate when typing. -->
|
<!-- Enable variable refresh rate when typing. -->
|
||||||
<bool name="config_variableRefreshRateTypingSupported">true</bool>
|
<bool name="config_variableRefreshRateTypingSupported">true</bool>
|
||||||
|
|
||||||
<!-- The list of packages to automatically opt in of fresh rate suppressing by small area
|
|
||||||
detection. Format of this array should be packageName:threshold and threshold value should
|
|
||||||
be between 0 to 1-->
|
|
||||||
<string-array name="config_smallAreaDetectionAllowlist" translatable="false">
|
|
||||||
<!-- Add packages:threshold here -->
|
|
||||||
<item>com.google.android.youtube:0.07</item>
|
|
||||||
<item>com.spotify.music:0.05</item>
|
|
||||||
<item>com.reddit.frontpage:0.07</item>
|
|
||||||
<item>com.zhiliaoapp.musically:0.07</item>
|
|
||||||
<item>com.bilibili.app.in:0.07</item>
|
|
||||||
<item>com.twitter.android:0.07</item>
|
|
||||||
</string-array>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue