<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68235#c32">Comment # 32</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68235">bug 68235</a>
              from <span class="vcard"><a class="email" href="mailto:alexandre.f.demers@gmail.com" title="Alexandre Demers <alexandre.f.demers@gmail.com>"> <span class="fn">Alexandre Demers</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=68235#c31">comment #31</a>)
<span class="quote">> Created <span class=""><a href="attachment.cgi?id=85989" name="attach_85989" title="testing patch">attachment 85989</a> <a href="attachment.cgi?id=85989&action=edit" title="testing patch">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=68235&attachment=85989'>[review]</a> [review]
> testing patch

> Try this patch independent from any other patches.  It forces the engine and
> memory clocks of all performance levels within a power state to the lowest
> level.  If it works, then try and comment out either the sclk part or the
> mclk part and see if either helps.  That should help us narrow down whether
> it's a mclk problem or an sclk problem.</span >

Running with the patch works fine over a vanilla kernel 3.12-rc1. The following
works also fine:
//    if (pl->sclk > 25000)
//        pl->sclk = 25000;
    if (pl->mclk > 15000)
        pl->mclk = 15000;
Which means sclk is working properly.

However, the opposite results in a blank screen before I can even get at the
login screen. It seems mclk is the problematic part.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>