[Bug 82280] [PNV]igt/kms_flip_tiling/flip-changes-tiling tests timeout

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Sep 7 08:19:42 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=82280

--- Comment #4 from Chris Wilson <chris at chris-wilson.co.uk> ---
I think it should be as simple as:

diff --git a/tests/kms_flip_tiling.c b/tests/kms_flip_tiling.c
index 1f2caac..9c2f7fe 100644
--- a/tests/kms_flip_tiling.c
+++ b/tests/kms_flip_tiling.c
@@ -67,9 +67,9 @@ test_flip_changes_tiling(data_t *data, igt_output_t *output)
        igt_crc_t reference_crc, crc;
        int fb_id, pipe, ret, width;

-       pipe = 0;
+       pipe = output->config.pipe;
        pipe_crc = igt_pipe_crc_new(pipe, INTEL_PIPE_CRC_SOURCE_AUTO);
-       igt_output_set_pipe(output, 0);
+       igt_output_set_pipe(output, pipe);

but now the pipe crc fails to open.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140907/38e5e12a/attachment.html>


More information about the intel-gfx-bugs mailing list