From 89d596b0f8e9066746074e58ebb91cf9908bba4a Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Wed, 24 Apr 2024 14:01:10 +0000 Subject: [PATCH 1/3] Enable auto prefer idle Also disable prefer idle for TA and FG by default. Bug: 236868627 Flag: NONE powerhint change does not support flags Test: build pass Change-Id: I0c09c4ef30e10d358a71de11283dda43b4f96837 --- perf/powerhint-caiman.json | 3 --- perf/powerhint-komodo.json | 3 --- perf/powerhint-ripcurrentpro.json | 3 --- perf/powerhint-tokay.json | 3 --- 4 files changed, 12 deletions(-) diff --git a/perf/powerhint-caiman.json b/perf/powerhint-caiman.json index 7921a5b3..1ba29b86 100644 --- a/perf/powerhint-caiman.json +++ b/perf/powerhint-caiman.json @@ -168,7 +168,6 @@ "0", "1" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -481,7 +480,6 @@ "1", "0" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -521,7 +519,6 @@ "1", "0" ], - "DefaultIndex": 0, "ResetOnInit": true }, { diff --git a/perf/powerhint-komodo.json b/perf/powerhint-komodo.json index a0eab166..44c5d542 100644 --- a/perf/powerhint-komodo.json +++ b/perf/powerhint-komodo.json @@ -168,7 +168,6 @@ "0", "1" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -481,7 +480,6 @@ "1", "0" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -521,7 +519,6 @@ "1", "0" ], - "DefaultIndex": 0, "ResetOnInit": true }, { diff --git a/perf/powerhint-ripcurrentpro.json b/perf/powerhint-ripcurrentpro.json index cb48d792..027c992d 100644 --- a/perf/powerhint-ripcurrentpro.json +++ b/perf/powerhint-ripcurrentpro.json @@ -222,7 +222,6 @@ "0", "1" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -471,7 +470,6 @@ "1", "0" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -511,7 +509,6 @@ "1", "0" ], - "DefaultIndex": 0, "ResetOnInit": true }, { diff --git a/perf/powerhint-tokay.json b/perf/powerhint-tokay.json index 7921a5b3..1ba29b86 100644 --- a/perf/powerhint-tokay.json +++ b/perf/powerhint-tokay.json @@ -168,7 +168,6 @@ "0", "1" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -481,7 +480,6 @@ "1", "0" ], - "DefaultIndex": 0, "ResetOnInit": true }, { @@ -521,7 +519,6 @@ "1", "0" ], - "DefaultIndex": 0, "ResetOnInit": true }, { From 06d14c7edd5ea2cd873bceaf12651987aa48176c Mon Sep 17 00:00:00 2001 From: HW Lee Date: Thu, 22 Aug 2024 18:14:44 +0000 Subject: [PATCH 2/3] audio: pts: waves vol: update the spec xml Flag: TEST_ONLY Bug: 343634539 Test: ABTD Change-Id: I48291d35bc74888d556a3382e0685fa0041eb7b6 Signed-off-by: HW Lee --- .../speaker_post_processing_volume_spec.xml | 55 ++++++++++--------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/audio/tokay/tuning/pts/speaker_post_processing_volume_spec.xml b/audio/tokay/tuning/pts/speaker_post_processing_volume_spec.xml index 027bcea8..969fd435 100644 --- a/audio/tokay/tuning/pts/speaker_post_processing_volume_spec.xml +++ b/audio/tokay/tuning/pts/speaker_post_processing_volume_spec.xml @@ -1,30 +1,31 @@ - - -56.154594,-57.110912 - -53.155884,-54.127373 - -49.756584,-50.737946 - -46.936535,-47.922485 - -43.24405,-44.23973 - -39.813145,-40.822468 - -36.94418,-37.96505 - -34.103817,-35.12746 - -32.26378,-33.29418 - -30.093319,-31.127796 - -27.625238,-28.658443 - -25.123178,-26.156292 - -23.122547,-24.157629 - -21.27267,-22.309628 - -19.260181,-20.323017 - -17.789768,-18.920961 - -16.70663,-17.944777 - -15.632062,-16.883278 - -14.59099,-15.903705 - -13.215048,-14.563754 - -12.320514,-13.758759 - -11.425067,-12.607503 - -10.545513,-11.783849 - -9.59371,-10.908389 - -8.927933,-10.219385 + + -55.633537,-57.12799 + -52.74118,-54.248005 + -49.229015,-50.760155 + -46.39415,-47.93267 + -42.696896,-44.252502 + -39.243034,-40.831715 + -36.365067,-37.983456 + -33.502815,-35.130657 + -31.668825,-33.308605 + -29.462334,-31.116865 + -26.979172,-28.646566 + -24.473492,-26.155708 + -22.479034,-24.18116 + -20.641127,-22.376537 + -18.619516,-20.410694 + -17.039654,-18.978006 + -15.964582,-18.063643 + -14.847198,-17.068687 + -13.786341,-16.13179 + -12.377989,-14.879541 + -11.468842,-14.155666 + -10.673872,-13.19977 + -9.866504,-12.5231495 + -9.465342,-12.234019 + -9.418919,-12.183332 - \ No newline at end of file + + From a402de27d14c64cde0f6658de22313aef6b7ec76 Mon Sep 17 00:00:00 2001 From: Ankit Goyal Date: Wed, 28 Aug 2024 22:50:38 -0700 Subject: [PATCH 3/3] Delete mapper4 manifest Bug: 362183626 Flag: EXEMPT manifest update Test: Boot to home on shiba Change-Id: Id897521cbd9dc0910f53ad6ce75b9f3f85d3f3cf --- manifest.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/manifest.xml b/manifest.xml index e01d156c..18109c63 100644 --- a/manifest.xml +++ b/manifest.xml @@ -48,15 +48,6 @@ default - - android.hardware.graphics.mapper - passthrough - 4.0 - - IMapper - default - - android.hardware.graphics.composer hwbinder