From e6dd37f1a33a7606c7b479e2e9a59ca0aa541cf2 Mon Sep 17 00:00:00 2001 From: Rajeswari N Date: Mon, 8 Mar 2021 19:29:19 +0530 Subject: [PATCH 1/2] power: Update powerhint for yupik Update powerhint for 30fps, 60fps encode cases Change-Id: I76d413559c87be71a1607eb90b7598d660a4c501 --- config/lahaina/powerhint.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/config/lahaina/powerhint.xml b/config/lahaina/powerhint.xml index 7741828..f5576a6 100644 --- a/config/lahaina/powerhint.xml +++ b/config/lahaina/powerhint.xml @@ -577,10 +577,12 @@ + + 0x40C68130, 0xFFFFFFFA, 0x4143C100, 940, 0x41440100, 0x5F, 0x4183C000, 0x14, 0x43034000, + 0x14, 0x40C58000, 40, 0x40C54000, 45, 0x40C20000, 40, 0x40C1C000, 45"/> @@ -592,11 +594,13 @@ + + 0x40C68130, 0xFFFFFFFA, 0x4143C100, 940, 0x41440100, 0x5F, 0x4183C000, 0x14, 0x43034000, + 0x14, 0x40800100, 940, 0x40804100, 1804, 0x40C58000, 40, 0x40C54000, 45, 0x40C20000, 40, + 0x40C1C000, 45"/> @@ -605,10 +609,12 @@ + + 0x40C68130, 0xFFFFFFFA, 0x4183C000, 0x14, 0x43034000, 0x14, 0x40C58000, 40, 0x40C54000, 45, + 0x40C20000, 40, 0x40C1C000, 45"/> @@ -618,10 +624,12 @@ + + 0x40C68130, 0xFFFFFFFA, 0x4183C000, 0x14, 0x43034000, 0x14, 0x40800100, 0x480, 0x40C58000, 40, + 0x40C54000, 45, 0x40C20000, 40, 0x40C1C000, 45"/> From b82d7371b51735bf298d7070ce9bab6564b72873 Mon Sep 17 00:00:00 2001 From: Divya Sharma Date: Wed, 3 Mar 2021 14:25:53 -0800 Subject: [PATCH 2/2] Specify stable AIDL version number. Bug: 181709127 Change-Id: I1132378f14428bf511f3cea4f419e90a6e89f823 --- Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 84b9e54..f2ef2b6 100644 --- a/Android.mk +++ b/Android.mk @@ -7,7 +7,8 @@ ifeq ($(call is-vendor-board-platform,QCOM),true) include $(CLEAR_VARS) LOCAL_MODULE_RELATIVE_PATH := hw -LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils android.hardware.power-ndk_platform libbinder_ndk +# KEYSTONE(I1132378f14428bf511f3cea4f419e90a6e89f823,b/181709127) +LOCAL_SHARED_LIBRARIES := liblog libcutils libdl libxml2 libbase libutils android.hardware.power-V1-ndk_platform libbinder_ndk LOCAL_HEADER_LIBRARIES += libutils_headers LOCAL_HEADER_LIBRARIES += libhardware_headers LOCAL_SRC_FILES := power-common.c metadata-parser.c utils.c list.c hint-data.c powerhintparser.c Power.cpp main.cpp