mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: make some changes to reduce OS/QS lags
* reduced color saturation * reduces generally lags
This commit is contained in:
parent
e019a97236
commit
18fb872a19
3 changed files with 11 additions and 8 deletions
|
|
@ -33,13 +33,10 @@ ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
|||
debug.sf.enable_hwc_vds=0
|
||||
debug.sf.latch_unsignaled=1
|
||||
debug.sf.enable_advanced_sf_phase_offset=1
|
||||
debug.sf.use_phase_offsets_as_durations=1
|
||||
debug.sf.late.sf.duration=10500000
|
||||
debug.sf.late.app.duration=20500000
|
||||
debug.sf.early.sf.duration=16000000
|
||||
debug.sf.early.app.duration=16500000
|
||||
debug.sf.earlyGl.sf.duration=13500000
|
||||
debug.sf.earlyGl.app.duration=21000000
|
||||
ro.surface_flinger.set_idle_timer_ms=80
|
||||
ro.surface_flinger.set_touch_timer_ms=200
|
||||
ro.surface_flinger.set_display_power_timer_ms=1000
|
||||
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
||||
debug.sf.disable_client_composition_cache=1
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
|
||||
|
|
@ -47,7 +44,7 @@ ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
|||
vendor.display.disable_rotator_downscale=1
|
||||
vendor.display.disable_scaler=0
|
||||
persist.sys.sf.color_mode=0
|
||||
persist.sys.sf.color_saturation=1.25
|
||||
persist.sys.sf.color_saturation=1.20
|
||||
|
||||
## SoC
|
||||
ro.soc.manufacturer=samsung
|
||||
|
|
|
|||
Loading…
Reference in a new issue