Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: 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
This commit is contained in:
Jake Weinstein 2022-12-09 00:35:52 +09:00 committed by Albert Tang
commit 57906249ee
2 changed files with 10 additions and 0 deletions

View file

@ -67,6 +67,9 @@ function blob_fixup() {
odm/lib64/libCOppLceTonemapAPI.so|odm/lib64/libaps_frame_registration.so)
"${PATCHELF}" --replace-needed "libstdc++.so" "libstdc++_vendor.so" "${2}"
;;
vendor/etc/msm_irqbalance.conf)
sed -i "s/IGNORED_IRQ=19,21,38$/&,209,218/" "${2}"
;;
esac
}