Commit graph

277 commits

Author SHA1 Message Date
sashwinbalaji
a7fcfa3665 thermal: update control temp in powerhint am: e9f6f92eb6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19947791

Change-Id: I2d19c0e7a33ae1da01a4dce269d52a679e8ee75f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-15 04:24:32 +00:00
sashwinbalaji
e9f6f92eb6 thermal: update control temp in powerhint
1) Change the default trip_point_1_temp and trip_point_2_temp in accordance to new config provided by hardware (b/235166018#comment5).
2) Removing AUR nodes

Bug: 246546076
Test: Used local build to verify the trip_point_1_temp & trip_point_2_temp when VIRTUAL_SKIN
severity is changed on updating quiet_therm temp.

Change-Id: I240ba1b77706b6ce8991285dfa0ea6deae25f15b
2022-09-14 15:21:11 +08:00
TreeHugger Robot
ffd755235c Merge "zram: add zram size property" into tm-qpr-dev am: df4c908131
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19907668

Change-Id: I9d60242d4ae142e7062078030fd6262f45248554
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-12 03:55:31 +00:00
TreeHugger Robot
df4c908131 Merge "zram: add zram size property" into tm-qpr-dev 2022-09-12 03:20:57 +00:00
Martin Liu
546a717d7b zram: add zram size property
Bug: 245442843
Test: check zram swap and backing device

Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: Idf96ad2db919c29adcceecd58af9e097e895add1
2022-09-09 16:32:02 +08:00
Wei Wang
e78c19e99e Merge "Replace GPUMinFreq 151000 with 202000" into tm-qpr-dev am: 8ec52c3f3f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19833013

Change-Id: I728388cd6df63ba32cdb9e5f0660c2afe7d62d75
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-06 16:42:04 +00:00
Wei Wang
8ec52c3f3f Merge "Replace GPUMinFreq 151000 with 202000" into tm-qpr-dev 2022-09-06 16:08:18 +00:00
Siddharth Kapoor
001814c4ac Replace GPUMinFreq 151000 with 202000
Bug: 240479599
Change-Id: If7a5970b4f6d6049fc0aee4fc7caeb99ccbbdf21
2022-09-05 22:22:16 -07:00
TreeHugger Robot
10428dae29 Merge "Differentiate COD between phone and non-phone project" into tm-qpr-dev am: 9ced5e2b6c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19806581

Change-Id: I38826989c3a37ac03d62f64fe95ecb69d80068a3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-05 04:16:24 +00:00
TreeHugger Robot
9ced5e2b6c Merge "Differentiate COD between phone and non-phone project" into tm-qpr-dev 2022-09-05 03:30:29 +00:00
TreeHugger Robot
e9414cf918 Merge "Config dex2oat according to thermal status" into tm-qpr-dev am: c305d4a222
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19806582

Change-Id: I07f96b4dcc81b6b383f25c34c421ce1d349176fb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-02 06:26:10 +00:00
TreeHugger Robot
c305d4a222 Merge "Config dex2oat according to thermal status" into tm-qpr-dev 2022-09-02 06:04:31 +00:00
Rick Yiu
dbec4f9ab8 Merge "Remove RestrictedCpuset hint" into tm-qpr-dev am: 3ed689ec0d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19657292

Change-Id: Id81b3fee760e417857a13f7d01681d021b87f84e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-02 05:14:48 +00:00
Rick Yiu
3ed689ec0d Merge "Remove RestrictedCpuset hint" into tm-qpr-dev 2022-09-02 04:59:42 +00:00
shihchienc
0c9f44cdbd Differentiate COD between phone and non-phone project
Since we have tablet project and its COD device class should not
be same as phone, we need to add tag for each tablet project so
that when we build project, we can use different COD setting toward
different projects.

Bug: 244403430
Test: build project and check EIR
      tablet should have ComputeR/handheld PC/PDA class and phone should
      have Phone/Smartphone class
Change-Id: If7eed69ad9c9a24c9f2366cfa970886255f8c322
2022-09-01 10:08:54 +00:00
Rick Yiu
60f3c1e73e Config dex2oat according to thermal status
Config dex2oat cpuset and thread count according to thermal status.

LIGHT cpuset = 0,1,2,3,4,5 thread = 6
MODERATE cpuset = 0,1,2,3 thread = 4
SEVERE cpuset = 0,1,2,3 thread = 4
CRITICAL cpuset = 0,1,2,3 thread = 2
EMERGENCY cpuset = 0,1,2,3 thread = 1

Bug: 242948832
Test: build pass
Change-Id: If352833f9fe0f2593f5e98648587e2a99d5669c5
2022-09-01 08:37:24 +00:00
eddielan
3521757b4d fingerprint: Add config for different product am: 6e3022a9f3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19801535

Change-Id: I97dba78ae26f6e801aa74aa4e36d4825361b403e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-01 08:31:40 +00:00
eddielan
6e3022a9f3 fingerprint: Add config for different product
Fingerprint AIDL interface provides the module location API.
AIDL HAL can fill out he coordinate(x,y) and report to framework.

Setting different product means HAL is using specific project and report
corresponding (x,y).

Bug: 244261157
Test: make android.hardware.biometrics.fingerprint-service.fpc42
Test: Check Fingerprint mark location is correct in enrollment UI
Change-Id: I866a7c0270a126ed569ac9991720124b7d086803
2022-08-31 08:57:58 +00:00
TreeHugger Robot
a93cd4f45b Merge changes from topic "fpcsw42-hidl-record-status" into tm-qpr-dev am: 3aed12c3ef
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19780444

Change-Id: I9ad9effb048e0c93f99ba7556db9df8df7c937e3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-31 06:08:52 +00:00
eddielan
e0926cddf7 fingerprint: Enable HIDL fingerprint status flag am: b625c6d926
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19591229

Change-Id: I98136857e2bf025b6e28c698bb1a6c60dcdcafeb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-31 06:08:49 +00:00
TreeHugger Robot
3aed12c3ef Merge changes from topic "fpcsw42-hidl-record-status" into tm-qpr-dev
* changes:
  fingerprint: Enable Clean ta flag
  fingerprint: Enable HIDL fingerprint status flag
2022-08-31 05:45:26 +00:00
Hyungwoo Yang
edfb10047b Merge "input: Add USI Device Certification Tool" into tm-qpr-dev am: f7d3e52aba
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19781450

Change-Id: I03639c184ea93a43da2307c6689daa629f886e22
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-30 14:54:43 +00:00
Hyungwoo Yang
f7d3e52aba Merge "input: Add USI Device Certification Tool" into tm-qpr-dev 2022-08-30 14:33:03 +00:00
eddielan
2c147fdc5b fingerprint: Enable Clean ta flag
Bug: 203016894
Test: Bulid Pass, getprop vendor.fp.status
Change-Id: I108b828b343a130a41c5154da402c837a53b6fc5
2022-08-30 19:24:46 +08:00
eddielan
b625c6d926 fingerprint: Enable HIDL fingerprint status flag
Bug: 203016894
Test: Bulid Pass, getprop vendor.fp.status
Change-Id: I3f77a2b2a181729b1ad79c50b3574408df149f38
2022-08-30 19:24:37 +08:00
Hyungwoo Yang
e3aca7b803 input: Add USI Device Certification Tool
usi_test is the tool to be used to
- get USI Device Certification.
- debug USI Stylus & Controller.

This patch adds the usi_test binary into userdebug image.

Test: Build and manually check.
Bug: 242689275
Change-Id: I541aa1f3084966f73525a0e8f8de4b46c5efddf1
2022-08-30 07:20:40 +00:00
Rick Yiu
de3d6dd287 Remove RestrictedCpuset hint
With systemui now changed its cpuset in early stage, we no longer
need RestrictedCpuset hint as workaround.

Bug: 242775562
Test: build pass
Change-Id: I17603010b7070594f703e04b09cfb3a2a37ecac5
2022-08-30 06:48:24 +00:00
jimmyshiu
9461d7927f Enable ADPF CPU hints for SF am: ba8ccf33f5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19771858

Change-Id: Iae3b95d29f7c3b550612afe737fe9cb0d8ff4cd3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-29 20:05:52 +00:00
jimmyshiu
ba8ccf33f5 Enable ADPF CPU hints for SF
Allow these devices to send CPU hints to PowerHAL from SF to reduce
drops and save power.

Bug: b/241152899
Bug: b/195990840

Test: manual
Change-Id: I06a38eeade1aea7cb12bef079b555e6e34d2581c
(Port from commit 8a419466b86ab07a25fc18d7d6a2a9ee154f6839)
2022-08-29 12:22:09 +00:00
TreeHugger Robot
fa93b067cd Merge "Revert "Disable A2DP hardware offload"" into tm-qpr-dev am: 9335488c69
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19647136

Change-Id: Id708e846d13cfe3006ac062da2cee15c30b3b032
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-29 05:59:10 +00:00
TreeHugger Robot
9335488c69 Merge "Revert "Disable A2DP hardware offload"" into tm-qpr-dev 2022-08-29 05:39:28 +00:00
TreeHugger Robot
a699585502 Merge "thermal: seperate thermal config for charging" into tm-qpr-dev am: e05312ee80
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19741240

Change-Id: Id30f9c04d0749a6102fd0bbb50632e54e6886fdc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-26 07:46:59 +00:00
TreeHugger Robot
e05312ee80 Merge "thermal: seperate thermal config for charging" into tm-qpr-dev 2022-08-26 07:27:57 +00:00
Gil Liu
756fe89461 Merge "display: enable Lbe supported property" into tm-qpr-dev am: 2489c41087
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19638794

Change-Id: I0a6c9e24001f42ebdb55115dc4ab45dac81991a1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-26 06:32:34 +00:00
Gil Liu
2489c41087 Merge "display: enable Lbe supported property" into tm-qpr-dev 2022-08-26 06:12:10 +00:00
David Chao
03f56679b7 thermal: seperate thermal config for charging
Separate thermal config for charger mode and remove the unused thermal
throttling.

Bug: 243347663
Test: thermalHAL init completed in charger.
Change-Id: I474d58d51ec715c90fcf4d8ad8d377db4e8e43f0
2022-08-25 16:13:59 +08:00
Jasmine Cha
ad1e12fc6f audio: improve mute duration am: b5914301da
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19728102

Change-Id: Iac3f8609b277a99fe3f0dc3317f8aa4541797bf2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-24 08:13:14 +00:00
Jasmine Cha
b5914301da audio: improve mute duration
- preview of notification will be cut off slightly becuase of mute
  duration is too long.
- sync mute duration of primary output from to 40 ms

Test: preview notification

Signed-off-by: Jasmine Cha <chajasmine@google.com>
Change-Id: Ib97017db1066fb6687b6634956e086a3102fe939
2022-08-24 10:53:47 +08:00
TreeHugger Robot
483a78e655 Merge "p2p: fix p2p configuration" into tm-qpr-dev am: 38385b5721
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19537153

Change-Id: Iaf1b2bbff24243d7b8cb25df70d358d89e373953
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-23 21:13:48 +00:00
TreeHugger Robot
38385b5721 Merge "p2p: fix p2p configuration" into tm-qpr-dev 2022-08-23 20:33:26 +00:00
Jasmine Cha
51bf72d8d7 audio: update fm table am: ca6b0c61f4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19657856

Change-Id: Ie7a149dcb7e1ebea70f094b086d898f5d71c667d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-23 01:21:30 +00:00
Jasmine Cha
ca6b0c61f4 audio: update fm table
Source (iS895):
K6: HEADSET-DOCK_SPEAKER-VOICE_GENERIC-FB (K6_HEADSET_Apr_26_and_epdoffset_15ms.dat)
T6: HANDSFREE-HANDFREE-VOICE_GENERIC-FB   (HANDSFREE_Aug09_v35565_Nest_for_Webex_NREC_off_issue.dat)

Change steps:
1. Convert iS895 source file "K6_HEADSET_Apr_26_and_epdoffset_15ms.dat" and "HANDSFREE_Aug09_v35565_Nest_for_Webex_NREC_off_issue.dat" to iS900
choose source parameter "HEADSET-DOCK_SPEAKER-VOICE_GENERIC-FB" and "HANDSFREE-HANDFREE-VOICE_GENERIC-FB" from Nest Handsfree/Headset iS895 parameter
2. apply T6 iS900 evaluation parameter, including enabling iS900 SSA2.0(T6/K6), EC/NS(slight change in T6)
3. 48k-32k mapping, (Tx/Rx EQ, EPD_offset)
//EPD_offset from 0x2D0(15ms at 48k) to 0x1E0 (15ms at 32k)

Bug: 242920998
Test: manaul test

Signed-off-by: Jasmine Cha <chajasmine@google.com>
Change-Id: I731f75c92e31be98986da8091d5c744064ccfeec
2022-08-22 13:10:07 +08:00
Darren Hsu
61b0dab19d powerstats: update configuration of common data providers am: acf8bdf29a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19647137

Change-Id: I75202ca90c47d12c160afa1ec6c827976c54f26d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-19 06:31:53 +00:00
Darren Hsu
acf8bdf29a powerstats: update configuration of common data providers
Bug: 242695004
Bug: 215489197
Bug: 215488437
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I8ab4c72a509b9b4673929588ab69e39ab2e14bdb
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-08-17 16:19:04 +08:00
Himanshu Rawat
99c90cbdc4 Revert "Disable A2DP hardware offload"
This reverts commit c0bced1a2b.

Reason for revert: ag/19586826 has enabled the A2DP hardware offload in the firmware

Change-Id: I2957d3c963c0151396481bb5525f57970d88e651
2022-08-17 04:43:35 +00:00
Gil
f4ee98a0cd display: enable Lbe supported property
Bug: 198991782
Test: Boot pass and LBE self test
Change-Id: I09f5fdb834285d21a41753567fb6cede97133fc1
Signed-off-by: Gil <gilliu@google.com>
2022-08-16 19:54:15 +08:00
Achigo Liu
adf222f554 Merge "Bundle tablet_core_hardware.xml" into tm-qpr-dev am: 920bb06201
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19527910

Change-Id: I8ae6baa2eb7badeb7032a1d0443c34589fe3a2a6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-10 03:10:18 +00:00
Roger Liao
2a3d21f9de Disable Baro, Prox and HIFI sensors on Tablet products am: 752f979adb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19562846

Change-Id: Ia9774a8be6f5fff5f9b39c2b61cb49c9671e01df
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-10 03:08:34 +00:00
Roger Liao
190c9d2d61 Remove GPS settings am: f01909cc04
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19562845

Change-Id: I870e8a8be7ae132b6d7d12963e48876d1567006c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-10 03:08:30 +00:00
Achigo Liu
920bb06201 Merge "Bundle tablet_core_hardware.xml" into tm-qpr-dev 2022-08-10 02:47:03 +00:00