From 8244f563e609b824e9a13abb6d49ae678776c2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Wed, 10 Jul 2024 22:09:59 +0000 Subject: [PATCH 1/2] Delete PDX sockets for legacy VR services. Remove irrelevant copy and paste content. None of the gs101 devices ever included these services and these sockets are not doing anything. Bug: 234559097 Test: presubmit Flag: EXEMPT dead code removal Change-Id: I6fdab1e2232f83c0286d5f33773aaa17f9da3f7a --- conf/init.gs101.rc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/conf/init.gs101.rc b/conf/init.gs101.rc index 017b97d5..00860b00 100644 --- a/conf/init.gs101.rc +++ b/conf/init.gs101.rc @@ -137,16 +137,6 @@ on init write /sys/class/net/rmnet6/queues/rx-0/rps_cpus fe write /sys/class/net/rmnet7/queues/rx-0/rps_cpus fe - # Create UDS structure for base VR services. - mkdir /dev/socket/pdx 0775 system system - mkdir /dev/socket/pdx/system 0775 system system - mkdir /dev/socket/pdx/system/buffer_hub 0775 system system - mkdir /dev/socket/pdx/system/performance 0775 system system - mkdir /dev/socket/pdx/system/vr 0775 system system - mkdir /dev/socket/pdx/system/vr/display 0775 system system - mkdir /dev/socket/pdx/system/vr/pose 0775 system system - mkdir /dev/socket/pdx/system/vr/sensors 0775 system system - # Boot time 183626384 write /proc/vendor_sched/groups/ta/uclamp_min 201 write /proc/vendor_sched/groups/ta/prefer_idle 1 From 89bd4486e5f0c8fc214ebc9635d6527d53085037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Wagner?= Date: Wed, 10 Jul 2024 13:24:15 +0000 Subject: [PATCH 2/2] Increase the max core index for protected TLS allocations to 4 Pixel removed unnecessary allocation padding, and we now pass dEQP with a maximum physical core index setting of 4, which allows the driver to utilize 4 GPU cores (1111b) in the extreme tests. Bug: 221255664 Test: O6 atest CtsDeqpTestCases -- --module-arg 'CtsDeqpTestCases:include-filter:dEQP-VK.protected_memory.*' Flag: EXEMPT bugfix Change-Id: I9de8d05f9de50c034ef20690a53705fe208fb47f --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 3abc7e5f..f591461c 100644 --- a/device.mk +++ b/device.mk @@ -239,7 +239,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ 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=3 \ + vendor.mali.base_protected_max_core_count=4 \ vendor.mali.base_protected_tls_max=67108864 \ vendor.mali.platform_agt_frequency_khz=24576