Commit b30d200
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 3bd9991 commit b30d200
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1072 | 1072 | | |
1073 | 1073 | | |
1074 | 1074 | | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
1075 | 1087 | | |
1076 | 1088 | | |
1077 | 1089 | | |
1078 | 1090 | | |
1079 | 1091 | | |
| 1092 | + | |
| 1093 | + | |
1080 | 1094 | | |
1081 | | - | |
| 1095 | + | |
1082 | 1096 | | |
1083 | 1097 | | |
1084 | 1098 | | |
| |||
0 commit comments