Commit graph

204 commits

Author SHA1 Message Date
Rios Kao
7de12294a2 Merge "audio: Phase in speaker compensation tuning tables" into main 2024-05-03 09:07:25 +00:00
Rios Kao
194cb87a48 Merge "audio: Phase in fortemedia tuning tables" into main 2024-05-03 09:07:25 +00:00
Treehugger Robot
b4197915c7 Merge "gps: update gps configuration" into main 2024-05-03 08:44:59 +00:00
Peter (YM)
eed13b648c Merge "thermal: usb thermal protection" into main 2024-05-03 05:24:53 +00:00
Edwin Tung
66ba4743a4 gps: update gps configuration
disable requestRefLocCb to prevent incorrect cell info
set SUPL UT1 timer to 20 seconds to align ixit_timer_UT1 range
re-enabling OTDOA

Bug: 336760721
Bug: 336398796
Bug: 329779403

Test: Config change works
Change-Id: Ifa59586c271a3a1caf400f7acaf3f86d342b29f1
2024-05-03 12:16:36 +08:00
Treehugger Robot
f72de42c1c Merge "odpm: support 2 random mappings to iio device" into 24D1-dev am: f6b17d90d1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tegu/+/27189657

Change-Id: If98eac4694f228bcec78d0933bbb7323d1148824
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-05-03 03:09:09 +00:00
Treehugger Robot
ec4e3a1733 Merge "audio: remove non-supported analog headset" into 24D1-dev am: 1c5021c651
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tegu/+/27148522

Change-Id: I7dddb445cdeb8c05aecbeb2e7085c745b384100c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-05-03 03:08:59 +00:00
Treehugger Robot
f6b17d90d1 Merge "odpm: support 2 random mappings to iio device" into 24D1-dev 2024-05-03 02:58:08 +00:00
Treehugger Robot
1c5021c651 Merge "audio: remove non-supported analog headset" into 24D1-dev 2024-05-03 02:46:05 +00:00
Peter (YM)
fd239ef939 thermal: usb thermal protection
Based on HW proposal in b/335112894#comment21

Bug: 335112894
Test: b/335112894#comment21, verifiy by HW test
Change-Id: Id1f9e1595433c55d59539c947f8e8a5da285dfa9
Signed-off-by: Peter (YM) <peterym@google.com>
2024-05-03 01:53:37 +00:00
Darren Hsu
72e3730811 odpm: support 2 random mappings to iio device
VSYS_PWR_MMWAVE will be replaced with S12S_VDD_AUR on SUB6
only sku. The replacement failed sometimes because there are
2 random mappings to iio device.

Mapping 1
iio:device0 -> s2mpg14-odpm
iio:device1 -> s2mpg15-odpm

Mapping 2
iio:device0 -> s2mpg15-odpm
iio:device1 -> s2mpg14-odpm

Bug: 337665886
Bug: 338416918
Bug: 338316877
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I42e93a013de790b8d79d5934d57069ce83f3cb74
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2024-05-03 01:47:21 +00:00
Treehugger Robot
16bbe844aa Merge "gps: fix pdk build break" into main 2024-05-02 13:58:44 +00:00
Rios Kao
27f734653c audio: Phase in speaker compensation tuning tables
Speaker Compensation

speaker compensation update with proto1.0 HW

Bug: 338351355
Test: Test: verified by ntkuo@
Change-Id: I571d8bbb19f44bea0236eff32a52928070b6d2c0
2024-05-02 09:56:23 +00:00
Rios Kao
2956e98b70 audio: Phase in fortemedia tuning tables
Change List :

Fortemedia:

Optimize handheld mode performance with speaker compensation.
Sync headset and BT setting.

Files from the latest attachment on b/338350788

Bug: 338350788
Test: verified by ntkuo@
Change-Id: Iadc0da4b3c0bc418da5b2fccf717ab71801b5beb
2024-05-02 09:53:32 +00:00
Edwin Tung
8878c6d275 gps: fix pdk build break
Bug: 338302928
Test: Build pass
Change-Id: I12624cad765da28d1660844e6a3f9665f136bf3e
2024-05-02 14:44:48 +08:00
Peter (YM)
74d002881d Merge "thermal: Update thermistor_name.txt from tflite model" into main 2024-05-02 03:25:12 +00:00
Matt Buckley
05ea3376fc Add POWER_EFFICIENCY uclamp max to adpf config am: a91c6786f9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tegu/+/27163301

Change-Id: I2d469158db02bd00d95f7339760ebc71cd19859c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-04-30 21:59:20 +00:00
Matt Buckley
a91c6786f9 Add POWER_EFFICIENCY uclamp max to adpf config
Add the "UclampMax_EfficientBase" value to the ADPF config in the
powerhint.json to specify efficient core scheduling in the static
case, and "UclampMax_EfficientOffset" for the dynamic case, for this
device.

Bug: 277285195
Test: manual
Change-Id: I858da8b21739d946f21c9cdda2277f34723836f3
2024-04-30 18:29:24 +00:00
sashwinbalaji
b564103698 thermal: Update thermistor_name.txt from tflite model
With ag/27095449, we'll always parse thermistor_name config and the
current tflite model thermistor_name is not in json format.
This will lead to thermal hal crash. Fix it by setting the file content
to empty json object {}

Bug: 337961368
Test: Locally update and ensure no thermal hal crash
Change-Id: Ib171509a9cdf89d7982adcc0fa3c9c700b49b55b
2024-04-30 19:52:13 +08:00
vincenttew
37fb86d18d audio: remove non-supported analog headset
Bug: 329470379
Change-Id: I461952abbb91e0d9fe5911e868fbecdf0b3f2eff
Signed-off-by: vincenttew <vincenttew@google.com>
2024-04-30 18:20:11 +08:00
Treehugger Robot
1d592e0980 Merge "audio: update speaker firmware bin file" into main 2024-04-30 08:03:24 +00:00
Jason Chang
29dbabf9f2 Merge "Adjust Power button light reveal position in line with the power button." into main 2024-04-29 10:53:09 +00:00
Jason Chang
b31134b8c2 Adjust Power button light reveal position in line with the power
button.

To configure the power button light reveal’s y-axis offset.

Bug: 336667868

Test: manually test and check the Power button light reveal visual
Change-Id: I6db7179a4c877a5b136ac7c05a4181ca02d3dc88
2024-04-29 09:34:33 +00:00
Robert Lee
7e76bd3067 audio: update speaker firmware bin file
Enable IV sense and disable ME on voice profile

Bug: 335540954
Test: HW manual test
Change-Id: I3fedc01f26bb273b346ba29b280db6dff627807f
Signed-off-by: Robert Lee <lerobert@google.com>
2024-04-29 08:24:37 +00:00
Jason Chang
1c85f94fad Fix udfps lottie animation UI wrong place for new project
Customize overlay package for udfps lottie animation
translate position.

Flag: NONE

Bug: 335564108

Test: manully test with reproducible steps:
1. Flash the device.
2. Set fingerprint in SUW
3. Observe behavior.

Change-Id: I15a76c3d08ab97492de219de7c6c15596030df3f
2024-04-29 06:47:16 +00:00
Taeju Park
b5a82d7a8c powerhint: remove lcpi paramter for PMU limit am: 3b9cfb2867
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tegu/+/27120490

Change-Id: I5eaa4391de3b532860e6845b78dbf1cfe328915a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-04-26 21:27:43 +00:00
Taeju Park
3b9cfb2867 powerhint: remove lcpi paramter for PMU limit
PMU-based soft freq limit no longer use lcpi paramter

Bug: 295054083
Change-Id: I64d78680b42c8d757c023856af4ca31c13c120e9
Signed-off-by: Taeju Park <taeju@google.com>
2024-04-26 18:50:24 +00:00
Thomas Girardier
4bde1ff78e Merge "Revert "[BT] Disable BT auto on"" into main 2024-04-26 04:03:00 +00:00
Thomas Girardier
f1f56f2806 Revert "[BT] Disable BT auto on"
This reverts commit 75233c269f.

Reason for revert: Auto On has been approved for 24Q3

Change-Id: I527d2ab67496c232afb153bedf3af93d334e43c4
2024-04-25 16:22:54 +00:00
Henry Wang
5cf1e9c5f0 Merge "Init: start twoshay on boot." into main 2024-04-24 07:31:56 +00:00
Treehugger Robot
1e9f513514 Merge "gps: change RfPathLoss to 3800" into main 2024-04-24 06:50:40 +00:00
Rios Kao
c10d0f5561 audio: Phase in TG4 fortemedia tuning tables
Change List :

Fortemedia:

Optimize handset and handheld mode performance.

Files from the latest attachment on b/335789169

Bug: 335789169
Test: verified by ntkuo@
Change-Id: I8ef869f33d694962d63989dbc8fcd1c3bc38fadf
2024-04-24 03:44:49 +00:00
Kyle Hsiao
aa99785141 Merge "Add antenna position coordinates" into main 2024-04-23 10:00:07 +00:00
Treehugger Robot
3e3669795c Merge "Update pixel pitch of device" into main 2024-04-23 09:20:11 +00:00
Kyle Hsiao
5aed3e5982 Add antenna position coordinates
Bug: 336231684
Test: manual
Change-Id: I71129e9385a1519c987efc445082edb14a2335af
2024-04-23 07:57:48 +00:00
chenkris
b302f80dc3 Update pixel pitch of device
Bug: 336186841
Test: manual
Change-Id: Ic3b80f3d4505469df3ca5b934729a67a7a87e142
2024-04-23 07:46:02 +00:00
Treehugger Robot
4f9eaffb3a Merge "audio: update speaker tuning table" into main 2024-04-23 02:31:15 +00:00
Kyle Hsiao
1dc84395b7 Remove duplicate DEVICE_PACKAGE_OVERLAYS
Bug: 336219663
Test: Manual
Change-Id: I32485b3d2b759002fc0f652f73f3aa89ddb61be2
2024-04-22 09:21:03 +00:00
Edwin Tung
1daa201420 Merge "gps: Disable RILC_REQ_GPS_GNSS_LPP_PROFILE_SET" into main 2024-04-22 06:43:15 +00:00
Robert Lee
5fed43a35b audio: update speaker tuning table
Change List:
1. first speaker model for proto stage
2. enable ABG function  and set initial parameters in tuning bin for tuning

Bug: 335796812
Test: builds
Change-Id: I7dbeeb5c196b998546f2c9491e1cc4375318d310
Signed-off-by: Robert Lee <lerobert@google.com>
2024-04-19 09:56:51 +00:00
Darren Hsu
8a5944e12e powerstats: update display resolution and refresh rate
Bug: 309876304
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I3dcb6674da5fdf082dbf33697a2186ba7c835c61
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2024-04-19 14:45:36 +08:00
Edwin Tung
76f377e33f gps: change RfPathLoss to 3800
Bug: 335574181
Test: Build pass
Change-Id: I641f3cfd4db2c377bf7fc5c4302a633017bd38b5
2024-04-19 14:06:16 +08:00
Edwin Tung
a41125ee16 gps: Disable RILC_REQ_GPS_GNSS_LPP_PROFILE_SET
Disabling RILC_REQ_GPS_GNSS_LPP_PROFILE_SET

Bug: 317209136
Test: Gnss Sanity test pass
Change-Id: I0124d462f311946f4f5c887f3803223632fc7751
2024-04-19 13:38:39 +08:00
Darren Hsu
8f7212b72e powerstats: bring PixelStateResidencyDataProvider to device config am: b82515fe5d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tegu/+/26991593

Change-Id: Id64d3cb87a3e4cecb7650d3b1c35fe034ecf0aeb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-04-18 08:06:09 +00:00
Peter (YM)
ae7f060739 Merge "thermal: enable thermal throttle with legacy vskin v1" into main 2024-04-18 04:34:23 +00:00
Treehugger Robot
ae1e5b2145 Merge "Enable secure NFC support" into main 2024-04-18 04:27:03 +00:00
Kyle Hsiao
a320a803f7 Enable secure NFC support
Bug: 335536626
Test: manual
Change-Id: I0197cdde73f5a96581e7dff09c146aac53a9e221
2024-04-18 03:41:55 +00:00
Peter (YM)
f60d0384fc thermal: enable thermal throttle with legacy vskin v1
Provide legacy v1 based on Proto1.1 thermal test result

Bug: 330247219
Test: Run thermal benchmark test
Change-Id: I74e1b58a045c34670694c1edbe8338827c2776fa
Signed-off-by: Peter (YM) <peterym@google.com>
2024-04-17 11:13:26 +00:00
Darren Hsu
b82515fe5d powerstats: bring PixelStateResidencyDataProvider to device config
Second parameter is required to add PixelStateResidencyDataProvider.
If display entity name is empty, the device doesn't support display
VRR power stats.

Bug: 335379104
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: Id70ce01ef50a56d690c0942ae7e2ac2560abc435
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2024-04-17 16:30:49 +08:00
Peter (YM)
65bc4ef474 Merge "thermal: Add VSKIN-MODEL" into main 2024-04-16 02:39:06 +00:00