Skip to content

Commit f5e625e

Browse files
marcanstramzel
authored andcommitted
Disable IB tests on rings > GFX
1 parent a05f71f commit f5e625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/radeon/radeon_ib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ int radeon_ib_ring_tests(struct radeon_device *rdev)
259259
unsigned i;
260260
int r;
261261

262-
for (i = 0; i < RADEON_NUM_RINGS; ++i) {
262+
for (i = 0; i < 1; ++i) {
263263
struct radeon_ring *ring = &rdev->ring[i];
264264

265265
if (!ring->ready)

0 commit comments

Comments
 (0)