summaryrefslogtreecommitdiff
path: root/tests/kms_pipe_crc_basic.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-13 17:59:47 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-13 19:44:40 +0100
commitf962dee636f2992152617be4dc9e62c5055473ec (patch)
tree39f607481269f0323e4248779515f93eb8ed5a20 /tests/kms_pipe_crc_basic.c
parentbd53d722dde87d67742b4ff4ee192bd8c6058328 (diff)
test/kms_pipe_crc_basic: Fix up igt_kms conversion breakage
Apparently the framework doesn't ignore disabled pipes correctly, so help it out a bit. Again an awesome track record for our QA and bug scrubbers :( Oh and while I rant: Docs for this stuff, please ;-) Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/kms_pipe_crc_basic.c')
-rw-r--r--tests/kms_pipe_crc_basic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index 8523b534..9aa34275 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -120,6 +120,8 @@ static void test_read_crc(data_t *data, int pipe, unsigned flags)
igt_pipe_crc_free(pipe_crc);
kmstest_remove_fb(data->drm_fd, &data->fb);
igt_plane_set_fb(primary, NULL);
+
+ igt_output_set_pipe(output, PIPE_ANY);
}
igt_require_f(valid_connectors, "No connector found for pipe %i\n", pipe);