diff options
author | Mathias Nyman <[email protected]> | 2024-02-16 16:09:29 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-02-17 16:24:37 +0100 |
commit | becbd202af8425e336b1c25e9254616a5c03d819 (patch) | |
tree | 421b6c0e5b8e450652b894aa26daa6add0afa09b /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ace21625878f78708b75b7a872ec7a0e2ed15ca4 (diff) |
xhci: make isoc_bei_interval variable interrupter specific.
isoc_bei_interval is used to balance how often completed isochronous
events cause interrupts. If interval is too large then the event ring
may fill up before the completed isoc TRBs are handled.
isoc_bei_interval is tuned based on how full the event ring is.
isoc_bei_interval variable needs to be per interrupter as
with several interrupters each one has its own event ring.
move isoc_bei_interval variable to the interrupter structure.
if a secondary interrupter does not care about this feature then
keep isoc_bei_interval 0.
Signed-off-by: Mathias Nyman <[email protected]>
Signed-off-by: Wesley Cheng <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions