<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:libm3l@gmail.com" title="Adam Jirasek <libm3l@gmail.com>"> <span class="fn">Adam Jirasek</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - i915 flickering or blury screen, linux-3.16.0-rc5, linux kernel bisect trakced f2c234571d3329204bea7b917cba7004d753c0fc commit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81647">bug 81647</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;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.freedesktop.org/show_bug.cgi?id=75378
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - i915 flickering or blury screen, linux-3.16.0-rc5, linux kernel bisect trakced f2c234571d3329204bea7b917cba7004d753c0fc commit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81647#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - i915 flickering or blury screen, linux-3.16.0-rc5, linux kernel bisect trakced f2c234571d3329204bea7b917cba7004d753c0fc commit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=81647">bug 81647</a>
              from <span class="vcard"><a class="email" href="mailto:libm3l@gmail.com" title="Adam Jirasek <libm3l@gmail.com>"> <span class="fn">Adam Jirasek</span></a>
</span></b>
        <pre>I found the problem on my computer Toshipa S70 
with VGA compatible controller: Intel Corporation 4th Gen Core Processor
Integrated Graphics Controller (rev 06) was caused by commit
c6930992948adf0f8fc1f6ff1da51c5002a2cf95

file drivers/gpu/drm/i915/intel_dp.c

sequence around loop 

for (clock = min_clock; clock <= max_clock; clock++) {
for (lane_count = min_lane_count; lane_count <= max_lane_count; lane_count <<=
1) {

Reversing this commit solved the problem, I recompiled the 
the drim-intel-nightly (8734408c113bb38234ed03ec51c723b3deff579b)
and it works fine. 

The error is reproducible, ie. by swithcing the sequence of the loops I can
reproduce the blury screen or flicker</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>
      </ul>
    </body>
</html>