Increase the max core index for protected TLS allocations to 4
Pixel has removed unnecessary allocation padding, and we now pass dEQP with a maximum physical core index setting of 4, which allows the driver to utilize 2 GPU cores (1001b) in the extreme tests. Bug: 221255664 Test: HK3 atest CtsDeqpTestCases -- --module-arg 'CtsDeqpTestCases:include-filter:dEQP-VK.protected_memory.*' Flag: EXEMPT bugfix Change-Id: I96a38a6070968100ce3adf01da7235a807bf31ab
This commit is contained in:
parent
1744a12bc4
commit
86d54846b6
1 changed files with 1 additions and 2 deletions
|
@ -289,11 +289,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
endif
|
||||
|
||||
# Mali Configuration Properties
|
||||
# b/221255664 prevents setting PROTECTED_MAX_CORE_COUNT=2
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
vendor.mali.platform.config=/vendor/etc/mali/platform.config \
|
||||
vendor.mali.debug.config=/vendor/etc/mali/debug.config \
|
||||
vendor.mali.base_protected_max_core_count=1 \
|
||||
vendor.mali.base_protected_max_core_count=4 \
|
||||
vendor.mali.base_protected_tls_max=67108864 \
|
||||
vendor.mali.platform_agt_frequency_khz=24576
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue