sdm660-common: clear properties, clear BoardConfig, update surface api properties

* kill not exist debug.media.codec2
* replace NUM_FRAMEBUFFER_SURFACE_BUFFERS with properties

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Alcatraz323 2023-06-30 17:54:57 +08:00 committed by pix106
parent aa804009da
commit f6eb32a92c
3 changed files with 1 additions and 4 deletions

View file

@ -83,7 +83,6 @@ TARGET_USES_GRALLOC4 := true
TARGET_USES_HWC2 := true TARGET_USES_HWC2 := true
TARGET_USES_GRALLOC1 := true TARGET_USES_GRALLOC1 := true
TARGET_USES_ION := true TARGET_USES_ION := true
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
# Face Unlock # Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true TARGET_FACE_UNLOCK_SUPPORTED := true

View file

@ -76,6 +76,7 @@ debug.sf.enable_egl_image_tracker=true
debug.sf.disable_backpressure=1 debug.sf.disable_backpressure=1
debug.sf.enable_hwc_vds=0 debug.sf.enable_hwc_vds=0
debug.sf.enable_transaction_tracing=false debug.sf.enable_transaction_tracing=false
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
# Fling # Fling

View file

@ -122,9 +122,6 @@ persist.vendor.audio.spatializer.speaker_enabled=true
# Camera # Camera
vendor.camera.aux.packageblacklist=com.discord vendor.camera.aux.packageblacklist=com.discord
# Codec2 switch
debug.media.codec2=2
# Data # Data
persist.vendor.data.iwlan.enable=true persist.vendor.data.iwlan.enable=true
persist.vendor.data.mode=concurrent persist.vendor.data.mode=concurrent