Skip to content

Commit 330c522

Browse files
committed
check-sof-logger: disable again dma_nudge() workaround for stuck DMA #4333
Peter has a tentative fix in thesofproject/linux#3523, remove the workaround so it can better tested and evaluated. Signed-off-by: Marc Herbert <marc.herbert@intel.com> (cherry picked from commit 4b3f847)
1 parent b0be6ee commit 330c522

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

test-case/check-sof-logger.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,12 @@ main()
205205

206206
# Workaround for DMA trace bug
207207
# https://github.com/thesofproject/sof/issues/4333
208-
if [ "$f" = data ]; then
208+
# if [ "$f" = data ]; then
209+
210+
# let's check whether #4333 was finally fixed by sof #4763
211+
# + linux #3523
212+
if false; then
213+
209214
dloge "Empty or stuck DMA trace? Let's try to nudge it."
210215
dloge ' vv Workaround for SOF issue 4333 vv'
211216
local second_chance="$LOG_ROOT/logger.dma_trace_bug_4333.txt"

0 commit comments

Comments
 (0)