|
@@ -495,7 +495,7 @@ static int radeon_debugfs_ring_info(struct seq_file *m, void *data)
|
|
seq_printf(m, "%u free dwords in ring\n", ring->ring_free_dw);
|
|
seq_printf(m, "%u free dwords in ring\n", ring->ring_free_dw);
|
|
seq_printf(m, "%u dwords in ring\n", count);
|
|
seq_printf(m, "%u dwords in ring\n", count);
|
|
|
|
|
|
- if (!ring->ready)
|
|
|
|
|
|
+ if (!ring->ring)
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
/* print 8 dw before current rptr as often it's the last executed
|
|
/* print 8 dw before current rptr as often it's the last executed
|