sm6250-common: configure livedisplay
* reboot issue fixed with https://review.lineageos.org/c/LineageOS/android_hardware_lineage_livedisplay/+/291215 Revert "sm6250-common: Add config value for a11y color mode" This reverts commit 97a37101a3208557fc0f701dfa60ca3f8bb2e311. Revert "sm6250-common: Remove COLOR_MODE_SATURATED" This reverts commit 05e88c788f1b53edc2df14d7eb8d8e1a673d77f4. Revert "sm6250-common: Enable adaptive color mode" This reverts commit 656110c04a11caca5dc3121dd1864d758e51c29c. Revert "sm6250-common: Override config_availableColorModes" This reverts commit b9c2b988f01ac77ff476956458783c38f796645f. Revert "Revert "sm6250-common: add livedisplay support"" This reverts commit a3a4c1544ca797b54bcfe7d6cb195b5ca493cec4. Revert "Revert "sm6250-common: enable default color mode"" This reverts commit 8cba7668001eff8dd695dbf93db63b6b1f763b49. Partially revert "sm6250-common: add livedisplay support"
This commit is contained in:
parent
7defa6bffb
commit
17e2b77fc5
@ -238,6 +238,10 @@ PRODUCT_COPY_FILES += \
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.light@2.0-service.xiaomi_sm6250
|
android.hardware.light@2.0-service.xiaomi_sm6250
|
||||||
|
|
||||||
|
# LiveDisplay
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
vendor.lineage.livedisplay@2.0-service-sdm
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libmm-omxcore \
|
libmm-omxcore \
|
||||||
|
@ -325,6 +325,15 @@
|
|||||||
</interface>
|
</interface>
|
||||||
<fqname>@1.0::IDisplayPostproc/default</fqname>
|
<fqname>@1.0::IDisplayPostproc/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>vendor.lineage.livedisplay</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<version>2.0</version>
|
||||||
|
<interface>
|
||||||
|
<name>IPictureAdjustment</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.goodix.hardware.biometrics.fingerprint</name>
|
<name>vendor.goodix.hardware.biometrics.fingerprint</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
@ -37,7 +37,6 @@ ro.surface_flinger.supports_background_blur=1
|
|||||||
ro.vendor.display.cabl=0
|
ro.vendor.display.cabl=0
|
||||||
ro.vendor.display.sensortype=2
|
ro.vendor.display.sensortype=2
|
||||||
ro.vendor.display.svi=1
|
ro.vendor.display.svi=1
|
||||||
vendor.display.enable_default_color_mode=0
|
|
||||||
vendor.display.svi.config=1
|
vendor.display.svi.config=1
|
||||||
vendor.display.svi.config_path=/vendor/etc/SVIConfig.xml
|
vendor.display.svi.config_path=/vendor/etc/SVIConfig.xml
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ vendor.display.disable_idle_time_hdr=1
|
|||||||
vendor.display.disable_inline_rotator=1
|
vendor.display.disable_inline_rotator=1
|
||||||
vendor.display.disable_scaler=0
|
vendor.display.disable_scaler=0
|
||||||
vendor.display.disable_ui_3d_tonemap=1
|
vendor.display.disable_ui_3d_tonemap=1
|
||||||
vendor.display.enable_default_color_mode=0
|
vendor.display.enable_default_color_mode=1
|
||||||
vendor.display.enable_null_display=0
|
vendor.display.enable_null_display=0
|
||||||
vendor.display.enable_optimize_refresh=1
|
vendor.display.enable_optimize_refresh=1
|
||||||
vendor.gralloc.disable_ubwc=0
|
vendor.gralloc.disable_ubwc=0
|
||||||
|
Loading…
Reference in New Issue
Block a user