Commit graph

269 commits

Author SHA1 Message Date
Peter (YM)
710acad3df Merge "thermal: usb thermal throttle in off charging mode" into main 2024-06-03 07:00:58 +00:00
Peter (YM)
8f730bc927 thermal: usb thermal throttle in off charging mode
Fix the issue that device not trigger usb throttle in off mode charging.

Bug: 344445952
Test: Build and flash on device, verify with uart.
Change-Id: Ic6d453b1cab4614f8f6b42a9b6f5fe521a98101d
Signed-off-by: Peter (YM) <peterym@google.com>
2024-06-03 06:57:07 +00:00
Blackbear Chou
4a4e76d1e8 dumpstate: touch: Init using touch_predump
More info at go/touch_predump

Test: Test locally on test device and check predump_touch works.
Bug: 315239193

Change-Id: Ie06e91c68fc4af0fe58a1f5358793bffff2b02d8
Signed-off-by: Blackbear Chou <blackbearchou@google.com>
2024-06-03 01:10:00 +00:00
Wen Chang Liu
a1b543b4ce Merge "tegu: Enable media performance class 13" into main 2024-05-31 02:46:12 +00:00
David Christie
bab49992fe Config Tegu to allow external GPS location providers
-A noop change by itself, but allows Google to later overlay
 a different GPS engine within GmsCore.

Bug: 343731153
Test: Manual
Flag: EXEMPT resource only update

	modified:   tegu/overlay/frameworks/base/core/res/res/values/config.xml

Change-Id: Id4ea559c8fb666fee06ec73b5a30414bd8c232a8
2024-05-30 19:10:57 +00:00
wenchangliu
e98d0ac9d1 tegu: Enable media performance class 13
The MPC is limited to 13 since Camera recording does not support
HDR 10-bit.

Bug: 343087302
Test: run cts -m CtsMediaPerformanceClassTestCases
Test: run cts -m CtsCameraTestCases -t android.hardware.camera2.cts.ExtendedCameraCharacteristicsTest
Change-Id: Ic7ca5fe5d5a21ff6febf67799b80fc0f2da59a4a
2024-05-30 08:17:07 +00:00
Treehugger Robot
fa455db7b1 Merge "Switch makefile owners to MK_OWNERS" into main 2024-05-30 08:16:17 +00:00
Rios Kao
e0bc9d4dfc Merge "tegu: correct mixer paths location from previous check" into main 2024-05-30 03:29:10 +00:00
Treehugger Robot
1190a7e674 Merge "Camera: add system imu property" into main 2024-05-30 03:15:23 +00:00
Treehugger Robot
0844e83823 Merge "Camera: Force front camera always binning for 720P or less" into main 2024-05-30 03:12:32 +00:00
Treehugger Robot
0c3ca22cc9 Merge "Update camera related powerhint settings" into main 2024-05-30 02:49:54 +00:00
Pointer Kung
8c402e742b Camera: add system imu property
sync from ag/26673229

Bug: 343152323
Test: Build pass, adb shell getprop
Change-Id: I7cf8688628620555adaabbf7a8192cfafe1e59da
2024-05-30 02:29:26 +00:00
Pointer Kung
57ccaf29e5 Camera: Force front camera always binning for 720P or less
sync from ag/25777459

Bug: 343152323
Test: Build pass, adb shell getprop
Change-Id: Ia38932db7c4e655256fc767c1be13f200ae084d8
2024-05-30 02:28:15 +00:00
Rios Kao
f07dfa3784 tegu: correct mixer paths location from previous check
note:
     previous cl of mixer table is incorrect due to
     bot wrong path setup.

Bug: 343570040
Test: check the file in the test build.
Change-Id: Ie6e17eab71255c605078bcd6da529e7a818b63db
2024-05-30 02:23:01 +00:00
Treehugger Robot
de87dbfa64 Merge "audio: add sound dose offset curve" into main 2024-05-30 01:45:13 +00:00
Treehugger Robot
b0676974a4 Merge "display: remove display RRS default Config" into main 2024-05-29 14:52:42 +00:00
Rios Kao
57152fcb1e audio: Update templete.xml, recording.gatf and audio_platform_configuration to leverage RC setting
- Update PGC, AGC and SNS settings for camcorder use case
- Update PGC, AGC and SNS settings for recorder use case
- Add SA-Lite in voice recognition use case for enabling MIC COMP function

Files from the latest attachment on b/343141249

Bug: 343141249
Test: verified by cartercheng@
Change-Id: I57052a1be4992a9a11fc83a67c189d033cb6a0ba
2024-05-29 01:53:51 +00:00
Pointer Kung
27af9addc4 Update camera related powerhint settings
sync from
- ag/26741141 [Project11] Update Project11 powerhint
- ag/27477178 [Project11] CPU scheduling update.
- ag/27120048 Reduce DVFSHeadroom to 1100 for CAMERA_STREAMING_STANDARD
- ag/26555645 Change CPU UtilThreshold, DVFSHeadroom, CDPreferHighCap for Video Call

Bug: 342502377
Test: Build pass, Boot to home, GCA
Change-Id: I7411d6703f6e3e5b602a48413a7be101d0da2941
2024-05-28 10:27:25 +00:00
Rios Kao
d59904cedf audio: Phase in TG4 mixer_paths tables
Change List :

mixer_paths:

Disable T-coil Amp

Change from

<path name="speaker-earpiece (VOICE,HAC)">
<ctl name="TAS25XX CODEC PROFILE" value="voice"/>
<ctl name="TAS25XX ASI Switch" value="1"/>
<ctl name="TAS25XX PLAYBACK_VOLUME_LEFT" value="58"/>
<ctl name="HAC AMP EN" value="1" />
<ctl name="TAS25XX EM LEFT" value="OFF"/>
<ctl name="TAS25XX EM RIGHT" value="OFF"/>
</path>

to

<path name="speaker-earpiece (VOICE,HAC)">
<ctl name="TAS25XX CODEC PROFILE" value="voice"/>
<ctl name="TAS25XX ASI Switch" value="1"/>
<ctl name="TAS25XX PLAYBACK_VOLUME_LEFT" value="58"/>
<ctl name="HAC AMP EN" value="0" />
<ctl name="TAS25XX EM LEFT" value="OFF"/>
<ctl name="TAS25XX EM RIGHT" value="OFF"/>
</path>

Thanks.

Files from the latest attachment on b/342982889

Bug: 342982889
Test: verified by ntkuo@
Change-Id: I3b20c5f232334a0f0e9d35ab2b4c202837d42ec9
2024-05-28 02:12:56 +00:00
Treehugger Robot
3ac2dc0002 Merge "display: tegu: don't apply overlay in low light" into main 2024-05-27 02:30:10 +00:00
Sam Ou
a780b504b1 Merge "thermal: tegu: Remove BCL related thermal zone" into main 2024-05-24 09:16:02 +00:00
Treehugger Robot
1531f4df80 Merge changes from topic "sync_camera_powerhint" into main
* changes:
  [Camera] Change PMU max frequency for CL2 to 1164MHz
  Enable PMU during photo capture
  Disable CDPreferIdle, set DSUMin to 610MHz for 60fps
  Increase SPC thresholds for 60fps
  Increase SPC threshold for little and mid cores for CAMERA_STREAMING_STANDARD
  Increase TAUClampBoost during capture to reduce latency
  Thermal Boost for severe thermal state
  Powerhint: Enable big core reduction feature and CDPreferIdle, limit CPUset to 0-6, optimize MIF clock frequency
2024-05-24 09:06:45 +00:00
Cathy Hsu
727623e519 Merge "display: update ssc_en permission" into main 2024-05-24 08:51:56 +00:00
samou
bd9bbb5288 thermal: tegu: Remove BCL related thermal zone
Bug: 342504477
Change-Id: I8da3a8b1ae6fee59b8e03fddc5f2bdca2c080a8b
Signed-off-by: samou <samou@google.com>
2024-05-24 08:03:35 +00:00
Cyan_Hsieh
c174438a3f Switch makefile owners to MK_OWNERS
Bug: 278167548
Change-Id: I35f8faf240de6daa3b2ddb2c39f3bdd3d40239c6
2024-05-24 15:53:56 +08:00
Pointer Kung
79263305ab [Camera] Change PMU max frequency for CL2 to 1164MHz
sync from ag/27327800 and ag/27350615

Bug: 342502377
Test: GCA
Change-Id: I21162cd593db199a25fa527d4a1879b3f4ea694b
2024-05-24 04:11:03 +00:00
Pointer Kung
1f3c427641 Enable PMU during photo capture
This CL enables PMU feature during photo capture. With the new settings, we can achieve up to 120ms saving in capture latency, while paying a penalty of 60mW. However, even with the added power, we are still below the F10 numbers (go/f10-camera-power-gtw).

Refer to ag/27238472 and ag/27255676

Bug: 342502377
Test: GCA photo capture
Change-Id: Iefe755e64e2e5bd6858f13adb4be7533c6b3e611
2024-05-24 04:00:08 +00:00
Pointer Kung
0efca5ac37 Disable CDPreferIdle, set DSUMin to 610MHz for 60fps
With MulticamRoutingNode on RT, the performance is no longer impacted by
having CDPreferIdle disabled. Additionally, this CL reduces DSUMin to
610MHz, saving overall up to 50mW in CPU power.

Refer to ag/27091363 and ag/27105186

Bug: 342502377
Test: Build pass
Change-Id: I49c8a5aad237c76582388545ff83d44d440d84a0
2024-05-24 03:52:17 +00:00
Pointer Kung
efae9635e1 Increase SPC thresholds for 60fps
This CL increase SPC threshold for little core to 55, and for mid core
to 32. Tests show that in a loaded scenario, framedrop rate can reduce
to almost zero, while not impacting the power in the unloaded (baseline)
scenario.

Refer to ag/27032799 and ag/27078536

Bug: 342502377
Test: Build pass
Change-Id: I9c50b58483cb5262c3550cb45907cbe522eb4e5a
2024-05-24 03:46:57 +00:00
Pointer Kung
f5e293b0e4 Increase SPC threshold for little and mid cores for CAMERA_STREAMING_STANDARD
SPC threshold is too low for both Little and Mid cores. This CL increases this
threshold to 55 for Little Core and to 30 for Mid core.
Test results show lower framedrop rate in presence of background load,
without having a negative impact on the power.

Refer to ag/26943567 and ag/27018139

Bug: 342502377
Test: Build pass
Change-Id: I593b9ca4f85e844ebacdb8606147d51c9d8926da
2024-05-24 03:42:13 +00:00
Pointer Kung
0b68622936 Increase TAUClampBoost during capture to reduce latency
Refer to ag/26943660 and ag/27007128

Bug: 342502377
Test: Build pass
Change-Id: I16bfd29cad1829ed74b6946e02b2bbb573037b51
2024-05-24 03:35:24 +00:00
Pointer Kung
cc8c9de464 Thermal Boost for severe thermal state
Refer to ag/26566748 and ag/26898080

Bug: 342502377
Test: Build pass
Change-Id: Icc5c6eb7963e7e9a26140738e068d556ca008bb9
2024-05-24 03:31:05 +00:00
Pointer Kung
7b1c1b2326 Powerhint: Enable big core reduction feature and CDPreferIdle, limit CPUset to 0-6, optimize MIF clock frequency
CAMERA_STREAMING_HIGH:
CPUSkipMask to 0x80
MemFreq to 1539000
Enable CDPreferIdle
CDCpuset to 0-6

CAMERA_STREAMING_STANDARD:
CPUSkipMask to 0x80
TAPreferIdle to 0
Enable CDPreferIdle
CDCpuset to 0-6

Refer to ag/26718992, ag/26787527 and ag/26710529

Bug: 342502377
Test: Build pass
Change-Id: Id1ba596588bf51c3847c0c5a9f9d72adc8888f19
2024-05-24 03:22:23 +00:00
vincenttew
56642aafbd audio: add sound dose offset curve
Bug: 340149054
Change-Id: I705891298651640ff8deb6ae0a33bdb4101b1642
Signed-off-by: vincenttew <vincenttew@google.com>
2024-05-23 14:54:10 +08:00
Xin Li
0d6bb5c71d [automerger skipped] Merge Android 24Q2 Release (ab/11526283) to aosp-main-future am: 864a02b998 -s ours
am skip reason: Merged-In Ifbd01aeaa18ce32fc5613c78170a6d39ae9024b4 with SHA-1 83c4993aa5 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/tegu/+/27273663

Change-Id: Ie4cf8ebd5666b50e4ca19036ee29d8bb2981090e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-05-22 23:40:57 +00:00
Cathy Hsu
25ce5a9c08 display: update ssc_en permission
Bug: 316357878
Test: Dump ddic commands of "echo 1 > /sys/class/backlight/panel0-backlight/ssc_en"
Change-Id: Iedbcc92562e06bc7a833a9a2884a13800f7a0d37
Signed-off-by: Cathy Hsu <cathsu@google.com>
2024-05-22 07:08:16 +00:00
Cathy Hsu
e527c90525 display: remove display RRS default Config
TG4 doesn't support RRS; therefore, remove the related settings.

Bug: 341870097
Test: No error msg 'kernel doesn't support mode: 960x2142@120'.
Change-Id: I9acb3cbd48c53a4f21c1ec15d811aa6fb7a39b0d
2024-05-21 09:11:13 +00:00
Peter (YM)
193441806e Merge "thermal: init WLC themral throttle" into main 2024-05-21 02:36:50 +00:00
Peter (YM)
1ef4072ac6 thermal: init WLC themral throttle
- Init vskin-wlc v1
- init wlc thermal throttle with last generation algorithm

Bug: 341236825
Test: Build and boot to home
Change-Id: Iac66f0a13d94bf1e94744f7954775f0a91cbde0b
Signed-off-by: Peter (YM) <peterym@google.com>
2024-05-20 23:28:42 +00:00
Ravi Jain
5cd0d7934f Merge "Vibrator: Set Soong Config variable - kernel_ver" into main 2024-05-20 11:00:39 +00:00
Ravi Jain
9501f4c2b9 Vibrator: Set Soong Config variable - kernel_ver
Bug: 340148508
Test: Build and check fw files in all devices.
Change-Id: I9282369332140d7ffdea42be2fcceabe3000acc0
2024-05-20 06:52:23 +00:00
Kah Xuan Lim
0725c98f6e Merge "Disable Dex preoptimization" into main 2024-05-16 08:23:28 +00:00
Kah Xuan Lim
6c52094291 Disable Dex preoptimization
When building with dexpreopt, the odex complains about not being able to find certain system server jars.

```
FAILED: ninja: 'out/soong/system_server_dexjars/modemml-tflite-service.jar', needed by 'out/soong/.intermediates/packages/modules/AdServices/adservices/service/service-adservices/android_common_apex33/e18b8e8d84cb9f664aa09a397b08c165/dexpreopt/service-adservices/oat/arm64/javalib.odex', missing and no known rule to make it
03:32:32 ninja failed with: exit status 1
```

Flag: build.WITH_DEXPREOPT
Bug: 339345077
Change-Id: Ic2900b4077e2311b6cbcd4a56365b36ba60c455f
2024-05-16 07:37:00 +00:00
Treehugger Robot
ae076a64bf Merge "wifi: Update wifi overlay config" into main 2024-05-16 05:28:36 +00:00
Treehugger Robot
629a1d9b66 Merge "audio: update mixer table" into main 2024-05-16 04:14:42 +00:00
Rios Kao
543dc88e0d Merge "audio: Phase in audio_policy_volume.xml in TG4" into main 2024-05-16 02:19:44 +00:00
Hsiu-Chang Chen
67784ac19c wifi: Update wifi overlay config
Bug: 340864926
Test: Build pass
Change-Id: I4dc98649d9374d1715ee5f8aadf4b86e5ba37344
2024-05-15 23:37:25 +08:00
David Li
ea61fc0c9b audio: Phase in audio_policy_volume.xml in TG4
I put TG4  audio_policy_volume.xml in the attached file.

1. This table all number follow AK3 parameters.
Just use TG4 format.
It will be a good start for TG4 to align AK3.
2. This  audio_policy_volume.xml internal name: audio_policy_volumes(TG4_EVT_1).xml

Files from the latest attachment on b/340373394

Bug: 340373394
Test: verified by supery@
Change-Id: Ifd788a00964117b6eee3289cf136c319efd0eaad
2024-05-15 19:51:43 +08:00
Robin Peng
5ba098bee4 Amend the KERNEL_DIR to the prefered name
Bug: 337163126
Change-Id: If9f3445c871eb9965ab58fb245b313cb32003e4a
2024-05-15 07:35:57 +00:00
Cindy Chung
76ddc30e96 Merge "display: Set ro.surface_flinger.ignore_hdr_camera_layers" into main 2024-05-14 06:25:09 +00:00