diff options
author | qctecmdr <qctecmdr@localhost> | 2020-11-11 06:49:54 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-11-11 06:49:54 -0800 |
commit | 4253dee7c25713d5e92990e89111dce541da8967 (patch) | |
tree | 899a2537beb663c9c5f8d290599ef5a9092c8b95 | |
parent | 875e7a6c3ffb45737001039f210e7053b5652bed (diff) | |
parent | e7844866d3c378ee59a0d018be41aa933f9f3923 (diff) |
Merge "config: Add default values for SurfaceFlinger"
-rw-r--r-- | config/display-product.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/display-product.mk b/config/display-product.mk index 7d65408d..9f96ac41 100644 --- a/config/display-product.mk +++ b/config/display-product.mk @@ -124,6 +124,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.wcg_composition_dataspa endif PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.force_hwc_copy_for_virtual_displays=true +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.max_frame_buffer_acquired_buffers=3 +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.max_virtual_display_dimension=4096 ifeq ($(TARGET_BOARD_PLATFORM),$(TRINKET)) PRODUCT_PROPERTY_OVERRIDES += vendor.display.disable_excl_rect_partial_fb=1 |