davinci: Convert configstore settings to props

Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5
This commit is contained in:
LuK1337
2019-09-25 18:42:24 +02:00
committed by Arian
parent 5ca0a9fff7
commit d41667c550
2 changed files with 3 additions and 3 deletions

View File

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

View File

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