msm: ipa: aggregate the trigger to replenish free pool
Queueing the trigger per frame can result in more overhead
for the queueing worker and cause the replenish worker to
be run for short durations with higher scheduling overhead.
This commit causes the trigger to be sent per N frames where
N is a function of the pool size (N = 0.25 * pool size).
Change-Id: I138ea45165e6e0d737aaf6bb9ee4f60c0ef4b029
Signed-off-by:
Ravi Gummadidala <rgummadi@codeaurora.org>
Loading
Please register or sign in to comment