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:
dodyirawan85 2024-08-01 14:16:01 +08:00 committed by Shirayuki39
parent 8d2a640c64
commit 3690a763f3
3 changed files with 12 additions and 1 deletions

View file

@ -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

View 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

View file

@ -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