From 7c6e328a636eab44fcab2dbe49c3ffa430637587 Mon Sep 17 00:00:00 2001 From: Lily Lin Date: Thu, 28 Apr 2022 19:15:22 +0800 Subject: [PATCH 1/3] Enable read/write access to st33spi_state for euiccpixel_app Bug: 228655141 Test: Confirm can read/write st33spi_state Change-Id: I92cf9696c225d4e47c374ea75c78feba8216ca85 --- conf/init.raviole.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/init.raviole.rc b/conf/init.raviole.rc index 22f0917..31ff159 100644 --- a/conf/init.raviole.rc +++ b/conf/init.raviole.rc @@ -50,6 +50,10 @@ on post-fs-data # Start the twoshay touch service start twoshay + # Allow secure_element group to read / write ST33 SPI state + chown secure_element secure_element /sys/class/st33spi/st33spi/st33spi_state + chmod 0660 /sys/class/st33spi/st33spi/st33spi_state + on property:ro.revision=PROTO1.0 setprop persist.fingerprint.ghbm true From 7e54d6ddf016db4874053311241b592b6890fa04 Mon Sep 17 00:00:00 2001 From: Carter Hsu Date: Fri, 6 May 2022 14:22:25 +0800 Subject: [PATCH 2/3] audio: allow mmap-record to set dsp volume Bug: 231630423 Test: build pass Signed-off-by: Carter Hsu Change-Id: Iaafafe9963c102690a89e5d4fe7c63e6783450f1 --- audio/oriole/config/audio_platform_configuration.xml | 2 +- audio/raven/config/audio_platform_configuration.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/oriole/config/audio_platform_configuration.xml b/audio/oriole/config/audio_platform_configuration.xml index f0bec9b..a4232cd 100644 --- a/audio/oriole/config/audio_platform_configuration.xml +++ b/audio/oriole/config/audio_platform_configuration.xml @@ -196,7 +196,7 @@ - + diff --git a/audio/raven/config/audio_platform_configuration.xml b/audio/raven/config/audio_platform_configuration.xml index f0bec9b..a4232cd 100644 --- a/audio/raven/config/audio_platform_configuration.xml +++ b/audio/raven/config/audio_platform_configuration.xml @@ -196,7 +196,7 @@ - + From bc0c680f477f2d1e218cc176b58febca35d33e10 Mon Sep 17 00:00:00 2001 From: George Lee Date: Sat, 7 May 2022 19:44:21 -0700 Subject: [PATCH 3/3] thermal: Raise TPU DVFS state for BATOILO trigger Jankiness is experience during BATOILO triggering. Lowering GPU DVFS state and Raising TPU DVFS state to re-tune throttling mix. Bug: 231575776 Test: Boot and confirm settings Signed-off-by: George Lee Change-Id: Ife93560c8864f4340e94d9afc2e8d2b47b97fc67 --- thermal_info_config_oriole.json | 8 ++++---- thermal_info_config_raven.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/thermal_info_config_oriole.json b/thermal_info_config_oriole.json index 6da4f20..837ccbf 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -824,11 +824,11 @@ }, { "CdevRequest": "thermal-gpufreq-0", - "LimitInfo": [0, 0, 0, 0, 6, 6, 6] + "LimitInfo": [0, 0, 0, 0, 4, 4, 4] }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 5, 5, 5] + "LimitInfo": [0, 0, 0, 0, 6, 6, 6] } ] }, @@ -906,7 +906,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 5, 5, 5] + "LimitInfo": [0, 0, 0, 0, 6, 6, 6] } ] }, @@ -945,7 +945,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 4, 4, 4] + "LimitInfo": [0, 0, 0, 0, 5, 5, 5] } ] }, diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index 0006b70..d452757 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -798,11 +798,11 @@ }, { "CdevRequest": "thermal-gpufreq-0", - "LimitInfo": [0, 0, 0, 0, 6, 6, 6] + "LimitInfo": [0, 0, 0, 0, 4, 4, 4] }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 5, 5, 5] + "LimitInfo": [0, 0, 0, 0, 6, 6, 6] } ] }, @@ -880,7 +880,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 5, 5, 5] + "LimitInfo": [0, 0, 0, 0, 6, 6, 6] } ] }, @@ -919,7 +919,7 @@ }, { "CdevRequest": "tpu_cooling", - "LimitInfo": [0, 0, 0, 0, 4, 4, 4] + "LimitInfo": [0, 0, 0, 0, 5, 5, 5] } ] },