diff --git a/BoardConfig.mk b/BoardConfig.mk index bb8963b..725aa88 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -59,9 +59,6 @@ TARGET_NO_BOOTLOADER := true TARGET_USES_QTI_CAMERA_DEVICE := true # Display -MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 -NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 -TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true TARGET_HAS_HDR_DISPLAY := true TARGET_HAS_WIDE_COLOR_DISPLAY := true TARGET_USES_COLOR_METADATA := true diff --git a/vendor.prop b/vendor.prop index dc30e4c..5a10bb9 100644 --- a/vendor.prop +++ b/vendor.prop @@ -115,8 +115,11 @@ debug.sf.latch_unsignaled=1 ro.hardware.egl=adreno ro.hardware.vulkan=adreno ro.opengles.version=196610 +ro.surface_flinger.force_hwc_copy_for_virtual_displays=true ro.surface_flinger.has_wide_color_display=true ro.surface_flinger.has_HDR_display=true +ro.surface_flinger.max_frame_buffer_acquired_buffers=3 +ro.surface_flinger.max_virtual_display_dimension=4096 vendor.display.comp_mask=0 vendor.display.dataspace_saturation_matrix=1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0 vendor.display.disable_decimation=1