Kuen-Han Tsai
453a29320a
usb: add disable_contanimant_detection
...
This patch adds the disable_contaminant_detection script, providing a
command-based method to bypass moisture detection.
Bug: 295127978
Test: disable moisture detection by 'setprop vendor.usb.contaminantdisable true'
Change-Id: I035d656401aedf11a9a5390504bec46b3c4e2634
Signed-off-by: Kuen-Han Tsai <khtsai@google.com>
2024-02-02 17:54:52 +08:00
Treehugger Robot
4461b53174
Merge "zumapro: Remove sysprop forcing renderengine to skiaglthreaded" into main
2024-02-01 23:04:09 +00:00
Joen Chen
6ed8b67c1d
Merge "zumapro: enable dynamic color mode" into main
2024-02-01 03:31:07 +00:00
Petri Gynther
1a63a3b45a
zumapro: enable DisplayPort on -user images
...
Bug: 319509617
Change-Id: I3ef8f738dbb6fdaf0bb949f641c510cf1948f6a5
2024-01-31 11:12:47 -08:00
Joen Chen
d4b137f42c
zumapro: enable dynamic color mode
...
Enable dynamic color mode to reduce the power overhead of color space
conversion when GPU composition exists.
Bug: 315787778
Test: check "dumpsys SurfaceFlinger" and state of display color service
when playing SDR/HDR video
Change-Id: Ie9e87091385ab5247141bf956fbaba3275cc6811
2024-01-31 14:54:22 +00:00
Ankit Goyal
2877c355a4
Merge "Add memtrack" into main
2024-01-30 00:44:40 +00:00
Ankit Goyal
c451487f8f
Add memtrack
...
SE policies are already there. Probably policies were copied properly
from the previous project but device files were not.
Bug: 321899122
Test: `adb shell dumpsys meminfo surfaceflinger` shows data for graphics
Change-Id: I72deafef9e2b6c49360f73ef4c71642dddd2e2f8
2024-01-30 00:44:01 +00:00
Kieran Cyphus
9d2f9e089f
Merge "liboemservice_proxy: Include in build" into main
2024-01-29 05:58:46 +00:00
Jan Feręc
70e4e1e658
Add override for emergency conversation feature in Android Messages
...
Bug: 322518837
Change-Id: Icbee440c10c81046ed858fb3207b90c49bd0f875
2024-01-27 00:23:06 +00:00
Treehugger Robot
75d5a25c42
Merge "disable wifi during satellite" into main
2024-01-26 19:01:44 +00:00
timtmlin
72febf940a
disable wifi during satellite
...
Bug: 322444575
Test: wifi on and enter satellite mode
Change-Id: I5031a6bce251588c29506bbf1a1bd028e66ac18c
2024-01-26 17:56:48 +00:00
Jerry Huang
e2545bc2ed
Merge "zumapro: update c2.android.av1-dav1d.decoder performance point" into main
2024-01-26 06:21:03 +00:00
Treehugger Robot
7d51bb9575
Merge "Add geofencing configs for Zuma Pro" into main
2024-01-26 00:36:51 +00:00
Sajid Dalvi
ddf585b320
zumapro: Add pcie ltssm utility to eng and userdebug builds
...
It is useful to know the PCIe LTSSM state residencies in various
scenarios. The pcie binary that provides this is availaable in factory
builds. This change also makes it available for eng and userdebug builds.
Bug: 322357593
Change-Id: I5a8513063f232124a82f81ecc2a5e2e6d84d7459
Signed-off-by: Sajid Dalvi <sdalvi@google.com>
2024-01-25 20:26:02 +00:00
Leon Scroggins III
af8a6de86d
zumapro: Remove sysprop forcing renderengine to skiaglthreaded
...
This is already the default, so no need to set via sysprop. Moving
forward, we will set this using flags, unless a particular category
of device needs to override the flag.
Bug: 293371537
Test: NA
Change-Id: I6b149c2ee198a28a306540f4670edaa560533f48
2024-01-25 15:20:13 -05:00
Jerry Huang
0e9aa0e019
zumapro: update c2.android.av1-dav1d.decoder performance point
...
c2.android.av1-dav1d.decoder performance has been improved with CL
"C2SoftDav1dDec: Fix performance issues in frame parallel multi-threading"
More detail in b/315828433
Bug: 315828433
Test: run cts -m CtsMediaDecoderTestCases -a arm64-v8a -t android.media.decoder.cts.VideoDecoderPerfTest --module-arg CtsMediaDecoderTestCases:instrumentation-arg:codec-prefix:=c2.android.av1-dav1d.decoder
Change-Id: Ie2aaccc9f89127b2d9e11e7ddb71455f6d75b50c
2024-01-25 12:16:23 +00:00
Darren Hsu
a3c3ccc7d3
powerstats: support adding MRR stats by entity info
...
Bug: 321871758
Test: vts-tradefed run vts -m VtsHalPowerStatsTargetTest
Change-Id: I52ddbe65606d7289faf9a2b186d8e81ff69e9a4b
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2024-01-25 17:15:37 +08:00
Nicole Lee
5d1a61e31d
radio: change default max size and max file number
...
- Max file size: 20MB -> 50MB
- Max file count: 10 -> 50 files
Bug: 322142305
Test: Flash the build and check always-on logging settings
Change-Id: I16f07b4736d261cca755a5e6cc68ff9b3bcb436c
2024-01-24 12:37:54 +00:00
Gary Jian
ed6dd51cd6
Add geofencing configs for Zuma Pro
...
Bug: 322044968
Bug: 321712825
Test: config change
Change-Id: I63a2bab8f1dcb5b12276adff7209a9a2a7aa0317
2024-01-24 10:39:28 +00:00
Spade Lee
d85d0e499f
Merge "dumpstate: add SoC residency dump" into main
2024-01-24 07:54:18 +00:00
kierancyphus
ce9fbc05aa
liboemservice_proxy: Include in build
...
Previously, `Liboemservice_proxy` was included as a part of DMD, and so
didn't need to be included on its own. However, since these two have
been decoupled, we need to explicitly include the build target here for
it to execute on device.
Test: Build and check logs to ensure service starts up on boot
Bug: 321867236
Change-Id: I9a03a5f7dffc91e4760472a79d510e23eacca564
2024-01-24 15:44:45 +08:00
Treehugger Robot
71e9bb2828
Merge "powerstats: expose display MRR state residency data provider" into main
2024-01-24 06:03:41 +00:00
Treehugger Robot
75b690831e
Merge "pixelstats: copy audiometric sysfs_paths from Zuma." into main
2024-01-24 05:14:17 +00:00
RD Babiera
7957a85d46
Merge "usb: report displayport capable port partner disconnect to drm" into main
2024-01-23 17:42:50 +00:00
Jerry Huang
aa94f0cf98
Merge "zumapro: add supported mfc version" into main
2024-01-23 11:07:37 +00:00
Darren Hsu
a76e4d9372
powerstats: expose display MRR state residency data provider
...
Bug: 321871433
Test: vts-tradefed run vts -m VtsHalPowerStatsTargetTest
Change-Id: If556198f4334eacda88e8a6f76efdb01b8e838f5
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2024-01-23 17:37:20 +08:00
Derick Hong
634d784277
Merge "display: zumapro: update Adaptive Brightness Curve" into main
2024-01-23 01:08:53 +00:00
Treehugger Robot
580a64eba9
Merge "UsbGadget: Add support for webcam on zumapro" into main
2024-01-22 17:47:28 +00:00
Spade Lee
c4c265ea45
dumpstate: add SoC residency dump
...
Bug: 319536756
Test: SoC residency was correctly shown in dumpstate board
Change-Id: I20bf91393efcf0edb6c458f55e228a227f930ee5
Signed-off-by: Spade Lee <spadelee@google.com>
2024-01-22 16:43:35 +00:00
derickhong
3af9989f00
display: zumapro: update Adaptive Brightness Curve
...
update config "config_autoBrightnessDisplayValuesNits"
Bug: 298738593
Test: adb shell dumpsys display | grep mBrightnessLevelsNits
Change-Id: I8977632dc15d40141fb34ae1307fd9858bbcff71
Signed-off-by: derickhong <derickhong@google.com>
2024-01-22 07:50:10 +00:00
Poomarin Phloyphisut
09ddcecb8d
pixelstats: copy audiometric sysfs_paths from Zuma.
...
Bug: 321610140
Test: Local Test
Change-Id: I41e7559e879cd5c7d5e9860088993d70a66cfc06
2024-01-22 05:34:59 +00:00
Gary Jian
6d8df0bf27
Merge "Add Satellite SIM profile and gatway service package configs for Zuma Pro" into main
2024-01-22 03:20:50 +00:00
Ken Lin
1795b6e1a0
Merge "init: dump display logbuffer on zumapro devices" into main
2024-01-22 02:27:36 +00:00
Scott Wiest
b7046b2dce
UsbGadget: Add support for webcam on zumapro
...
Bug: 318801643
Test: Manual
Change-Id: I77a97a13779452f75b5d73300904a1c2825b1ba3
2024-01-19 21:50:01 +00:00
Gary Jian
d321a9da6b
Add Satellite SIM profile and gatway service package configs for Zuma Pro
...
Bug: 321159001
Test: config change
Change-Id: Ie4e15e865d0128d6eec19119bc1b65fb27cbd117
2024-01-19 07:00:34 +00:00
Ken Lin
2b8ea11884
init: dump display logbuffer on zumapro devices
...
Bug: 294852108
Test: adb root; adb shell dumpsys
android.hardware.dumpstate.IDumpstateDevice/default dump_display_logbuffer
Change-Id: I74eaa7b3cdd8101909044f173512d41b065a2599
Signed-off-by: Ken Lin <lyenting@google.com>
2024-01-18 09:09:36 +00:00
peroulas
7ba2d8ed6a
modem_ml: Adds FR2 BPS model
...
Bug: 315882669
Test: Tested on a phone connected to a gNB.
Change-Id: Ic845c682f616f555361ac32e39284e69da530d90
2024-01-16 21:22:58 -08:00
YK Hung
b4ab53bf0c
Merge "Fix battery widget cannot show bluetooth device issue" into main
2024-01-16 15:44:56 +00:00
pajacechen
824f1c1200
Fix battery widget cannot show bluetooth device issue
...
Root cause: The permission "android.permission.BLUETOOTH_CONNECT" is missed for settingsintelligence on zumapro
Solution: pre-grant the permission "android.permission.BLUETOOTH_CONNECT" for settingsintelligence on zumapro
Fix: 320409645
Test: Manual Test
Flag: NA
Change-Id: I104a0e9a7e30fc1e530ee0e9baaab3972d6a992b
2024-01-16 20:43:49 +08:00
Mark Chang
226b89ee72
Merge "init: move offload settings to device's init.rc" into main
2024-01-16 05:13:21 +00:00
donghwa.kwon
9a87a52bb7
zumapro: add supported mfc version
...
Bug: 315920627
Task: ADVCHAL-220
Test: build pass
Change-Id: I4789c5ece68235cc444545a56cdd2d8c72c109b6
Signed-off-by: donghwa.kwon <donghwa.kwon@samsung.com>
2024-01-15 06:53:03 +00:00
Sam Ou
343328cf47
Merge "Revert "bm: move to bcl-aidl"" into main
2024-01-15 01:23:20 +00:00
Utku Utkan
51cf9dcd50
Merge "Pregrant ACCESS_FINE_LOCATION as default permission to PCS on ZumaPro" into main
2024-01-12 16:51:44 +00:00
Wendly Li
d853303984
init: move offload settings to device's init.rc
...
Bug: 273163806
Test: twoshay launched successfully.
Change-Id: I5fd2135f070425106fdd48cf5acf2b5137c33b4e
Signed-off-by: Wendly Li <wendlyli@google.com>
2024-01-12 09:52:28 +00:00
Angela Wu
3907a2283c
Change /dev/video12's permission to 666 for hardware JPG encoder for zumapro. am: 1c753f658b
am: 51080a4a46
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zumapro/+/25835292
Change-Id: I6493cd0d202621f2ecd65ce7015ba19370770c2f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-01-12 09:21:42 +00:00
Angela Wu
51080a4a46
Change /dev/video12's permission to 666 for hardware JPG encoder for zumapro. am: 1c753f658b
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zumapro/+/25835292
Change-Id: I0fc35266cb51e175ddb21c6e85e4393a8ab1c464
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-01-12 08:34:51 +00:00
Treehugger Robot
503219e0ce
Merge "rc: adjust memlat parameters" into main
2024-01-12 05:33:08 +00:00
Angela Wu
1c753f658b
Change /dev/video12's permission to 666 for hardware JPG encoder for zumapro.
...
This change is the zumapro version of ag/23052928.
Bug: b/296330134
Test: https://android-build.corp.google.com/builds/abtd/run/L22000030001255046
Change-Id: Ic16b954a0e434bb64a5566822b40097afb49f1ce
2024-01-12 03:34:48 +00:00
Utku Utkan
cd3ca66416
Pregrant ACCESS_FINE_LOCATION as default permission to PCS on ZumaPro
...
Bug: 309676824
Test: m && flashall + pair & connect to remote device Wi-Fi AP
Change-Id: I5eee9450565b119849f56814359f1a55acb4c41f
2024-01-12 00:39:16 +00:00
Devika Krishnadas
a40c6ac6d6
Merge "Revert^3 "Use graphics allocator 2"" into main
2024-01-11 20:58:22 +00:00