Commit e4abd7ad authored by Joe Perches's avatar Joe Perches Committed by Christian König
parent de499781
...@@ -471,8 +471,11 @@ static int thread_signal_callback(void *arg) ...@@ -471,8 +471,11 @@ static int thread_signal_callback(void *arg)
dma_fence_signal(f1); dma_fence_signal(f1);
smp_store_mb(cb.seen, false); smp_store_mb(cb.seen, false);
if (!f2 || dma_fence_add_callback(f2, &cb.cb, simple_callback)) if (!f2 ||
miss++, cb.seen = true; dma_fence_add_callback(f2, &cb.cb, simple_callback)) {
miss++;
cb.seen = true;
}
if (!t->before) if (!t->before)
dma_fence_signal(f1); dma_fence_signal(f1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment