Commit graph

593 commits

Author SHA1 Message Date
TreeHugger Robot
f565ba8262 Merge "audio: extand the period number of hifi usecase" into tm-qpr-dev 2022-09-20 15:20:11 +00:00
Chungjui Fan
d8b9dee867 lights: Move version above fqname am: 55da5747a6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19989089

Change-Id: I9f7f6e2529bc4f78b683320ec329810210063fef
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-20 14:28:13 +00:00
vincenttew
fa017cc38a audio: extand the period number of hifi usecase
extend this to prevent alsa trigger stop playback
and causing pop

Bug: 238056484
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: If27a33bf2aaa6671238a1c227d6bf022b8dfdc1a
2022-09-20 07:34:43 +00:00
Anoush Khazeni
408df1d72c [T6pro] Updating the hotword pipeline gain settings.
Updating the gain settings as follows:

Docked:
eraser_pre_gain  : 17.0dB
eraser_post_gain : 18.6dB
non_eraser_gain  : 35.6dB

Undocked:
eraser_pre_gain  : 22.0dB
eraser_post_gain : 0dB
non_eraser_gain  : 22.0dB

Bug: 209861919
Test: Build only
Change-Id: If0e5c6f74574ad66ff114c512de38d3da5915641
2022-09-19 17:58:53 -07:00
Chungjui Fan
55da5747a6 lights: Move version above fqname
system/libvintf/xsd/halManifest/vts/ValidateHalManifest.cpp:76: Failure
XML is not valid according to the xsd
While validating: (dir_path + "/"s + file_name).c_str()
Which is: /vendor/etc/vintf/manifest/android.hardware.lights-service.tangorpro.xml
Against the schema: xsd
Which is: /data/local/tmp/hal_manifest.xsd
Libxml2 errors:
Error: Element 'version': This element is not expected. Expected is ( fqname ).

Bug: 245442303
Test: Function works as expected
Change-Id: I51c94c509271caa13cd5e7b97c11a3ed866e4e95
2022-09-19 06:14:13 +00:00
Richard Chang
b90f0a0b4c Merge "powerhint: clean up unused hints in T6p" into tm-qpr-dev am: e93b23905f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19975853

Change-Id: I6927b46353dd92a232a7713174655251b40fcd1d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-19 05:45:34 +00:00
Richard Chang
e93b23905f Merge "powerhint: clean up unused hints in T6p" into tm-qpr-dev 2022-09-19 05:12:37 +00:00
TreeHugger Robot
ada8d4cc5b Merge "fingerprint: 1540.app take priority over cast_auth.app" into tm-qpr-dev am: bed81dfcfd
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19771854

Change-Id: I48a44b6e9236d37f171daf2521bd9a69896adc5a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-19 03:41:31 +00:00
TreeHugger Robot
bed81dfcfd Merge "fingerprint: 1540.app take priority over cast_auth.app" into tm-qpr-dev 2022-09-19 03:17:54 +00:00
Ching-Sung Li
a5166bc532 Merge "Build T6 Pro default CMF color wallpaper" into tm-qpr-dev am: 2e7b414355
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19907664

Change-Id: I7f2255530412d4737becaabedde220d2336b4a76
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-19 01:02:09 +00:00
Ching-Sung Li
2e7b414355 Merge "Build T6 Pro default CMF color wallpaper" into tm-qpr-dev 2022-09-19 00:32:28 +00:00
TeYuan Wang
8465bba409 Remove frequency boost of big cores for FACE_UNLOCK am: e657950726
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19967804

Change-Id: I23f5a74876e208b8fb4460cc459fe34de1a82f6a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-09-16 10:24:50 +00:00
Richard Chang
54bda0f2d3 powerhint: clean up unused hints in T6p
LAUNCH_120FPS is removed but some actions still use it.

Bug: 246738037
Test: pts-tradefed run commandAndExit pts -m PtsPerformanceTestCases -t
com.google.android.perf.pts.PowerHintJsonVerifyTest

Change-Id: I3ab91cace52c617adf0ccadb95098de697efc5c0
2022-09-16 08:20:38 +00:00
TeYuan Wang
e657950726 Remove frequency boost of big cores for FACE_UNLOCK
Bug: 245619770
Test: build
Change-Id: I31b68a52e80c924bbecaa1b18a15c9ff4b2335ed
2022-09-15 23:38:11 +08:00
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
Ching-Sung Li
06b486dec4 Build T6 Pro default CMF color wallpaper
Bug: 239505748
Test: Build pass; manual
Change-Id: Id7346c9f60321b24599d0e5124c800b5d88753f5
2022-09-09 10:08:39 +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
eddielan
7ace69f2ed fingerprint: 1540.app take priority over cast_auth.app
Bug: 243902555
Test: Forrest build pass
Test: Flash on local device and unlock device via fingerprint
Change-Id: Ib64be209369c9778a27e32351ebd5e89e130a357
2022-08-29 13:18:17 +08: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