mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Disable sdm rotator downscaler
Rotator down scaler is causing additional delays that are better handled by GL composition. Test: Open app, no jank Bug: 73640835 Change-Id: I6ea9baa28acc222afcf365f3bf107149bc8974d9 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
11ceccff47
commit
b966888d73
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ debug.sf.early.app.duration=33500000
|
|||
debug.sf.earlyGl.sf.duration=13500000
|
||||
debug.sf.earlyGl.app.duration=38000000
|
||||
|
||||
# Display
|
||||
vendor.display.disable_rotator_downscale=1
|
||||
vendor.display.disable_scaler=0
|
||||
|
||||
## SoC
|
||||
ro.soc.manufacturer=samsung
|
||||
ro.soc.model=exynos7884B
|
||||
|
|
|
|||
Loading…
Reference in a new issue