From 9fe6786e12cfb95bc477d8d457504d616266dd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Wagner?= Date: Tue, 27 Dec 2022 08:59:24 +0000 Subject: [PATCH] Update Mali DDK to r40 : Sysprop configuration settings Expose DDK's dynamic configuration options through the Android Sysprop interface, following recommendations from Arm's Android Integration Manual. b/261718474 Change-Id: I4ebc1249cf2ce77014b683db068ed24c75e8a7b7 --- device.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/device.mk b/device.mk index 0c629033..ed56db2b 100644 --- a/device.mk +++ b/device.mk @@ -203,6 +203,12 @@ PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ debug.mali.disable_backend_affinity=true +# Mali Configuration Properties +PRODUCT_VENDOR_PROPERTIES += \ + vendor.mali.protected_max_core_count=3 \ + vendor.mali.protected_tls_max=67108864 \ + vendor.mali.platform_agt_frequency_khz=24576 + ifeq ($(USE_SWIFTSHADER),true) PRODUCT_PACKAGES += \ libGLESv1_CM_swiftshader \