This CL adds build properties enabling Adaptive Suspend's short
suspend backoff with a short suspend threshold of 2 seconds and
a max backoff time of 40s. This is the same configuration that
was shipped (and remains active) on gs101-based devices.
Experimentation with these settings is being tracked on the bug,
and this CL is being prepared now so we can start to soak in
dogfood and observe the real-world behavior.
Bug: 284766768
Test: booted with a test kernel and used alarmtimer mods to
exercise high-frequency wakeup behavior
Change-Id: Ia0fd3b08058390ea9e70926455c7c6d460320d8a
Extend DPP downscale ratio to allow DPU to handle more downscale
scenarios.
Bug: 279671862
Test: play various resoltuion videos
Test: simulate several downscale ratio layers
Change-Id: I724aab35d07016a718a1b985ae96cb0471dbe912
This reverts commit d8f891cf94.
Reason for revert: <CCA quality issue is fixed, enable the CCA by default>
Change-Id: I48498ca6f286d805aa0a9c69e9af65897d060579
This reverts commit 4a0971bb34.
Reason for revert: b/281967184 and b/280343156
Even though using SkiaVK with RenderEngine has definite benefits, it appears to need more "soak time" in order to squeeze out some functional bugs.
Test: none-returning RenderEngine to using SkiaGL, as it was before
Bug: 281967184
Bug: 280343156
Change-Id: Iced32ae465030c6cd27a702eaa9105c873975a92
ro.hardware.egl is currently not set for zuma devices. libEGL loader is finding libGLES_mali.so Graphics driver by trying wildcard matching.
Fix this by setting ro.hardware.egl=mali
Bug: 282832873
Change-Id: I7764eef1c847568614488d6334057bd7e7a0c525
Signed-off-by: Siddharth Kapoor <ksiddharth@google.com>
This is for supporting Softbank requirement OTR-CORE_GEN-000305,
UE shall delete the GUTI when performing software update.
Bug: 281468256
Test: build pass
Change-Id: I19db908f8a89299b4efea926b2bfcba6ef1c6758
This reverts commit dad4c28d12.
Reason for revert: <CCA has audio artifact, set default off until the issue is fixed>
Change-Id: I4c12f1a8e51e0c5135be0e45ef82440642ae26ed
- release stable sdk version to factory image
Bug: 281464842
Test: verify sdk version at b/281464842
Change-Id: I539ca681425cda69e545f0f693a936017eb0a548
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
The change exposes persist.vendor.usb.displayport.enabled
to enable/disable USB-C Dp Alt Mode i.e. DisplayPort over USB-C.
By default persist.vendor.usb.displayport.enabled is to 0 in
user builds and 1 in all other build variants.
Bug: 277107943
Change-Id: I596d3af52f2a813f5f78c4f9b77b6ae3dd8a161b
Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>