From c4ee645fbce1d1b1910e350ed9b0695d11fd02e6 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 14 Feb 2025 19:35:43 -0800 Subject: [PATCH] tici: move kgsl affinity to modeld core (#34588) --- system/hardware/tici/hardware.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/hardware/tici/hardware.py b/system/hardware/tici/hardware.py index cdeabc5fc8..d0bfa37c9b 100644 --- a/system/hardware/tici/hardware.py +++ b/system/hardware/tici/hardware.py @@ -371,7 +371,7 @@ class Tici(HardwareBase): # *** CPU config *** - # offline big cluster, leave core 4 online for pandad + # offline big cluster for i in range(4, 8): val = '0' if powersave_enabled else '1' sudo_write(val, f'/sys/devices/system/cpu/cpu{i}/online') @@ -384,8 +384,8 @@ class Tici(HardwareBase): # *** IRQ config *** - # GPU - affine_irq(5, "kgsl-3d0") + # GPU, modeld core + affine_irq(7, "kgsl-3d0") # camerad core camera_irqs = ("a5", "cci", "cpas_camnoc", "cpas-cdm", "csid", "ife", "csid-lite", "ife-lite")