sdm660-common: increase FRAMEBUFFER SURFACE BUFFERS to 3

Change-Id: I6ba7f4ee4f1eaea6eb2188235df4cc9d91a9c501
This commit is contained in:
Hashbang173 2018-12-18 16:41:25 -05:00 committed by Max Weffers
parent 3c13d5743f
commit 44560ca1f7
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -285,6 +285,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# SurfaceFlinger # SurfaceFlinger
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
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_virtual_display_dimension=4096 \ ro.surface_flinger.max_virtual_display_dimension=4096 \
ro.surface_flinger.protected_contents=true \ ro.surface_flinger.protected_contents=true \
ro.surface_flinger.vsync_event_phase_offset_ns=2000000 \ ro.surface_flinger.vsync_event_phase_offset_ns=2000000 \