From 5e3b3ba5e38c4558d3da8ca6349475d5bfe9fcc1 Mon Sep 17 00:00:00 2001 From: Hashbang173 Date: Wed, 8 Aug 2018 14:34:25 -0400 Subject: [PATCH] msm8974-common: Enable HWC2on1 adapter * This fixes display (see: https://android.googlesource.com/platform/frameworks/native/+/d265c4238699ea899cc3b01cc90b643d9692db2a) Change-Id: Ic749a38828563be7dacd005aeb91dbce3121ae07 --- manifest.xml | 9 +++++++++ msm8974.mk | 1 + 2 files changed, 10 insertions(+) diff --git a/manifest.xml b/manifest.xml index f7346d2..819d51e 100644 --- a/manifest.xml +++ b/manifest.xml @@ -68,6 +68,15 @@ default + + android.hardware.graphics.composer + passthrough + 2.1 + + IComposer + default + + android.hardware.graphics.mapper passthrough diff --git a/msm8974.mk b/msm8974.mk index 476526e..7c585f9 100644 --- a/msm8974.mk +++ b/msm8974.mk @@ -89,6 +89,7 @@ TARGET_BOOTANIMATION_HALF_RES := true PRODUCT_PACKAGES += \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-service \ + android.hardware.graphics.composer@2.1-impl \ android.hardware.graphics.mapper@2.0-impl \ android.hardware.memtrack@1.0-impl \ copybit.msm8974 \