dre: use the default display flags
Change-Id: Id10513c5e250aa7e9d805b652e538d71fd4b92b8
This commit is contained in:
parent
8671c7c353
commit
53611738e8
2 changed files with 1 additions and 13 deletions
|
@ -67,16 +67,8 @@ TARGET_USES_QTI_CAMERA_DEVICE := true
|
||||||
USE_DEVICE_SPECIFIC_CAMERA := true
|
USE_DEVICE_SPECIFIC_CAMERA := true
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
|
TARGET_HAS_WIDE_COLOR_DISPLAY := false
|
||||||
TARGET_SCREEN_DENSITY := 450
|
TARGET_SCREEN_DENSITY := 450
|
||||||
TARGET_USES_COLOR_METADATA := true
|
|
||||||
TARGET_USES_DISPLAY_RENDER_INTENTS := true
|
|
||||||
TARGET_USES_DRM_PP := true
|
|
||||||
TARGET_USES_GRALLOC4 := true
|
|
||||||
TARGET_USES_HWC2 := true
|
|
||||||
TARGET_USES_ION := true
|
|
||||||
TARGET_USES_QCOM_DISPLAY_BSP := true
|
|
||||||
TARGET_USES_QTI_MAPPER_2_0 := true
|
|
||||||
TARGET_USES_QTI_MAPPER_EXTENSIONS_1_1 := true
|
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
|
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
|
||||||
|
|
|
@ -129,8 +129,6 @@ ro.hardware.egl=adreno
|
||||||
ro.hardware.vulkan=adreno
|
ro.hardware.vulkan=adreno
|
||||||
ro.opengles.version=196610
|
ro.opengles.version=196610
|
||||||
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
|
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
|
||||||
ro.surface_flinger.has_HDR_display=false
|
|
||||||
ro.surface_flinger.has_wide_color_display=false
|
|
||||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
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
|
||||||
|
@ -138,9 +136,7 @@ ro.surface_flinger.refresh_rate_switching=true
|
||||||
ro.surface_flinger.set_idle_timer_ms=80
|
ro.surface_flinger.set_idle_timer_ms=80
|
||||||
ro.surface_flinger.set_touch_timer_ms=200
|
ro.surface_flinger.set_touch_timer_ms=200
|
||||||
ro.surface_flinger.set_display_power_timer_ms=1000
|
ro.surface_flinger.set_display_power_timer_ms=1000
|
||||||
ro.surface_flinger.use_color_management=false
|
|
||||||
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
||||||
ro.surface_flinger.wcg_composition_dataspace=143261696
|
|
||||||
vendor.gralloc.disable_ubwc=0
|
vendor.gralloc.disable_ubwc=0
|
||||||
vendor.gralloc.secure_preview_buffer_format=420_sp
|
vendor.gralloc.secure_preview_buffer_format=420_sp
|
||||||
vendor.gralloc.secure_preview_only=1
|
vendor.gralloc.secure_preview_only=1
|
||||||
|
|
Loading…
Reference in a new issue