<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#c119">Comment # 119</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:dex+fdobugzilla@dragonslave.de" title="Daniel Exner <dex+fdobugzilla@dragonslave.de>"> <span class="fn">Daniel Exner</span></a>
</span></b>
        <pre>Good news!

With kernel 4.10.0-rc5-00071-ga4685d2f58e2 that includes:

drm/radeon/si: load special ucode for certain MC configs

from drm-fixes-4.10 branch and the si58_mc.bin file from 

<a href="https://people.freedesktop.org/~agd5f/radeon_ucode/">https://people.freedesktop.org/~agd5f/radeon_ucode/</a>

I could boot fine.

This small change I made indeed showed it is using the file for my card:
+       {
+               DRM_INFO("Loading special si58_mc Microcode\n");
                snprintf(fw_name, sizeof(fw_name), "radeon/si58_mc.bin");
+       }

Then I could remove the quirk I needed!

-       { PCI_VENDOR_ID_ATI, 0x6810, 0x1462, 0x3036, 0, 120000 },

I guess 3h portal 2 are enough to verify everything works now as it should.

Perhaps others can test their quirk lines, too?</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>