mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: props: Disable sf EGL image tracking
Surfaceflinger Debugging feature that we don't care about, so disable it to reduce overheads. Signed-off-by: skwel <abalverde1694@gmail.com> Signed-off-by: fjrXTR <fajarslebew31@gmail.com> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
0173b406e1
commit
8f78fad667
|
@ -134,7 +134,7 @@ ro.hardware.gralloc=common
|
|||
ro.hardware.vulkan=mali
|
||||
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
debug.sf.enable_egl_image_tracker=1
|
||||
debug.sf.enable_egl_image_tracker=0
|
||||
debug.sf.disable_backpressure=1
|
||||
ro.vendor.mtk_ovl_bringup=0
|
||||
ro.vendor.mtk_pq_support=2
|
||||
|
|
Loading…
Reference in a new issue