aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-report
diff options
context:
space:
mode:
authorChunfeng Yun <[email protected]>2023-01-19 11:33:22 +0800
committerGreg Kroah-Hartman <[email protected]>2023-01-19 14:12:08 +0100
commit5aba179c34291ef67206bce6fa0fe0873c8dfc4e (patch)
tree0d151b7957eb8882ad420281f62314e4c42aba5a /tools/perf/scripts/python/bin/task-analyzer-report
parent3e679bde529e892a59e89d3a0728cc153e8ecefe (diff)
usb: mtu3: fix the failure of qmu stop
This happens when do stress test of uvc stream on/off which will enable/disable endpoints. uvc has four tx requests, and may disable endpoint between queue tx requests as following: enable ep --> start qmu queue tx request0 queue tx request1 queue tx request2 --> resume qmu disable ep --> stop qmu may fail [1] queue tx request3 --> will resume qmu, may cause qmu can't work when enable ep next time [2] [1]: when the tx fifo has some data to transmit, and try to stop qmu (stop ep) meanwhile resume qmu (queue tx request), it may cause stop qmu timeout, then can be fixed by flushing fifo when stop qmu. [2]: it resumes qmu again, shall stop qmu again. Signed-off-by: Chunfeng Yun <[email protected]> Reported-by: Min Guo <[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/bin/task-analyzer-report')
0 files changed, 0 insertions, 0 deletions