mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: Kang smooth display props from xiaomi emerald
Signed-off-by: dodyirawan85 <dev.irawans@gmail.com> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
8d2a640c64
commit
3690a763f3
|
@ -148,6 +148,7 @@ TARGET_TAP_TO_WAKE_NODE :=
|
||||||
# Properties
|
# Properties
|
||||||
TARGET_SYSTEM_PROP += $(CONFIGS_PATH)/properties/system.prop
|
TARGET_SYSTEM_PROP += $(CONFIGS_PATH)/properties/system.prop
|
||||||
TARGET_VENDOR_PROP += $(CONFIGS_PATH)/properties/vendor.prop
|
TARGET_VENDOR_PROP += $(CONFIGS_PATH)/properties/vendor.prop
|
||||||
|
TARGET_PRODUCT_PROP += $(CONFIGS_PATH)/properties/product.prop
|
||||||
|
|
||||||
# Recovery
|
# Recovery
|
||||||
BOARD_MOVE_GSI_AVB_KEYS_TO_VENDOR_BOOT := true
|
BOARD_MOVE_GSI_AVB_KEYS_TO_VENDOR_BOOT := true
|
||||||
|
|
11
configs/properties/product.prop
Normal file
11
configs/properties/product.prop
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Smooth display
|
||||||
|
debug.sf.set_idle_timer_ms=600
|
||||||
|
ro.surface_flinger.set_idle_timer_ms=600
|
||||||
|
ro.surface_flinger.set_touch_timer_ms=600
|
||||||
|
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
||||||
|
ro.vendor.display.idle_fps=60
|
||||||
|
ro.vendor.disable_idle_fps.threshold=328
|
||||||
|
ro.vendor.display.is_standard_mode=true
|
||||||
|
ro.vendor.display.touch.idle.enable=true
|
||||||
|
ro.vendor.idle_fps=60
|
||||||
|
vendor.display.idle_time=600
|
|
@ -167,7 +167,6 @@ ro.vendor.mtk_fd_support=1
|
||||||
ro.surface_flinger.primary_display_orientation=ORIENTATION_0
|
ro.surface_flinger.primary_display_orientation=ORIENTATION_0
|
||||||
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
|
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
|
||||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||||
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
|
||||||
|
|
||||||
# Gatekeeper
|
# Gatekeeper
|
||||||
ro.hardware.gatekeeper=trustonic
|
ro.hardware.gatekeeper=trustonic
|
||||||
|
|
Loading…
Reference in a new issue