Commit a55cfa5
committed
mod: too quick draining buffer fix
DP may produce a huge chunk of output data (i.e. 10 LL
cycles), and the following module should be able to
consume it in 1 cycle chunks, one by one
unfortunately some modules are not prepared to
work when there's more than 1 data portion available
in the buffer and are draining buffers with data loss
a workaround: copy only the following module's IBS in each LL cycle
required fix: all modules using sink/src interface must be aware to
process only data they need, not forcefully draining a buffer
Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>1 parent bb30aa2 commit a55cfa5
1 file changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
1077 | 1089 | | |
1078 | 1090 | | |
1079 | 1091 | | |
1080 | 1092 | | |
1081 | 1093 | | |
| 1094 | + | |
| 1095 | + | |
1082 | 1096 | | |
1083 | | - | |
| 1097 | + | |
1084 | 1098 | | |
1085 | 1099 | | |
1086 | 1100 | | |
| |||
0 commit comments