Commit graph

2595 commits

Author SHA1 Message Date
ichihlu
fbd55ffa06 Update to use secure share memory
Bug: 148421469
Test: TUI VTS pass

Change-Id: I17f5c9daa05bf8aed0f4dcda9a57557581945800
2021-04-20 10:58:13 +00:00
Victor Liu
53971307bd gs101: don't load uwb module at boot am: 2207cb4b9f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14243471

Change-Id: I31018a7f6d9a82f3fdc6975efdcff414f63f5537
2021-04-20 03:07:33 +00:00
Victor Liu
2207cb4b9f gs101: don't load uwb module at boot
Uwb power controls are still being implement.  Disable
the uwb module from loading automatically until uwb power
controls are implemented.

Bug: 185471298
Change-Id: Ie7021f6015c564613ded10dec2c9b92ff619af81
2021-04-20 03:00:17 +00:00
Taeju Park
60782eb42e Boosting application launch time using uclamp boost and increasing memory bandwidth am: 3323441408
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14194018

Change-Id: I59c78127414c0d44ddd433d63a7371421955b40f
2021-04-20 02:53:43 +00:00
Daniel Solomon
7bcee705e1 Revert "Enable SurfaceFlinger Cache by default" am: 51c9d02193
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14188633

Change-Id: I8497a6298f5a52716c62c85aee464c9e178b672e
2021-04-20 02:53:37 +00:00
Roger Wang
db736322cf remove hostapd_cli from user build am: dbd4616dae
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14227323

Change-Id: Ie10967572f381f49151eadbb3162b4df731a1136
2021-04-20 02:53:13 +00:00
Taeju Park
3323441408 Boosting application launch time using uclamp boost and increasing memory bandwidth
Bug: 170510392
Change-Id: I50719ba090ac5ec079ed4fe73131e6f749dcf8c0
Signed-off-by: Taeju Park <taeju@google.com>
2021-04-20 02:14:17 +00:00
Daniel Solomon
51c9d02193 Revert "Enable SurfaceFlinger Cache by default"
This reverts commit cfaf39f1de.

Reason for revert: Causes display to blank out in some use cases.

Bug: 185398025
Change-Id: I0dc5761561b6b34d785e9d877460096e106f3e85
2021-04-20 01:45:30 +00:00
Roger Wang
dbd4616dae remove hostapd_cli from user build
Bug: 185724245
Test: hostapd_cli doesn't include in user build
Change-Id: I78101b6ca898cdec75e92a0e4c421752aaf721bf
2021-04-20 01:38:41 +00:00
Benjamin Schwartz
f8dd8226e7 dumpstate: Fix path to acpm_stats am: d4cff50b12
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14238486

Change-Id: If66eb3b5544d412d44f80292002b0e5b2cca1fcf
2021-04-19 22:09:13 +00:00
Benjamin Schwartz
d4cff50b12 dumpstate: Fix path to acpm_stats
Bug: 185819857
Test: adb shell dumpstate
Change-Id: I4b2ec4d89d7566cc8a3a86a0c8532937c8c5b9df
2021-04-19 13:40:29 -07:00
Stephane Lee
b34b344eab Fix ODPM dynamic rail config via file by allowing writes to enabled_rails am: a6926e9abb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14191188

Change-Id: I9dac2e1012df2dfd30b334ddbe6eaf3297f325de
2021-04-16 15:10:18 +00:00
Stephane Lee
a6926e9abb Fix ODPM dynamic rail config via file by allowing writes to enabled_rails
Test: Ensure that power stats no longer reports an config error on boot
Bug: 185423551
Change-Id: I5315e31a54b8cbc40fc0f4f361e5b3b81a29ceb8
2021-04-16 14:46:10 +00:00
Wilson Sung
d682301777 Set SOC manufacturer and chipset properties am: 230a835001
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14211587

Change-Id: Id237909f8d480de0be538c7a94db9935ca8a3e6b
2021-04-16 13:31:03 +00:00
Wilson Sung
230a835001 Set SOC manufacturer and chipset properties
Bug: 158284209
Bug: 180589452
Bug: 185307628
Bug: 181831540
Change-Id: I26d4b3767d336321bd562a8d5a289ce864536f5e
2021-04-16 13:05:57 +00:00
Jack Wu
9fbe6269e8 battery: disable wireless for pts battery test am: 7f6e0eee36
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14197325

Change-Id: I1e9d9a5bdd752f22182414a1141fbdea7c2ae4f2
2021-04-16 10:48:46 +00:00
Jack Wu
7f6e0eee36 battery: disable wireless for pts battery test
Disable wireless charging during drain, usb charging,
and charger stress test
  - vendor.disable.wlc 1
If a device was put on dreamliner and shut dwon(drain out),
it powered up by DC_CHG and then shut down(0%) again - boot
(by DC_CHG) continuously. To avoid this symptom, limit wireless
current_max as 75000 after devices boot up
  - persist.vendor.limit.wlc.current=1

How to verify:
  adb shell setprop vendor.disable.wlc 1
  adb shell cat /sys/class/power_supply/wireless/online >>>> 0

  adb shell setprop persist.vendor.limit.wlc.current 1
  adb shell cat /sys/class/power_supply/dc/current_max >>>> 75000

Bug: 179094447
Test: set the property manually and query the result from file node.
Change-Id: Ic5791c53f735caa19c73bae750651d774c0d4615
Signed-off-by: Ken Tsou <kentsou@google.com>
(synced from commit 84d73dafb7e44bd195adcc4cbb16bad28728aedc)
2021-04-16 10:23:18 +00:00
Jesse Hall
4d9b5f3c49 device.mk: install vulkan.gs101 unconditionally am: 80f0a6d3d0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14205715

Change-Id: I201f6f903919e698445b6946d7448b7d73cd5f5b
2021-04-16 08:59:34 +00:00
Jesse Hall
80f0a6d3d0 device.mk: install vulkan.gs101 unconditionally
We now have a prebuilt for this, so no longer need to disable it when
source isn't available.

Bug: 185066245
Test: build aosp_slider-userdebug w/o vendor/arm/mali/valhall, boot to home
Change-Id: If366112383743bd23798b8e0a4b305742ad415c8
2021-04-16 08:45:36 +00:00
Ruofei Ma
f861b23782 Publish performance points for AV1 codec am: ccd044049a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14202340

Change-Id: I5b07889ace1f68be1b3a0097a5d15ee7e34304ac
2021-04-16 06:31:02 +00:00
Ruofei Ma
ccd044049a Publish performance points for AV1 codec
Publish performance points and fix capabilities.

BUG: 184694421

Signed-off-by: Ruofei Ma <ruofeim@google.com>
Change-Id: I9ca128c0055249967035bf0052a857a043939b43
2021-04-16 06:06:30 +00:00
Max Shi
a99bbc9717 Configure permission for AOC reset sysfs node. am: fc630f27e0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14167340

Change-Id: I699949d8fd8de5a80df4c21d4acd8992f74e36f3
2021-04-16 00:54:22 +00:00
Benjamin Schwartz
efc6aba522 powerstats: Add INT state residency stats am: 6899dcc219
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14200378

Change-Id: I340803d244085711930f81cf6c9b22474985d791
2021-04-16 00:53:13 +00:00
Max Shi
fc630f27e0 Configure permission for AOC reset sysfs node.
Bug: 184858369
Test: Verify system process can write to the node.
Change-Id: Ibe4fb8e773995d8f4ba0e68b71c127ae2bc4ddc0
2021-04-16 00:49:48 +00:00
Benjamin Schwartz
6899dcc219 powerstats: Add INT state residency stats
Bug: 168833648
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: Iecfb2ec05566a0d432a39904adddd442751c44e6
2021-04-16 00:21:30 +00:00
Adam Shih
96757470a4 remove factory files from user ROM am: e5a49a9ae3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14185477

Change-Id: I0d6be8f5b2d1ffd349d05a7aacb0648d006ed004
2021-04-16 00:00:27 +00:00
Adam Shih
e5a49a9ae3 remove factory files from user ROM
Bug: 168013500
Test: user ROM no longer contains factory files while factory ROM has
them.

Change-Id: I084a0767f1f55e11c8f21560ebfd115e0e52b79d
2021-04-15 23:14:49 +00:00
Ted Lin
d87b67ddd6 ueventd.rc: set system ownership for direct charging am: 41a0f99d0c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14159232

Change-Id: I57696aac64cbe33b5db14537137d7d7d333c2ca6
2021-04-15 11:16:01 +00:00
Ted Lin
41a0f99d0c ueventd.rc: set system ownership for direct charging
Bug:185041587
Test: ls -al /dev/log*
Change-Id: I02c635c424b37e9e9767d508397fc9c5673925e2
Signed-off-by: Ted Lin <tedlin@google.com>
2021-04-15 10:26:57 +00:00
Benjamin Schwartz
93ca4737a6 powerstats: Add GPS state residency am: 3cc937165b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14106467

Change-Id: I76e52507e36936de5edd2f47570223a0e18e7e19
2021-04-15 05:21:05 +00:00
Benjamin Schwartz
3cc937165b powerstats: Add GPS state residency
Bug: 181577366
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I0fa4356542a838618e712e9b0abbf02b99db7f3a
2021-04-15 05:08:16 +00:00
Jasmine Cha
5a8e595a9f audio: switch audio HAL to V7 am: 5b50e7384a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13945526

Change-Id: Ie651f42eea7bee0c377a8f74337168a95bf9b445
2021-04-15 01:44:41 +00:00
Jasmine Cha
5b50e7384a audio: switch audio HAL to V7
bug: 180878031
Test: atest VtsHalAudioV6_0TargetTest
      atest VtsHalAudioV7_0TargetTest
      atest VtsHalAudioEffectV6_0TargetTest
      atest VtsHalAudioEffectV7_0TargetTest
      atest VtsHalAudioPolicyV1_0TargetTest
      manual audio test - playback/record/voice call

Signed-off-by: Jasmine Cha <chajasmine@google.com>
Change-Id: I9dbf808307f2de77eb47fbc0eabfa4d03464b36e
2021-04-15 01:02:19 +00:00
Quang Luong
82aaf50805 Add default lookup table for wifi coex am: 59291d3c60
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14172983

Change-Id: I1006f9e9d6a7d343259d145b7d55ceee488299e1
2021-04-14 22:28:12 +00:00
Quang Luong
59291d3c60 Add default lookup table for wifi coex
Bug: 184089520
Test: verify coex table was succesfully read in logs
Change-Id: I65e232307cf9527e3ecdc4b367f8277196025d36
2021-04-14 21:46:03 +00:00
Benjamin Schwartz
b029f448d4 powerstats: Add PD on stats am: 2219a99232
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14177048

Change-Id: I7d523bad8fa8d46f47ea52bcacf9d957d971794b
2021-04-14 19:31:06 +00:00
Benjamin Schwartz
801b3c3634 powerstats: Correct DVFS operating points am: d9e7656d60
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14176945

Change-Id: Ibc760814bb69a7cbb2631697e730d47dc34dca77
2021-04-14 19:30:48 +00:00
Benjamin Schwartz
2219a99232 powerstats: Add PD on stats
Bug: 176452458
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I871e93c5e46d0c88bd8a07eec8a38c8d1cf81d9a
2021-04-14 18:57:35 +00:00
Benjamin Schwartz
d9e7656d60 powerstats: Correct DVFS operating points
Bug: 180261952
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I472a74218934ee6f9fae82fe36ddb924bfcd70ee
2021-04-14 18:57:32 +00:00
Jenny Ho
37c4a04174 dumpstate: update dump eeprom path am: 3d46be281d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14160953

Change-Id: I558f71cf5083c3a3d1c646107c08722aeb02d65e
2021-04-14 08:36:48 +00:00
Jenny Ho
3d46be281d dumpstate: update dump eeprom path
avoid using * for sysfs permission

Bug: 182531832
Signed-off-by: Jenny Ho <hsiufangho@google.com>
Change-Id: I8346bc09e82811a9006aae6d1b2d83d31a7e0a62
2021-04-14 07:45:01 +00:00
Taehwan Kim
d165551525 update media_codecs_aosp_c2.xml am: a27563b2f4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14160950

Change-Id: I60ebec6baa0c736a53e0c41950fb11511d1bcffd
2021-04-14 05:44:51 +00:00
Taehwan Kim
a27563b2f4 update media_codecs_aosp_c2.xml
Bug: 184144529
Test: Video call in Snapchat app
Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
Change-Id: Ib7ab4d3ed4cd9aa49633612ade2b333eff6b99bb
2021-04-14 04:53:00 +00:00
Dmitri Plotnikov
be40f0bb86 Implement triggers on the power.battery_input.suspended property am: 546f53ca1a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14160384

Change-Id: I4525c3fe5c3532e62aedb9368a7cf6c91ec1b17b
2021-04-13 21:07:11 +00:00
Dmitri Plotnikov
546f53ca1a Implement triggers on the power.battery_input.suspended property
See analogous CLs for coral: ag/12464994; redbull: ag/12990696

Bug: 167636754

Test: adb shell setprop power.battery_input.suspended true to disable charging
Test: adb shell setprop power.battery_input.suspended false to reenable charging
Change-Id: Ie413251451683de7c22b44c6c86a2a8590998b7b
2021-04-13 19:36:29 +00:00
Jaegeuk Kim
3b8b7ad442 Dumpstate: f2fs: remove verbose segment_info am: a245dd7d5c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14143521

Change-Id: Iafa99f8b9a063aae0f467c112ef04c86734f7672
2021-04-13 17:12:01 +00:00
Jaegeuk Kim
a245dd7d5c Dumpstate: f2fs: remove verbose segment_info
Let's remove segment_info which seems not useful.

Bug: 184964835
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: Ib9826f536681d9f36f9d55dab3801a05c47f27a4
2021-04-13 16:33:47 +00:00
Jakub Pawlowski
18df7720d5 gs101: use bluetooth.audio@2.1 am: 4e22787a38
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14161624

Change-Id: Ia0c1ffc2c8ff4c30514dfed5a8851b31ee807aa7
2021-04-13 15:00:12 +00:00
Jakub Pawlowski
4e22787a38 gs101: use bluetooth.audio@2.1
bluetooth.audio@2.1 adds new functionalities required for Bluetooth LE
Audio development

Bug: 150670922
Change-Id: Iac2ece0c029a38fef82e81f5ba3ba491163818ef
2021-04-13 14:10:15 +00:00
chenpaul
0d5e4b3ef6 wifi - Give execute permission to data/vendor/wifi for pixelLogger am: 589e1d8d89
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13782444

Change-Id: I727782f2d9996b1d3810ba4cd72251be4ddabfc6
2021-04-13 12:37:15 +00:00