From c438c66fe03679b4791002d46afd83c2dca429b8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 15 Mar 2023 12:49:48 +0000 Subject: [PATCH] Fix mali memory protection sysprop names The previous patch did not use the `base_*` prefix, meaning the driver kept using the default configuration. Bug: b/272740524 Test: CtsDeqpTestCases (dEQP-VK.protected_memory.stack.stacksize_*) Change-Id: I87f3e4ce5734ca213c399969f7f4ddec9e62a707 --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 105e12b7..6e2113c9 100644 --- a/device.mk +++ b/device.mk @@ -250,8 +250,8 @@ endif # Mali Configuration Properties # b/221255664 prevents setting PROTECTED_MAX_CORE_COUNT=2 PRODUCT_VENDOR_PROPERTIES += \ - vendor.mali.protected_max_core_count=1 \ - vendor.mali.protected_tls_max=67108864 \ + vendor.mali.base_protected_max_core_count=1 \ + vendor.mali.base_protected_tls_max=67108864 \ vendor.mali.platform_agt_frequency_khz=24576 PRODUCT_COPY_FILES += \