init.zuma.soc.rc and init.zumapro.soc.rc only contain SOC related settings.
init.zumapro.board.rc contain board related settings
Bug: 311016628
Test: Build image and flash on KM4
Change-Id: I8f805a58a146009f301b9cb0da9d781c0f2245d9
zumapro inherited 'skiavkthreaded' when the config was initialized from
zuma, which had RE-SkiaVk enabled at the time. RE is currently reverted
back to SkiaGL on all other Pixel devices, so switching zumapro back
to SkiaGL for parity, since it's enabled by accident.
Bug: b/301846142
Change-Id: Ib07c7c7512c0a70de8831ed8afaaa4dfcd93d594
This is to prepare dev_type test earlier. It checks whether /dev nodes
have labeles with dev_type or not.
Bug: 303367345
Test: build
Change-Id: I4feb079d4a3badc6362127a09f8d458755d7d2d2
This is for supporting Softbank requirement OTR-CORE_GEN-000305,
UE shall delete the GUTI when performing software update.
Bug: 307247050
Test: build pass
Change-Id: I4a17676abb958ff24552ffab44771f25450fb08f
It looks like this device configuration was copied before ag/22597180
was applied.
Zuma Pro counterpart for the following patch:
zuma: Bump deqp conformance level to 2023
Git hash f1c32332c3488e9c42008367e044f241f3abc8a5
Test: atest VtsGpuTests:com.android.gpu.vts.VulkanTest#checkCpuVulkanRequirements
&& atest VtsGpuTests:com.android.gpu.vts.OpenGlEsTest#checkOpenGlEsDeqpLevelIsHighEnough
Bug: 303925354
Change-Id: I709e1951b1f65a28e9bda08387924afc84c1d5b0
It looks like this device configuration was copied before ag/22512002
was applied.
Zuma Pro counterpart for the following patch:
Define mali configuration path explicitly
Git hash 7038bae086b572038ddb3d7b203b34b9519dd0fe
Test: None
Bug: 303925354
Change-Id: I39e3e4d0731129e3f5238700e0351840aed69f6d
It looks like this device configuration was copied before ag/22095163
was applied.
Zuma Pro counterpart for the following patch:
Fix mali memory protection sysprop names
Git hash c438c66fe03679b4791002d46afd83c2dca429b8
Test: CtsDeqpTestCases (dEQP-VK.protected_memory.stack.stacksize_*)
Bug: 303925354
Change-Id: I23400f4b2bd0c7e6ebe408e54b0c3ec209472b8c
Increase the number of logcat files to 60 and enable file compression to
save disk usage at the same time.
Bug: 295175795
Test: check logcat files
Change-Id: I1adfccd538df515b2f68c488d72c3f09b4e6ee1d
Signed-off-by: Daeho Jeong <daehojeong@google.com>
* changes:
usb: dp: add exynos_drm:dp_enabled toggling
usb: populate USB aidl hal AltModeData
Usb: shutdown old displayport poll thread when multiple start up
Usb: Check for displayport when booting
Usb: Signal irq_hpd to drm stack
usb: Fix HAL build warnings related to DisplayPort
usb: provide usb reference to DisplayPort shutdown thread
usb: Expose persistent vendor property for USB-C Dp Alt Mode
Port dp changes to drm sysfs
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.
Test: manual verification on device
Bug: 297286558
Change-Id: I596d3af52f2a813f5f78c4f9b77b6ae3dd8a161b
(cherry picked from commit 2173dc37da793599239a974d8f7bc40b2bf1ee80)
Signed-off-by: RD Babiera <rdbabiera@google.com>