<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][HSW, SNB] igt@kms_rotation_crc@sprite-rotation-180-flip - Fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102691#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][HSW, SNB] igt@kms_rotation_crc@sprite-rotation-180-flip - Fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102691">bug 102691</a>
              from <span class="vcard"><a class="email" href="mailto:marta.lofstedt@intel.com" title="Marta Löfstedt <marta.lofstedt@intel.com>"> <span class="fn">Marta Löfstedt</span></a>
</span></b>
        <pre>If I remove rotation the test still fails the crc:


diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
index 21e264ad..1ba64a99 100644
--- a/tests/kms_rotation_crc.c
+++ b/tests/kms_rotation_crc.c
@@ -677,7 +677,7 @@ igt_main
                        igt_require(!(subtest->rot &
                                    (IGT_ROTATION_90 | IGT_ROTATION_270)) ||
                                    gen >= 9);
-                       data.rotation = subtest->rot;
+                       data.rotation = IGT_ROTATION_0;
                        data.flips = subtest->flips;
                        test_plane_rotation(&data, subtest->plane);


also, same I/O error if I change opacity to 1.0.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>