<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:damien.lespiau@gmail.com" title="Damien Lespiau <damien.lespiau@gmail.com>"> <span class="fn">Damien Lespiau</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [IVB+]igt/kms_rotation_crc/cursor-rotation sporadically fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85498">bug 85498</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [IVB+]igt/kms_rotation_crc/cursor-rotation sporadically fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85498#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [IVB+]igt/kms_rotation_crc/cursor-rotation sporadically fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85498">bug 85498</a>
              from <span class="vcard"><a class="email" href="mailto:damien.lespiau@gmail.com" title="Damien Lespiau <damien.lespiau@gmail.com>"> <span class="fn">Damien Lespiau</span></a>
</span></b>
        <pre>I've just run 100 times the cursor-rotation on HSW and they all succeeded. If
it still fails for BYT/CHV, could you open a separate bug? BYT/CHV have a
display hardware that is fairly different from IVB/HSW/BDW and should be
tracked as a separate bug.

#!/bin/sh

for i in `seq 1 100`; do
    echo "=== Run $i"
    ./tests/kms_rotation_crc --run-subtest cursor-rotation
    [ $? -eq 0 ] || {
        echo "=== Failed"
        exit 1
    }
done

Running on kernel:

commit 3b18622741df60bb73608472310ceecc6bbde04b
Author: Daniel Vetter <<a href="mailto:daniel.vetter@ffwll.ch">daniel.vetter@ffwll.ch</a>>
Date:   Wed Dec 3 17:57:29 2014 +0100

    drm-intel-nightly: 2014y-12m-03d-16h-57m-04s UTC integration manifest</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>