Skip to content

Commit

Permalink
surya: Disable sdm rotator downscaler
Browse files Browse the repository at this point in the history
Rotator down scaler is causing additional delays that are better
handled by SDE/GL composition.

Bug: b/73168288
Test: Launch the application from homescreen by tapping its coin, and
      measure the frame miss ratio within the maximizing window
      animation.
Result: Frame misses 11.5% -> 6.5% (full record in b/78773861)

Change-Id: I5110c17ce99488ca8978dfd92b4d9aa3c6c932ea
  • Loading branch information
Yichi Chen authored and xyyx committed Mar 23, 2021
1 parent ffee02f commit 7b433b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion product_prop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ PRODUCT_PRODUCT_PROPERTIES += \

# Enable inband ringing
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.disableinbandringing=false
persist.bluetooth.disableinbandringing=false

# b/73168288
PRODUCT_PRODUCT_PROPERTIES += \
vendor.display.disable_rotator_downscale=1

0 comments on commit 7b433b0

Please sign in to comment.