linpeter
bf6e5ec87a
Update Doze brightness mapping
...
Bug: 276343567
Test: check doze brightness
Change-Id: I7aafe3ab317c203f0c125cae363da47f14f5d574
2023-04-13 16:18:00 +08:00
Treehugger Robot
2b2cfc9f3f
Merge "uwb: install UWB test apk on HK3 non-user build" into udc-d1-dev
2023-04-11 18:01:49 +00:00
Treehugger Robot
71f52846b9
Merge "Configure quickpickup gesture support" into udc-d1-dev
2023-04-11 17:03:46 +00:00
Treehugger Robot
8f7504cbe7
Merge "powerstats: update display state residency for 1Hz" into udc-d1-dev
2023-04-11 09:34:27 +00:00
Darren Hsu
b54400d146
powerstats: update display state residency for 1Hz
...
Bug: 276920113
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I4fe511fe40a24cf1c5ebee11e9a4b61b39420309
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2023-04-11 14:11:39 +08:00
Beverly
f37c823742
Configure quickpickup gesture support
...
Test: manually builds
Fixes: 277161763
Change-Id: Id0f7a2a33ac9d1acbc6c6395e37357d84db79d6d
2023-04-10 14:11:04 +00:00
Rex Lin
f6ab97c38d
uwb: install UWB test apk on HK3 non-user build
...
Bug: 275456664
Test: local verified pass
Change-Id: If87e0dc4c5d152c7a90cd527452d716536fa8cac
Signed-off-by: Rex Lin <rexcylin@google.com>
2023-04-10 21:51:23 +08:00
Safayat Ullah
5786735d14
display: sb3: bigsurf: add LHBM compensation calibration file
...
Bug: 270654164
Test: calibration data loaded successfully
Change-Id: I16e982a29584a45842e41597954d957e134316ac
2023-04-10 09:37:35 +00:00
Treehugger Robot
fc8b845f44
Merge "display: add LHBM compensation calibration file" into udc-d1-dev
2023-04-10 08:45:28 +00:00
Jasmine Cha
a0a84b916a
audio: update waves/volume tuning. am: b1ad440673
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22521864
Change-Id: Iee66c720bc98b821b52a250d26b0adf44ce0bc79
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-10 03:57:07 +00:00
Jasmine Cha
b1ad440673
audio: update waves/volume tuning.
...
1. Updates for loudness, bass, stereo, dynamics, distortion
improvements.
2. Update entire volume curve for competitive listening experience.
3. Tuned to pass power for Pink 13dB CF noise on speaker loads for
battery and thermals (simulated 40C - 41C skin temp).
4. Update non-media streams(Ringtone/Notification/Alarm/DTMF/
System sound/CAM shutter) tuning.
5. Update entire volume curve of non-media streams for competitive
listening experience.
Bug: 277167806
Test: manual test
Change-Id: I3ed219804d4d40cc3e89ff13858f2cc5d1bf9db8
Signed-off-by: Jasmine Cha <chajasmine@google.com>
2023-04-10 10:18:10 +08:00
Carter Hsu
469dad51fb
Merge "audio: enable the CCA control" into udc-d1-dev
2023-04-10 01:43:29 +00:00
Jeremy DeHaan
715b8f9b27
Merge "display: set default brightness" into udc-d1-dev
2023-04-07 18:45:42 +00:00
Xiaotong Wu
8d0887a723
Merge "Add powerhint for fusion zoom on husky" into udc-d1-dev
2023-04-07 18:36:59 +00:00
TreeHugger Robot
dc56400da6
Merge "thermal: bringup policy for USBC overheat warning UI" into udc-d1-dev
2023-04-07 17:04:47 +00:00
Safayat Ullah
4fa649108c
display: add LHBM compensation calibration file
...
Bug: 243688545
Test: file copied to device
Change-Id: I05b2f6f374d110fe776dd33c7d143038a123e296
2023-04-07 08:35:20 +00:00
Carter Hsu
20670db107
Merge "audio: FM table check in (2023/03/30) for telephony." into udc-d1-dev
2023-04-07 05:31:57 +00:00
Jeremy DeHaan
b8badaac3d
display: set default brightness
...
Bug: 243692588
Bug: 243696068
Bug: 276516206
Change-Id: I1c817e065e2963771edb12ff0b5b2dd8877fa133
2023-04-06 16:35:52 -07:00
TeYuan Wang
8ea39c8d6d
thermal: bringup policy for USBC overheat warning UI
...
Bug: 275660018
Test: verified by emul_temp
Change-Id: Id7b2399a399c50265f85bbcc9b087a8eed894d4b
2023-04-06 09:17:42 +08:00
Kame(TeYuan) Wang
2f4c29e388
Merge "thermal: align the latest USB and charging policy for off mode charging" into udc-d1-dev
2023-04-04 16:20:36 +00:00
Ali K. Zadeh
7499529d3a
Merge "Restrict Lyric to use only Mid Cores" into udc-d1-dev
2023-04-03 21:30:32 +00:00
Qais Yousef
2fa00d3dc8
powerhint.json: Update uclamp_min hint to account for margin
...
Upstream has fixed relationship between uclamp_min and margin which
means uclamp_min value between 80-100% of capacity of the CPU is a valid
value and will not cause upmigration.
To keep the current hints in powerhint.json the same, we must update
uclamp_min to be capacity_orig_of(medium_cpu) + 1.
This change is dependent on uclamp vs fits margin in GKI, vendor
modules. And an improvement in sched_pixel to ignore the 25% boost if
the only reason to request the frequency is uclamp_min.
To cater for the later - we multiply each uclamp_min value with 1.25
- except ones that look intentionally set around capacity boundaries.
Bug: 261695590
Test: UiBench
Signed-off-by: Qais Yousef <qyousef@google.com>
Change-Id: I88aa819bcaa0844d688242894dc899a607076bd8
2023-03-31 21:13:28 +00:00
Sianyi Huang
0c4b6e5500
Merge "Modify maxGamma value of short-term model" into udc-dev am: f178ab29cf
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22323943
Change-Id: Iaa3598471bcf97639ae704bbba56a1db29d60e9a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-31 09:21:13 +00:00
Sianyi Huang
f178ab29cf
Merge "Modify maxGamma value of short-term model" into udc-dev
2023-03-31 08:49:59 +00:00
Bill Chang
57436bedd9
Merge "Revert "Revert "Add Decompress FATP test""" into udc-d1-dev
2023-03-31 08:24:43 +00:00
Bill Chang
73e90658f9
Revert "Revert "Add Decompress FATP test""
...
This reverts commit d074f18b2c
.
Reason for revert: Issue causing tool build fail was resolved in ag/22339171
Change-Id: I14c5d861b57458df3774c54182978b966ba5b8b2
2023-03-31 06:57:14 +00:00
TeYuan Wang
5fea294d53
thermal: align the latest USB and charging policy for off mode charging
...
Bug: 276074662
Test: boot
Change-Id: I8ba98ef624a848c881ba01afaa93ad185c8d87da
2023-03-31 14:16:39 +08:00
TreeHugger Robot
e197479d05
Merge "display: add lowlight blocking zone" into udc-d1-dev
2023-03-31 00:34:17 +00:00
Carter Hsu
9f03a40fa9
audio: FM table check in (2023/03/30) for telephony.
...
-HK3 Handsfree (Ricky)
1. Fine tuning RX subjective in all bands (including VOIP)
-HK3 Headset (Ricky)
1. Sync Handsfree RX setting to HCO-RX
Files from the latest attachment on b/276196324
Bug: 276196324
Test: verified by rickycheng@
Change-Id: I9e14180bceb2e7c92fb24c3c7cc0362bdf7aa32c
2023-03-30 23:50:00 +00:00
George Lee
ce56ff9487
Merge "bcl: Remove ocp_cpu1 and soft_ocp_cpu1" into udc-d1-dev
2023-03-30 18:19:48 +00:00
George Lee
e02610d02d
bcl: Remove ocp_cpu1 and soft_ocp_cpu1
...
Bug: 275721469
Test: Flash and boot
Change-Id: Ia4a29de94ce755e4520788fa8f4236e788017e15
Signed-off-by: George Lee <geolee@google.com>
2023-03-30 10:09:46 -07:00
linpeter
a6b783046d
display: add lowlight blocking zone
...
zone 1: Lock refresh rate at 120Hz when ≤ 10 nits
zone 2: Lock refresh rate at 120Hz when ≤ 15 nits and ≤ 10 lux
Bug: 274713662
test: check refresh rate
Change-Id: Icbc04d216ef4ff28fff80792a7df9271f77ad760
2023-03-30 21:07:07 +08:00
Jeremy Nei
49be82a755
Merge "Add brightness table as part of display color data." into udc-d1-dev
2023-03-30 04:50:29 +00:00
Bill Chang
98ec449c86
Merge "Revert "Add Decompress FATP test"" into udc-d1-dev
2023-03-30 04:04:45 +00:00
Bill Chang
d074f18b2c
Revert "Add Decompress FATP test"
...
This reverts commit 73fdffd0fc
.
Reason for revert: b/276062727
Change-Id: I359055eeafcc61c3b65bfc68ae6ff7b87e0be0c9
2023-03-30 04:03:07 +00:00
Bill Chang
3a77f328c2
Merge "Add Decompress FATP test" into udc-d1-dev
2023-03-29 11:14:58 +00:00
SianyiHuang
7924d6ce8e
Modify maxGamma value of short-term model
...
Bug: 265931912
Test: dump display log
Change-Id: Ib38c5cacfdf0414da78a454c2af72fb071de2f9c
2023-03-29 09:14:25 +08:00
Wei Wang
1f3ab9319d
Merge "thermal: update with v5 coefficients" into udc-d1-dev
2023-03-28 16:19:27 +00:00
Ali K. Zadeh
0f5d64170f
Restrict Lyric to use only Mid Cores
...
This CL restricts LyricHAL to use only CPU cores 4-7.
Bug: 274670597
Test: Kibbles measurement
Change-Id: I85373639ecd469faa81736c1f8e45c3107044df0
2023-03-28 15:43:44 +00:00
Bill Chang
73fdffd0fc
Add Decompress FATP test
...
Bug: 275422169
Test: build pass, manually run on husky
Change-Id: I9ca3770426731564ebd14dca9d56aceac793a4d6
2023-03-28 15:30:36 +00:00
Jeremy Nei
68c31f67d6
Add brightness table as part of display color data.
...
Bug: 255903789
Test: build success
Change-Id: I4cddfca276c30e953fab04d238383ea158532cac
2023-03-28 06:22:22 +00:00
Liang Li
bb5e10acd6
Merge "Enable adjusting link layer stats polling interval" into udc-dev am: 5c2684d2db
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22056589
Change-Id: Ibdce6b068e07d99b7a929be7e8a4f0781a58ec24
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-28 02:49:39 +00:00
Liang Li
5c2684d2db
Merge "Enable adjusting link layer stats polling interval" into udc-dev
2023-03-28 02:40:51 +00:00
Xiaotong Wu
09cae374ab
Add powerhint for fusion zoom on husky
...
Follow ag/20939690 to add powerhint for fusion zoom. More context can be found from b/262862625 and b/255626585.
Bug: b/255626585
Change-Id: I01b199bd3b35e611b7764ed6fe5446dd4231d33e
2023-03-27 18:29:19 +00:00
TreeHugger Robot
12a1c202a8
Merge "husky: support blocking zone for min idle refresh rate" into udc-d1-dev
2023-03-27 15:42:13 +00:00
Darren Hsu
8409c7609d
powerstats: add display state residencies for FHD resolution
...
Bug: 274911859
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: If85e0a88fe2dccb9c64a14a53564700c9ced509c
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2023-03-27 10:13:01 +08:00
Carter Hsu
f8b03c17f0
Merge "audio: FM table check in (2023/03/24) for telephony." into udc-d1-dev
2023-03-25 02:20:25 +00:00
Carter Hsu
08ca1113ef
Merge "audio: FM table check in (2023/03/24) for telephony." into udc-d1-dev
2023-03-25 02:20:11 +00:00
Wei Wang
3caed3ea42
Merge "Add Ownership to powerhint file" into udc-d1-dev
2023-03-24 17:16:29 +00:00
Manali Bhutiyani
afb83c35bc
Merge "[config] Enable udfps ignore feature on husky" into udc-dev am: 73a8462b9c
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22134463
Change-Id: Iaf4649f20b6e181b17e8bb25c8d7de841aa96f3e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-24 13:17:22 +00:00