Commit ba6c760
dp: Allow scheduling of already running DP task
The DP task is started at pipeline start and stopped when the DP module
is freed. Since the pipeline can be paused and resumed multiple times, DP
task start may be called when the task is already queued/running.
This commit allows the DP task to be scheduled even when it was already
started. This fixes DP tests with multiple pipeline pause/resume cycles.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent 1e727ec commit ba6c760
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
328 | 334 | | |
329 | 335 | | |
330 | 336 | | |
| |||
0 commit comments