Compare commits
4 commits
4df8637a38
...
190314fe37
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
190314fe37 | ||
|
|
b614ffb3a8 | ||
|
|
0560c71b5d | ||
|
|
ed52a2da30 |
2 changed files with 10 additions and 1 deletions
|
|
@ -221,3 +221,10 @@ service vendor.nv_mac /vendor/bin/nv_mac
|
||||||
user system
|
user system
|
||||||
group system inet net_admin wifi net_raw
|
group system inet net_admin wifi net_raw
|
||||||
oneshot
|
oneshot
|
||||||
|
|
||||||
|
service citsensor-hal-1-1 /vendor/bin/hw/vendor.xiaomi.hardware.citsensorservice@1.1-service
|
||||||
|
class late_start
|
||||||
|
user system
|
||||||
|
group system input
|
||||||
|
override
|
||||||
|
task_profiles ServiceCapacityLow
|
||||||
|
|
|
||||||
|
|
@ -173,17 +173,19 @@ debug.egl.hw=0
|
||||||
debug.mdpcomp.logs=0
|
debug.mdpcomp.logs=0
|
||||||
debug.sf.disable_client_composition_cache=1
|
debug.sf.disable_client_composition_cache=1
|
||||||
debug.sf.enable_advanced_sf_phase_offset=1
|
debug.sf.enable_advanced_sf_phase_offset=1
|
||||||
debug.sf.enable_gl_backpressure=1
|
debug.sf.enable_gl_backpressure=0
|
||||||
debug.sf.high_fps_early_gl_phase_offset_ns=-4000000
|
debug.sf.high_fps_early_gl_phase_offset_ns=-4000000
|
||||||
debug.sf.high_fps_early_phase_offset_ns=-4000000
|
debug.sf.high_fps_early_phase_offset_ns=-4000000
|
||||||
debug.sf.high_fps_late_app_phase_offset_ns=1000000
|
debug.sf.high_fps_late_app_phase_offset_ns=1000000
|
||||||
debug.sf.high_fps_late_sf_phase_offset_ns=-4000000
|
debug.sf.high_fps_late_sf_phase_offset_ns=-4000000
|
||||||
debug.sf.hw=0
|
debug.sf.hw=0
|
||||||
debug.sf.latch_unsignaled=1
|
debug.sf.latch_unsignaled=1
|
||||||
|
debug.sf.predict_hwc_composition_strategy=0
|
||||||
debug.sf.set_idle_timer_ms=3000
|
debug.sf.set_idle_timer_ms=3000
|
||||||
persist.sys.sf.color_mode=9
|
persist.sys.sf.color_mode=9
|
||||||
persist.sys.sf.color_saturation=1.0
|
persist.sys.sf.color_saturation=1.0
|
||||||
persist.sys.sf.native_mode=2
|
persist.sys.sf.native_mode=2
|
||||||
|
debug.sf.treat_170m_as_sRGB=1
|
||||||
ro.hardware.egl=adreno
|
ro.hardware.egl=adreno
|
||||||
ro.hardware.vulkan=adreno
|
ro.hardware.vulkan=adreno
|
||||||
ro.opengles.version=196610
|
ro.opengles.version=196610
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue