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

pull/34590/head
Adeeb Shihadeh 2 months ago committed by GitHub
parent 032f3688a2
commit c4ee645fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      system/hardware/tici/hardware.py

@ -371,7 +371,7 @@ class Tici(HardwareBase):
# *** CPU config *** # *** CPU config ***
# offline big cluster, leave core 4 online for pandad # offline big cluster
for i in range(4, 8): for i in range(4, 8):
val = '0' if powersave_enabled else '1' val = '0' if powersave_enabled else '1'
sudo_write(val, f'/sys/devices/system/cpu/cpu{i}/online') sudo_write(val, f'/sys/devices/system/cpu/cpu{i}/online')
@ -384,8 +384,8 @@ class Tici(HardwareBase):
# *** IRQ config *** # *** IRQ config ***
# GPU # GPU, modeld core
affine_irq(5, "kgsl-3d0") affine_irq(7, "kgsl-3d0")
# camerad core # camerad core
camera_irqs = ("a5", "cci", "cpas_camnoc", "cpas-cdm", "csid", "ife", "csid-lite", "ife-lite") camera_irqs = ("a5", "cci", "cpas_camnoc", "cpas-cdm", "csid", "ife", "csid-lite", "ife-lite")

Loading…
Cancel
Save