tici: move kgsl affinity to modeld core (#34588)

This commit is contained in:
Adeeb Shihadeh
2025-02-14 19:35:43 -08:00
committed by GitHub
parent 032f3688a2
commit c4ee645fbc
+3 -3
View File
@@ -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")