avicii: Do not balance msm_drm and kgsl_3d0 IRQs

These are critical for display performance and should not be balanced
in order to improve latency and responsiveness.

And also affine them.

Change-Id: If49ecb8757d133a7fad0d7946837b35403e57c2a
Signed-off-by: Sandeep P S <sandymankara11@gmail.com>
This commit is contained in:
Jake Weinstein
2022-12-09 00:35:52 +09:00
committed by Sandeep-FED
parent e253276787
commit 1d4a427400
4 changed files with 20 additions and 4 deletions

View File

@@ -330,6 +330,10 @@ PRODUCT_PACKAGES += \
# Partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Perf
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/msm_irqbalance.conf:$(TARGET_COPY_OUT_VENDOR)/etc/msm_irqbalance.conf
# Power
PRODUCT_PACKAGES += \
android.hardware.power-service-qti \