Commit graph

1139 commits

Author SHA1 Message Date
Bart Van Assche
60b8369403 init.gs101.rc: Reduce the queue depth for /dev/sda am: 0a5e639661 am: 41610d9911
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15394230

Change-Id: I4d4fcd478aa234ca625301d9b254e18b2c1d7738
2021-07-29 22:00:01 +00:00
Bart Van Assche
0d0c125d57 init.gs101.rc: Reduce the queue depth for /dev/sda am: 0a5e639661
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15394230

Change-Id: I98cd726e6a550ea77703463d536e7e21be769e2d
2021-07-29 21:45:23 +00:00
Bart Van Assche
864a08d3a7 init.gs101.rc: Reduce the queue depth for /dev/sda
Use the default chosen by the block layer (64). The purpose of this patch is
to reduce storage latency. Without this patch:

 # grep -aH . /sys/block/sd*/queue/nr_requests
/sys/block/sda/queue/nr_requests:256
/sys/block/sdb/queue/nr_requests:64
/sys/block/sdc/queue/nr_requests:64
/sys/block/sdd/queue/nr_requests:64

With this patch applied:

 # grep -aH . /sys/block/sd*/queue/nr_requests
/sys/block/sda/queue/nr_requests:64
/sys/block/sdb/queue/nr_requests:64
/sys/block/sdc/queue/nr_requests:64
/sys/block/sdd/queue/nr_requests:64

Bug: 194450129
Test: Built Android images and installed these on an Android phone.
Change-Id: I236874f3791d62a2d5faf0d37a149025639f5c4a
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
2021-07-29 13:31:50 -07:00
David Chao
1f8024449c dumpstate: dump state2power table am: bac5bc98ae am: e2ec28f639
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15151834

Change-Id: I8fcbae75d40a36c8ab936474dae6beddc0b6f1d7
2021-07-29 07:56:18 +00:00
David Chao
3e6c40cd69 dumpstate: dump state2power table am: bac5bc98ae
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15151834

Change-Id: I70dcd09ff5fe062a674e99ea706c558aeec66bd7
2021-07-29 07:40:25 +00:00
David Chao
e00e552787 dumpstate: dump state2power table
Dump state2power table in cooling_device

Bug: 189488358
Test: local test and state2power table can be dumped.
Change-Id: Ifb9a8e41158c5452b2f6e856d30ac97011460298
Signed-off-by: David Chao <davidchao@google.com>
2021-07-29 07:13:33 +00:00
Rick Yiu
2c70866cd8 gs101: Disable system group boost in off charger mode am: 2dd7f1765a am: 14bd65bdd6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511

Change-Id: Ie859473bb68d98e86f42bf016827878b5ffa3827
2021-07-28 02:02:47 +00:00
Rick Yiu
8eaf1bde07 gs101: Disable system group boost in off charger mode am: 2dd7f1765a am: ececf7a2db
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511

Change-Id: Ic69565a21393f4f2d54f509a7255a3cc26e3a78c
2021-07-28 01:59:10 +00:00
Rick Yiu
5c70b6daf4 gs101: Disable system group boost in off charger mode am: 2dd7f1765a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15396511

Change-Id: Ia48f6bb7dd5073b11f8de03386e3049251ee5b90
2021-07-28 01:41:12 +00:00
Rick Yiu
e05964f062 gs101: Disable system group boost in off charger mode
Bug: 193192017
Test: build pass
Change-Id: Ieb5ff22808f22eb5796950d427986f352d748839
2021-07-28 01:24:48 +00:00
Andrew LeCain
58a5239315 Set owner for mfg_data partiton. am: 7493d01817 am: 83fc9446f5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388682

Change-Id: I7dab6511720000d75ad684307d1221249b4c25bb
2021-07-27 22:02:00 +00:00
Andrew LeCain
b16a072975 Set owner for mfg_data partiton. am: 7493d01817
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388682

Change-Id: Ia188b1b103903395e486c52d65ae3d8d9c391842
2021-07-27 21:50:27 +00:00
Andrew LeCain
20c4f4090c Set owner for mfg_data partiton.
Enable the FP HAL to read from the mfg_data partition chowning to system

Bug: 193549276
Test: sideload cal with valid signature. auth. enroll.
Change-Id: I0897e545dc368782587ae031716012a806d05485
2021-07-27 21:32:11 +00:00
Badhri Jagan Sridharan
939838742e gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a am: d7a49d9580
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681

Change-Id: I747ecc4b385f4c26c951338b9d61eb1de6edc5bb
2021-07-27 21:01:12 +00:00
Badhri Jagan Sridharan
92c9f2278e gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a am: 0a8d03efa6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681

Change-Id: I8ce14996322a387e032240d943975ebe9be144f1
2021-07-27 20:44:29 +00:00
Badhri Jagan Sridharan
537a913a55 gs101: recovery: Set maxpower to allow charging from SDP port am: 211495c86a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15388681

Change-Id: I040befa12318da8bea09c24273974187c701059e
2021-07-27 20:29:21 +00:00
Max Kogan
0e5662cc63 Add AoC wakeup stats to dump state am: 360ad16d6a am: 8e0d97659c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15393903

Change-Id: I9cccefc45edb1d806c2729685afdce6f0e28ccdb
2021-07-27 20:08:00 +00:00
Badhri Jagan Sridharan
a7c0b48fc4 gs101: recovery: Set maxpower to allow charging from SDP port
Leaving maxpower at default i.e. 2mA prevents the phone from
charging from SDP ports. Setting this to 900mA. Kernel would
then set the current limit to 500/900mA based on the configured
speed.

Bug: 194722479
Test: Boot to recovery; Through uart cat maxpower;
Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>
Change-Id: I763c70eb5d19f74e6e846155af69c25ca3e91f85
2021-07-27 20:07:58 +00:00
Minchan Kim
cc688629fb gs101: increase swap size am: e7ea5deba6 am: fe940f6e54
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14824045

Change-Id: I64588ff99eac847c8d4d80193aac516b2c1f59a7
2021-07-27 20:07:48 +00:00
Max Kogan
1d0d03de75 Add AoC wakeup stats to dump state am: 360ad16d6a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15393903

Change-Id: Ia2d677e1994869e08622b02df07aa78a571d6d4d
2021-07-27 19:44:07 +00:00
Minchan Kim
798e375d64 gs101: increase swap size am: e7ea5deba6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14824045

Change-Id: Ic2813eb414f4fd05744e1eeba50050a8b47ea3f6
2021-07-27 19:44:00 +00:00
Max Kogan
e1039ea565 Add AoC wakeup stats to dump state
Need wakeup stats to track AoC to AP messages resulting
in frequent wake-ups.

Bug: 192668026
Change-Id: I99cca607d74b63a974d0b89bc0ba14022bcc22ec
2021-07-27 19:23:05 +00:00
Minchan Kim
c0f6127a16 gs101: increase swap size
Since we have 8G/12GB ram, increase swap size from 2G to 3G
since 3G swap shows best result.

note: we had used 2G swap for even 4G ram devices.

Bug: 187488125
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: Iea8ab1126c378cd02a89c2ef982262431c894487
2021-07-27 19:08:10 +00:00
Jack Wu
f035490883 add permission for pca charge_stats access am: 29057d5010 am: 15908697b5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359875

Change-Id: If524be268835b1beb3a65cd739fe2a42c493bfec
2021-07-27 02:47:04 +00:00
Jack Wu
fddbb1cb32 add permission for pca charge_stats access am: 29057d5010
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359875

Change-Id: I3b17c5c5b9bff2edab5982938176d7831f3ae42f
2021-07-27 02:29:16 +00:00
Jack Wu
b089995845 add permission for pca charge_stats access
Bug: 194386750
Test: no Permission denied while accessing the file node
Signed-off-by: Jack Wu <wjack@google.com>
Change-Id: Ia399e59a2f7098147522161d5c7458545febfb77
2021-07-24 06:42:51 +00:00
Ankit Goyal
f68e432deb Include memtrack in product packages am: 77e2cdea93 am: 6490f5cb3e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15268977

Change-Id: Ic04b13db986dadec3f0f340bf46b3541ffd57819
2021-07-23 21:42:04 +00:00
Ankit Goyal
fc6dd232e6 Include memtrack in product packages am: 77e2cdea93
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15268977

Change-Id: Id562576c57e02855dcbfa480508125f4f343d971
2021-07-23 21:24:50 +00:00
Ankit Goyal
099ff5167b Include memtrack in product packages
Bug: 191966412
Test: adb shell dumpsys meminfo
Change-Id: Ie521d242274502d70d228faeab0727abee5284b4
2021-07-23 20:52:52 +00:00
Meng Wang
ac68a4c562 Move CDMA feature XML inclusion to device specific mk files am: 412fc665cc am: 2c489c97a1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15363243

Change-Id: Ibf46977597a94bd7e10d22af1e71ce298c38d3e2
2021-07-23 18:37:06 +00:00
YiHo Cheng
e15624d3d2 thermal: Update usb_pwr_therm2 emul_temp control am: 25ab176251 am: 63b127626c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359876

Change-Id: Ie3a773eba5779ed00b85ddcd93c3f262cb185229
2021-07-23 18:36:51 +00:00
Meng Wang
3c9f24ac5d Move CDMA feature XML inclusion to device specific mk files am: 412fc665cc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15363243

Change-Id: Id9fac3fdac90b450b977977bb395f007ebae4a88
2021-07-23 18:18:26 +00:00
YiHo Cheng
44dae94fde thermal: Update usb_pwr_therm2 emul_temp control am: 25ab176251
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15359876

Change-Id: I5b446bbdfa9d8ba1bc649f53aa5f80a2c2c75684
2021-07-23 18:17:48 +00:00
Meng Wang
fbb1a572a1 Move CDMA feature XML inclusion to device specific mk files
So devices not supporting CDMA don't include the feature by mistake.

Bug: 194307361
Test: inspect build artifacts - telephony.cdma.xml is included
Change-Id: I0fe3a3624d2cda2b57347402d62e8a16513174e5
Merged-In: I0fe3a3624d2cda2b57347402d62e8a16513174e5
(cherry picked from commit d808d99ce089ca4c7ff4e2abe8ee76b4eeb38a64)
2021-07-23 17:50:41 +00:00
YiHo Cheng
2bb5a796f9 thermal: Update usb_pwr_therm2 emul_temp control
Update usb_pwr_therm2 emul_temp control to allow
vendor.disable.usb.overheat.mitigation.control to disable/enable
usbc-port throttling to prevent device offline during thermal
mitigation test in lab.

Bug: 194252201
Test: setprop vendor.disable.usb.overheat.mitigation.control 0/1 to
check usb_pwr_therm2 temperature reading

Change-Id: Ia522706ce32bee68596b977a3e526f0b951a95ca
2021-07-23 17:45:41 +00:00
Rick Yiu
725a51d332 gs101: Add a new profile for camera power tuning am: 1b33e486e7 am: f0b7304c01
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15283137

Change-Id: I3412b14b4eef45a9d3d3e026b5ae072cb900f1d3
2021-07-23 14:22:46 +00:00
Rick Yiu
02ff983d53 gs101: Add a new profile for camera power tuning am: 1b33e486e7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15283137

Change-Id: Ib1bb4f3d4404a1589e7228c7e997b3c3450aa054
2021-07-23 14:07:45 +00:00
Devika Krishnadas
b2f9eadc84 Update late duration am: 9eee175664 am: feb976f3ac
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15337090

Change-Id: I0300bafad80a6605765cd2b735a7fd6f33cf0555
2021-07-23 13:59:46 +00:00
Devika Krishnadas
4c1644da5b Update late duration am: 9eee175664 am: 3b3f8bb0dc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15337090

Change-Id: Ided99b7095f9a5aaf09c520e372811de3fd4c56c
2021-07-23 13:55:31 +00:00
Rick Yiu
853246aeb8 gs101: Add a new profile for camera power tuning
Create CameraServicePower profile.

Bug: 192607122
Test: build pass
Change-Id: Ia4ff63dabc51d449d4b4acc95a2685c10643c509
2021-07-23 13:49:53 +00:00
Devika Krishnadas
8fc20d2788 Update late duration am: 9eee175664
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15337090

Change-Id: I1821280ec9726ccd65ef874904ab0dca77cdd369
2021-07-23 13:41:28 +00:00
Devika Krishnadas
be6acfd1c5 Update late duration
Bug: 192099706
Test: Run UIBench b/194024035
Change-Id: I7954214df1210df19e79308a950cc22d7d96fbe2
Signed-off-by: Devika Krishnadas <kdevika@google.com>
2021-07-23 13:20:29 +00:00
Jack Wu
579af8dcce move permission for WirelessCharger HAL to init am: c836799f95 am: 2e560d5ec8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15358310

Change-Id: I87eb374c82783fa6ea4d03c6506d5702c6017668
2021-07-23 12:44:36 +00:00
Jack Wu
5d40befa79 move permission for WirelessCharger HAL to init am: c836799f95
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15358310

Change-Id: I1b243285a7741557e806fb0f289c2a22cb3b5d85
2021-07-23 12:28:25 +00:00
Jack Wu
9e5b9c54c0 move permission for WirelessCharger HAL to init
Bug: 194354746
Test: there is no wireless access error
Signed-off-by: Jack Wu <wjack@google.com>
Change-Id: I2dcc54047129132c38899d5e4310dc7c1ca7bc80
2021-07-23 12:09:26 +00:00
SongFerngWang
8de96ea03e Overlay the config_network_selection_list_aggregation_enabled am: 2ed78c0fb7 am: e99379ec05
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15336318

Change-Id: I7be8420304ae205cc671e80a0dcb816db5c6a690
2021-07-23 09:36:46 +00:00
vincechiu
a27666dbd1 Camera: create three new groups for camera threads am: 8d9f8f0ccc am: 04c20f72e9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15328126

Change-Id: I1221a4249ae41a2f2175b1f66a026c9460bd9219
2021-07-23 09:36:27 +00:00
SongFerngWang
8c4fa5514d Overlay the config_network_selection_list_aggregation_enabled am: 2ed78c0fb7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15336318

Change-Id: I67f1c733bce6d1d862127cb455ef53c6c1ab8094
2021-07-23 09:20:17 +00:00
vincechiu
e6fafa1f72 Camera: create three new groups for camera threads am: 8d9f8f0ccc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15328126

Change-Id: Idbb07b079ec5e8ed71ad89852ac9475348e9f78b
2021-07-23 09:19:54 +00:00
SongFerngWang
373005fd5e Overlay the config_network_selection_list_aggregation_enabled
Bug: 173387374
Test: build pass
Change-Id: I84c899e9c7aae4e4cbd1f76ae3d021b507ea6fb2
2021-07-23 09:05:48 +00:00