Commit bd84f96
committed
trace: refine reschedule time for dma trace
It is a simple fix for trace buffer overflowing at the boot
up time or debug mode FW. At boot up time, there are many trace
events for topology loading in very short time, the trace buffer
needs to be scheduled ASAP. 5us is the shortest time works on
every platforms.
Signed-off-by: Rander Wang <rander.wang@linux.intel.com>1 parent cedde4e commit bd84f96
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- src/platform
- apollolake/include/platform
- baytrail/include/platform
- cannonlake/include/platform
- haswell/include/platform
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments