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: I75ee59ca743b2c8c253a1d6f857e446ed8679ebc
This commit is contained in:
parent
22d8745895
commit
1a1664ea38
1 changed files with 2 additions and 2 deletions
|
@ -211,8 +211,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Mali Configuration Properties
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
vendor.mali.protected_max_core_count=3 \
|
||||
vendor.mali.protected_tls_max=67108864 \
|
||||
vendor.mali.base_protected_max_core_count=3 \
|
||||
vendor.mali.base_protected_tls_max=67108864 \
|
||||
vendor.mali.platform_agt_frequency_khz=24576
|
||||
|
||||
ifeq ($(USE_SWIFTSHADER),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue