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:
parent
adef2d52a3
commit
57906249ee
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue