Apply QCOM display settings

Bug: 137166127
Test: display panel lighten
Change-Id: Ie7d58a1832a2bfed748d7b99ec92bb6f40d6f468
This commit is contained in:
Adam Shih
2019-08-20 13:36:57 +08:00
parent daab05ca7f
commit 1599d0b9c5
3 changed files with 36 additions and 33 deletions

View File

@@ -325,10 +325,14 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PACKAGES += \
hwcomposer.lito \
android.hardware.graphics.composer@2.3-service-sm7250 \
android.hardware.graphics.composer@2.3-service \
gralloc.lito \
android.hardware.graphics.mapper@3.0-impl-qti-display \
vendor.qti.hardware.display.allocator-service
vendor.qti.hardware.display.allocator@1.0-service \
android.hardware.graphics.composer@2.3-impl \
android.hardware.graphics.mapper@2.0-impl-qti-display \
android.hardware.light@2.0-impl \
android.hardware.light@2.0-service
# RenderScript HAL
PRODUCT_PACKAGES += \

View File

@@ -62,9 +62,17 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.display.color</name>
<version>1.0-4</version>
<interface>
<name>IDisplayColor</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>vendor.display.config</name>
<version>1.1</version>
<version>1.0-9</version>
<interface>
<name>IDisplayConfig</name>
<instance>default</instance>

View File

@@ -116,11 +116,20 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</hal>
<!-- /video omx hal -->
<!-- display -->
<hal format="hidl">
<name>android.hardware.renderscript</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>
<interface>
<name>IDevice</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>3.0</version>
<version>2.0</version>
<interface>
<name>IAllocator</name>
<instance>default</instance>
@@ -130,39 +139,12 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
<impl level="generic"></impl>
<version>3.0</version>
<version>2.1</version>
<interface>
<name>IMapper</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.display.allocator</name>
<transport>hwbinder</transport>
<version>3.0</version>
<interface>
<name>IQtiAllocator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.display.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>3.0</version>
<interface>
<name>IQtiMapper</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.display.mapperextensions</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>
<interface>
<name>IQtiMapperExtensions</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.graphics.composer</name>
<transport>hwbinder</transport>
@@ -177,12 +159,21 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<name>vendor.display.config</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>1.1</version>
<version>1.8</version>
<interface>
<name>IDisplayConfig</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.display.color</name>
<transport>hwbinder</transport>
<version>1.3</version>
<interface>
<name>IDisplayColor</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.google.radioext</name>
<transport>hwbinder</transport>