Commit graph

406 commits

Author SHA1 Message Date
Kyle Lin
c9738d69e1 init: adjust memlat parameters
Bug: 255398465
Test: build, boot and UiBench
Change-Id: I9ea154dc5d11615a39fe8b5c9939eebd8aa20d8f
2022-12-20 19:54:35 +08:00
Darren Hsu
8ba4347676 powerstats: add NFC state residency stats
Bug: 262487981
Bug: 262489554
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: Ib5c80601853c1d6080f1bc36b54b62715ea97081
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-12-20 15:53:09 +08:00
TreeHugger Robot
d766110827 Merge "Remove UClamp Threshold setting" 2022-12-20 06:38:58 +00:00
Randall Huang
56caf2c412 zuma: move sg_write_buffer rule to common folder
Bug: 253986334
Change-Id: I1d3c90ca36333f2d2c284eccdb768c1b23240cc8
Signed-off-by: Randall Huang <huangrandall@google.com>
2022-12-18 22:57:30 +08:00
Taylor Nelms
16a03fb864 Modify dumpstate to point to counters in sysfs rather than debugfs
Bug: 240346564
Test: Build for P23 device with "user" build, check bugreport for decon_counters content
Change-Id: Icb002977d46a50902a426a11305ab4a2a86dfc98
Signed-off-by: Taylor Nelms <tknelms@google.com>
2022-12-16 16:49:46 +00:00
Jörg Wagner
334f0d8068 Merge "Install Vulkan 1.3 device properties" 2022-12-16 07:16:21 +00:00
Bruce Po
490ca451ed Merge "Set acd-audio_rtp_* permissions to "radio" for vowifi" 2022-12-15 17:00:17 +00:00
TreeHugger Robot
b6d1bcad72 Merge "Add BrownoutDetected Events - device" 2022-12-15 05:29:35 +00:00
Adam Shih
eeb47d0d4e Merge "create an empty dump for wlan" 2022-12-15 03:15:22 +00:00
Shiyong Li
352316b85c Update IDisplay to V8
Bug: 202181466
Signed-off-by: Shiyong Li <shiyongli@google.com>
Change-Id: Id50f2fba343e64f2ceb34592f3441435445357ee
2022-12-14 23:56:29 +00:00
Bruce Po
85483643fd Set acd-audio_rtp_* permissions to "radio" for vowifi
Set /dev/acd-audio_rtp_rx and /dev/acd-audio_rtp_tx permissions
to system:radio so that ImsMedia can use them for VoWIFI.

BUG: 259874554
Change-Id: Ie5e0500b09c91b450f55d5748fd7e9abd6b65510
Signed-off-by: brucepo@google.com
2022-12-14 18:08:11 +00:00
Adam Shih
7ee63ad73f create an empty dump for wlan
Bug: 261784587
Test: adb bugreport
Change-Id: Iaeac8e61f9c03ac4b7f6010d7f9b248c0de8415e
2022-12-14 13:34:28 +08:00
TreeHugger Robot
ebfa0e4705 Merge "remove obsolete script" 2022-12-14 04:39:29 +00:00
Adam Shih
62ca2d4bb4 remove obsolete script
Bug: 254378739
Test: boot to home
Change-Id: I34b297a8783e17dd382ee8a745aef7ea5e9ce97a
2022-12-14 09:33:17 +08:00
TreeHugger Robot
fcd5b6ad7b Merge "Set acd-audio_rtp_tx permissions for vowifi" 2022-12-14 01:08:01 +00:00
Adam Shih
2ebd202504 Merge "move dump cpu to gs-common" 2022-12-14 00:41:15 +00:00
Bruce Po
40bc0094b8 Set acd-audio_rtp_tx permissions for vowifi
The nodes /dev/acd-audio_rtp_rx and /dev/acd-audio_rtp_tx permissions
should be set system:audio so that ImsMedia can use them, for VoWIFI.

BUG: 259874554
Change-Id: I245bd3f2539ba30cb557525eaf95b300efff5d37
Signed-off-by: brucepo@google.com
2022-12-13 18:17:26 +00:00
Jörg Wagner
0037e2254d Install Vulkan 1.3 device properties
As the latest Mali DDK exposes a Vulkan 1.3 driver
also setup the device properties accordingly.

Bug: 259507479
Change-Id: I9901d717d62526bdba17f70902d34db968159dd4
2022-12-13 12:45:40 +00:00
Chungkai Mei
a1f0836796 Remove UClamp Threshold setting
the file node was removed so also remove these
dummy setting

Bug: 260806701
Change-Id: I23044f7f32cf4b2b2cc93205ec5751525f05ee7f
Signed-off-by: Chungkai Mei <chungkai@google.com>
2022-12-13 09:41:29 +00:00
TreeHugger Robot
5bb3862c4d Merge "dumpstate: change HWC fence & error logs to be per display" 2022-12-13 05:09:25 +00:00
Wiwit Rifa'i
a6cec57be7 dumpstate: change HWC fence & error logs to be per display
hwc_error_log.txt and hwc_fence_state.txt files will be changed to be
per display. Those files could also be divided into at most 2 files,
i.e.
- hwc_error_log.txt will be renamed to
  {DisplayName}_hwc_error_log{index}.txt where {index} is 0 or 1.
- hwc_fence_state.txt will be renamed to
  {DisplayName}_hwc_fence_state{index}.txt where {index} is 0 or 1.

Bug: 245511651
Test: adb bugreport
Change-Id: I0a409e0c2c6cda8294cb4bb675b4e63753d2ca08
2022-12-12 16:19:09 +08:00
TreeHugger Robot
a87f7fd4b2 Merge "camera: disable scene detection for factory build" 2022-12-12 07:21:29 +00:00
Gary Lin
86ba371f17 camera: disable scene detection for factory build
Test: build pass, camera preview
Bug: 261820013
Change-Id: Ieb6142e48c36cc5a23977b3edf7914d45929d957
2022-12-12 12:30:43 +08:00
Ken Yang
86d3afdf74 WLC: Move the wireless_charger to gs-common
Bug: 237600973
Change-Id: Ib3016ffa3a15dacd8932a4cf609d62d172e04613
Signed-off-by: Ken Yang <yangken@google.com>
2022-12-10 14:10:54 +00:00
Gabriel Biren
bc5d98fc85 Merge "Update Zuma compatibility matrix and makefile to use the AIDL wifi_ext service." 2022-12-09 18:01:55 +00:00
George Chang
3d23a65d12 Merge "Remove legacy eSE dev from ueventd.zuma.rc" 2022-12-09 07:28:02 +00:00
Adam Shih
7b12513306 move dump cpu to gs-common
Bug: 240530709
Test: adb bugreport
Change-Id: I6a8583491b83d9ac8e3d266ae5de03e0510d99a1
2022-12-08 11:27:04 +08:00
More Kuo
48438c2fd0 Remove the Bluetooth default disable setting
Bug: 261670957
Test: Bluetooth default enable
Change-Id: I07a664c0ac8d88c943236dcd10f80477f8605de5
2022-12-07 13:41:22 +08:00
Rakesh Raghava
ac23cb4c79 Merge "ImsMedia added to Zuma" 2022-12-06 16:27:28 +00:00
Michelle Yang
e640600da2 Set /dev/video12 file permissions for zuma
This is required so Lyric is able to talk to smfc driver

Bug: 257084044
Test: ls -la /dev/video12 shows proper file permissions
Change-Id: I626ba5f97ce28373eb34ee86d392c17afb9779bd
2022-12-06 16:01:51 +00:00
George Chang
7d96eb8387 Remove legacy eSE dev from ueventd.zuma.rc
Bug: 240125555
Test: manual
Change-Id: I19b1c0e9ad5fc71ff381ac4fb6fe0c4ad9430fe1
2022-12-06 22:00:22 +08:00
Jenny Ho
db6f54a105 dumpstate: add wc68 logbuffer into bugreport
Bug: 260756283
Change-Id: I9a3b4af22dec4ff37de23091eae7f498e791a58f
Signed-off-by: Jenny Ho <hsiufangho@google.com>
2022-12-06 00:52:14 +00:00
Gabriel Biren
68f98d5a13 Update Zuma compatibility matrix and makefile
to use the AIDL wifi_ext service.

Bug: 205044134
Test: Presubmit tests
Change-Id: Iccbdaa926b0e8ac2530b53bef07c3eaef75a2192
2022-12-05 21:34:06 +00:00
Rakesh Raghava
01756be137 ImsMedia added to Zuma
Bug: 258759474
Test: checked ImsMediaService and libimsmedia in installed files
Change-Id: I2ccc3f104098bed3adaf301bf00430a681659496
2022-12-05 10:56:43 +00:00
Greg Kaiser
214ec97973 Merge "Revert "Update Zma compatibility matrix to use the"" 2022-12-02 16:14:12 +00:00
Neo Yu
c745655129 Merge "Enable GAudio feature for AOSP build" 2022-12-02 05:56:10 +00:00
Gabriel Biren
392c6b21a3 Revert "Update Zma compatibility matrix to use the"
This reverts commit 7cc666c771.

Reason for revert: Blocking Wembley team

Change-Id: I9d53062b666f575451b752165a8f2deeec43f059
2022-12-01 22:07:26 +00:00
Gabriel Biren
5f89c055aa Merge "Update Zuma compatibility matrix to use the AIDL wifi_ext service." 2022-11-30 22:47:24 +00:00
TreeHugger Robot
6d3723f8ed Merge "conf: remove the bcdDevice control" 2022-11-28 08:21:28 +00:00
Ray Chi
c730457151 conf: remove the bcdDevice control
bcdDevice will use the kernel version as default, so this patch will
remove it.

Bug: 260539020
Test: build pass
Change-Id: I2f51533e76775707b96cc13a6b29e5500b2ce4dd
2022-11-28 15:03:42 +08:00
Adam Shih
eeef57c8fd move touch dump to gs-common
Bug: 256521567
Test: adb bugreport
Change-Id: I7ee36ec579a34dc5bcb5eca49cbec61eefe33034
2022-11-28 10:34:54 +08:00
Neo Yu
61a47606aa Enable GAudio feature for AOSP build
Bug: 246550953
Test: MO/MT call
Change-Id: I6b1fed155e98f953cf3abe7c0e7c0aa900b97c64
2022-11-26 09:55:04 +00:00
TreeHugger Robot
a8564c4d9f Merge "gps: move configurations to individual device" 2022-11-23 07:14:04 +00:00
Adam Shih
3510b565ee Merge "move gti0 dump to gs-common" 2022-11-23 05:30:55 +00:00
Cheng Chang
6ef5dc5f14 gps: move configurations to individual device
Bug: 259331900
Test: cts and vts pass
Change-Id: I3b88e06eddb8edac0108179c400f080b79452dad
2022-11-23 04:22:50 +00:00
Sayanna Chandula
fe5bb8caf5 Merge "thermal: enable thermal engine" 2022-11-21 18:41:01 +00:00
Adam Shih
decd8479fe move gti0 dump to gs-common
Bug: 256521567
Test: adb bugreport
Change-Id: I6acf6bc685c71015f84f470683e9a40d379006f2
2022-11-21 13:00:07 +08:00
Adam Shih
65c4cf8753 Merge "remove panther touch dump" 2022-11-21 02:45:44 +00:00
Florian Mayer
c3d89c0750 Merge "Set separate system property to enable MTE settings toggle." 2022-11-18 16:22:51 +00:00
Adam Shih
d4f83391a6 remove panther touch dump
Bug: 256521567
Test: adb bugreport
Change-Id: I866a5ea8c6f1336d04d883f344294872fc9da732
2022-11-18 13:32:39 +08:00