提交 1f2e124d 编写于 作者: A Alex Deucher 提交者: Dave Airlie

drm/radeon/kms: add missing ring ready check in sync tests

Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 0a7eb243
......@@ -471,6 +471,8 @@ void radeon_test_syncing(struct radeon_device *rdev)
for (k = 0; k < j; ++k) {
struct radeon_ring *ringC = &rdev->ring[k];
if (!ringC->ready)
continue;
DRM_INFO("Testing syncing between rings %d, %d and %d...\n", i, j, k);
radeon_test_ring_sync2(rdev, ringA, ringB, ringC);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册