Skip to content

Commit

Permalink
Disable IB tests on rings > GFX
Browse files Browse the repository at this point in the history
  • Loading branch information
marcan authored and stramzel committed Mar 25, 2022
1 parent d3653f4 commit 1878a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/radeon/radeon_ib.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ int radeon_ib_ring_tests(struct radeon_device *rdev)
unsigned i;
int r;

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

if (!ring->ready)
Expand Down

0 comments on commit 1878a7f

Please sign in to comment.