Commit graph

925 commits

Author SHA1 Message Date
Cheng Chang
179dbd458c gps: separate sdk version
- release stable sdk version to factory image

Bug: 281464842
Test: verify sdk version at b/281464842
Change-Id: I539ca681425cda69e545f0f693a936017eb0a548
2023-05-08 09:46:57 +00:00
sashwinbalaji
5dbcd36101 thermal: Update path reading for temperature residency metrics
Add temperature residency reset path
chown to system to reset from pixelstats

Bug: 193833982
Test: Local build and verify statsD logs
adb shell cmd stats print-logs && adb logcat -b all | grep -i 105045
Change-Id: Iec5956f803cab3893aaf9c1e9d818fc02c582f31
2023-05-08 05:13:54 +00:00
Ted Wang
19bcff7a2f Merge "Remove bluetooth related hidl hal from manifest" into udc-d1-dev 2023-05-05 06:19:10 +00:00
TreeHugger Robot
8803a98523 Merge "[display-stats] add display stats paths for zuma devices." into udc-d1-dev 2023-05-05 05:35:55 +00:00
Treehugger Robot
bc6a98d3a4 Merge "init: make pmu_poll_enable node readable" into udc-d1-dev 2023-05-04 21:13:38 +00:00
Rick Yiu
7dcad39243 Merge "Set boost_adpf_prio with property" into udc-d1-dev 2023-05-04 12:21:33 +00:00
Rick Yiu
fc89a67da9 Set boost_adpf_prio with property
Set boost_adpf_prio with property for experiment.

Bug: 245675204
Test: work as expected
Change-Id: I4f7d24034b751413489bd927e1fa41da76f85221
2023-05-04 10:53:20 +00:00
Taeju Park
50c6f146e4 init: make pmu_poll_enable node readable
Bug: 280706610
Change-Id: Id0664d694e403c414afe1a6cffe6e4e4772f0d5b
Signed-off-by: Taeju Park <taeju@google.com>
2023-05-04 08:13:45 +00:00
Karuna Ramkumar
efc6827a85 Force zuma to treat 170M as sRGB in SF
Bug: 278891060
Change-Id: I35bcfd2f17b23d7775d184c2fd1483386411e07e
2023-05-03 20:44:12 +00:00
Manali Bhutiyani
ea194708f2 [display-stats] add display stats paths for zuma devices.
Bug: 259554507
Test: Build and boot on device
adb shell cmd stats print-stats | grep -i <atom-id>

Change-Id: Iaed69cbce6ea002f07fe3374aadf97a07937ef5b
2023-05-03 18:13:33 +00:00
Jack Wu
3aea8063d3 init: fix incorrect dc sysfs node path
also add thermal stats permissions for clearing

Bug: 262520811
Test: can parse pca stats in pixelstats-uevent
Change-Id: I1fadae8f5ee80279222313d0408ba21421e4c4a7
Signed-off-by: Jack Wu <wjack@google.com>
2023-05-03 09:31:17 +00:00
Richard Chang
66d5285ec4 Merge "zuma: Disable kmem cgroup accounting" into udc-d1-dev 2023-05-03 06:20:09 +00:00
Krzysztof Kosiński
accfa734ce Merge "Update SoC-specific Lyric config." into udc-d1-dev 2023-05-03 02:23:58 +00:00
Carter Hsu
4abd97f322 audio: set system/audio group for acd-mel_processor
Bug: 244133608
Test: build pass
Change-Id: Iee3144b24936ba4309e74343e5a05a49b86f8a22
Signed-off-by: Carter Hsu <carterhsu@google.com>
2023-05-02 09:36:09 +00:00
Martin Liu
72637ea363 adjust applying watermark_scale_factor timing
We should apply watermark_sclae_factor after
boot complete. Otherwise, extra_free_kbytes.sh
might overwrite it and this also aligns with
previous projects' timing.

Bug: 278075546
Test: boot and check watermark_scale_factor
Change-Id: I7989fd1e8cd968193577300b0f83a829bdeb037d
Signed-off-by: Martin Liu <liumartin@google.com>
2023-05-02 09:24:47 +00:00
Treehugger Robot
db23f42402 Merge "[Zuma] set mte_tcf_preferred" into udc-d1-dev 2023-05-02 01:12:33 +00:00
Evgenii Stepanov
d7e6504747 [Zuma] set mte_tcf_preferred
Restrict this logic to device_config.*bootloader_override to avoid
impacting lab testing.

Bug: 239832365
Bug: 280343521
Test: adb shell setprop persist.device_config.runtime_native_boot.bootloader_override force_on
      adb reboot
      adb shell 'cat /sys/devices/system/cpu/cpu?/mte_tcf_preferred'
          should return all "sync" x6 followed by "asymm"

Change-Id: Iee5352a2056e69636a31daf6a89dfc8805963baf
2023-05-01 15:37:59 -07:00
Krzysztof Kosiński
8ec448aac5 Update SoC-specific Lyric config.
Bug: 280124102
Test: presubmit
Change-Id: Ia6baa649a546cf90fdf995b2a928638f05c5ec74
2023-04-29 09:28:41 +00:00
Wei Wang
ebcd090cdb Merge changes I4d719edf,Icbdd5e18 into udc-d1-dev
* changes:
  Relax cpuset for OTA
  Set bg group throttle to 30 percent of cpu capacity
2023-04-28 15:55:20 +00:00
Richard Chang
e8f5a4cefc zuma: Disable kmem cgroup accounting
Disable cgroup kernel memory accounting to avoid unnecessary overhead

Bug: 258100733
Test: Boot
Change-Id: I9e3ce7b4ae93531aeb12ca11a40d0445ba41b2cc
2023-04-28 04:12:55 +00:00
Kyle Zhang
3ac7a5285b Move Widevine drm to gs-common
Bug: 277764729
Change-Id: Ibab8fdac0be251ef53d84d2c5cf90f57b9b64235
(cherry picked from commit 471630b25b)
2023-04-27 22:11:00 +00:00
Rick Yiu
a2c60a3ec9 Relax cpuset for OTA
With vendor group throttling, we could relax the ota cpuset.

Bug: 201260585
Test: cpuset changed as expected
Change-Id: I4d719edf898ff0bfe8a2ba776ccd55f9ce423dfa
2023-04-27 15:34:02 +00:00
Rick Yiu
5a18a1b381 Set bg group throttle to 30 percent of cpu capacity
Also remove old settings.

Bug: 201260585
Test: value set as expected
Change-Id: Icbdd5e18b128f1c8a9e88a5c147353ef7a55ef48
2023-04-27 15:31:53 +00:00
Hiroshi Akiyama
512ce7909c Merge "pixelstats: Add BCL IRQ duration stats sysfs node for zuma" into udc-d1-dev 2023-04-27 14:21:31 +00:00
Treehugger Robot
d066ee630d Merge "odpm: Replace MMWAVE rail with AUR rail for SUB6 only sku" into udc-d1-dev 2023-04-27 09:13:39 +00:00
Bruno BELANYI
f5ae1a10ce Merge "Define mali configuration path explicitly" into udc-d1-dev 2023-04-27 08:06:48 +00:00
Carter Hsu
89195d60b0 Merge "audio: set CCA to be enable by default" into udc-d1-dev 2023-04-27 03:44:08 +00:00
Darren Hsu
56a3c0faa5 odpm: Replace MMWAVE rail with AUR rail for SUB6 only sku
Bug: 269218895
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: Ib47c6d383a70984e863abae04ee98d254a120581
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2023-04-27 10:47:45 +08:00
Andrew Chant
404a5157c5 Merge "Use tof sensor codename" into udc-d1-dev 2023-04-27 02:07:29 +00:00
Bruno BELANYI
df90f6f801 Define mali configuration path explicitly
This avoids mali trying to read `/data/data/com.mali.testjava` for its
debug config.

Bug: 205779871
Bug: 264489188
Test: manual - reboot device and check the absence of AVC denials
(cherry picked from commit 7038bae086)
Merged-In: I42051ae2c10c6d4fa7c1f9d5f485ff5471e6a287
Change-Id: I42051ae2c10c6d4fa7c1f9d5f485ff5471e6a287
2023-04-26 08:12:04 +00:00
Carter Hsu
dad4c28d12 audio: set CCA to be enable by default
Bug: 279697074
Test: build pass
Change-Id: I121e5f1ff54780d69653bea7b54acf5a001baa5a
Signed-off-by: Carter Hsu <carterhsu@google.com>
2023-04-26 16:01:42 +08:00
TreeHugger Robot
61c27d5d74 Merge "Add memtrack" into udc-d1-dev 2023-04-25 21:44:08 +00:00
Hiroshi Akiyama
fbaad56876 pixelstats: Add BCL IRQ duration stats sysfs node for zuma
Eldar ID: 317131386

Bug: 275129173
Test: cmd stats print-logs, then adb logcat | grep <atomid>
Change-Id: Ifb8df1d17bc2e7b299acbfab8db95de06c55c6c2
Signed-off-by: Hiroshi Akiyama <hiroshiakiyama@google.com>
2023-04-25 16:53:15 +00:00
Petri Gynther
d5eb0bcf97 Merge udc-dp-dev into udc-d1-dev
Merge DisplayPort feature code into udc-d1-dev.

Bug: 272184398
Change-Id: I4bf8359ec57f378a92e95ca12de3849d0c5e93eb
2023-04-24 16:22:41 -07:00
RD Babiera
de9bbc84db Merge "usb: Fix HAL build warnings related to DisplayPort" into udc-dp-dev 2023-04-24 22:21:22 +00:00
Minchan Kim
edaa462b44 Merge "remove alloc_contig_dump_pages for CMA failure" into udc-d1-dev am: 1bb58a26ec
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/22816750

Change-Id: I0afa9f162655c904e3ab4d168895be0af1966473
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-24 22:13:55 +00:00
RD Babiera
4e29924d3d usb: Fix HAL build warnings related to DisplayPort
Adds proper error handling go-to points to remove warnings arising
from uninitialized variables, and removes unused
queryDisplayPortStatus() method.

Test: manual test on device, verify compiler warnings
Bug: 278951278
Change-Id: I54f7b710a0805b32c894d741e473d64814200134
2023-04-24 21:45:17 +00:00
Minchan Kim
1bb58a26ec Merge "remove alloc_contig_dump_pages for CMA failure" into udc-d1-dev 2023-04-24 21:32:30 +00:00
Minchan Kim
9b0eb78455 remove alloc_contig_dump_pages for CMA failure
We have enough debugging tool now so remove the option.

Bug: 264334863
Test: confirmed from /proc/cmdline
Change-Id: Ia79e07ec159f05604c8e431e6753a79f749350a1
Signed-off-by: Minchan Kim <minchan@google.com>
2023-04-24 10:56:56 -07:00
Cyan Hsieh
5d5329c01c Merge "Add device mk OWNERS" into udc-d1-dev am: 7baee76236
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/22746630

Change-Id: Ia9b8199d1bb2fd0c7d34f242df1f1602abc402b6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-24 06:32:23 +00:00
Cyan Hsieh
7baee76236 Merge "Add device mk OWNERS" into udc-d1-dev 2023-04-24 06:01:46 +00:00
Treehugger Robot
05b9201e22 Merge "Revert "Revert "zuma: Enable SICD after boot""" into udc-d1-dev am: 19230e8ea7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/22775880

Change-Id: I038083d0a641fcd7b6974c4b9f4ca408782bdb5c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-21 06:50:11 +00:00
Treehugger Robot
bc25fecc8e Merge "add Dolby codec config to zuma" into udc-d1-dev am: 9128fc3508
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/22762557

Change-Id: I01a9ffab8ddbe431deb5da460758cda95d19ed2d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-21 06:49:36 +00:00
Treehugger Robot
19230e8ea7 Merge "Revert "Revert "zuma: Enable SICD after boot""" into udc-d1-dev 2023-04-21 06:38:33 +00:00
Ankit Goyal
4b880759a2 Add memtrack
Bug: 279108265
Test: dumpsys meminfo
Change-Id: I9615e8e4a5484bf6c24a4cfc32a8489f6e2b24ba
2023-04-20 23:19:51 -07:00
Treehugger Robot
9128fc3508 Merge "add Dolby codec config to zuma" into udc-d1-dev 2023-04-21 06:15:28 +00:00
Jack Wu
66354c3b90 Set current date as activation date after device being provisioned am: 59304c995a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/22660800

Change-Id: Ib5233acc08abd8accb23fbacc868144ab1fcf64c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-04-21 04:43:14 +00:00
Mahesh Sivasubramanian
785167e0d3 Revert "Revert "zuma: Enable SICD after boot""
This reverts commit ac3b5c0cf5.

Reason for revert: Issue addressed by disabling write evicts during core wakeup

Bug: 278308279
Change-Id: Ib5c979483a9e28074345443158860f12f6e7ace2
2023-04-21 12:35:40 +08:00
Yung Ti Su
45902335e1 add Dolby codec config to zuma
Bug: 270286386
Test: manual

Change-Id: I22c2d24e709e13ed540ba9a796cb26d670abe7cf
Signed-off-by: Yung Ti Su <andysu@google.com>
2023-04-21 11:22:43 +08:00
Jack Wu
59304c995a Set current date as activation date after device being provisioned
This is only applied when the device is locked.

Bug: 275441997
Test: set the date of first usage successfully
Change-Id: I1037d673422cd198007bb13f8311b993fd5132db
Signed-off-by: Jack Wu <wjack@google.com>
2023-04-21 02:10:07 +00:00