<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Hang during boot when DPM is on (R9 270X)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76490#c122">Comment # 122</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Hang during boot when DPM is on (R9 270X)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=76490">bug 76490</a>
              from <span class="vcard"><a class="email" href="mailto:lolisamurai@tfwno.gf" title="Franc[e]sco <lolisamurai@tfwno.gf>"> <span class="fn">Franc[e]sco</span></a>
</span></b>
        <pre>I also edited this piece of code (still in si_dpm.c) to let my memory clock hit
1400 MHz which is stock speed for this card, and I'm still running rock solid:

    /* limit all SI kickers */
    if (rdev->family == CHIP_PITCAIRN) {
        if ((rdev->pdev->revision == 0x81) ||
            (rdev->pdev->device == 0x6810) ||
            (rdev->pdev->device == 0x6811) ||
            (rdev->pdev->device == 0x6816) ||
            (rdev->pdev->device == 0x6817) ||
            (rdev->pdev->device == 0x6806))
            max_mclk = 145000;
    } else if (rdev->family == CHIP_VERDE) {
...

Not sure why it doesn't hit my 1450MHz overclock (which is flashed to the
card's bios), but I'm very pleased compared to the previous 1200MHz.</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>