[Bug 76490] Hang during boot when DPM is on (R9 270X)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 24 21:44:36 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=76490
--- Comment #119 from Daniel Exner <dex+fdobugzilla at dragonslave.de> ---
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
https://people.freedesktop.org/~agd5f/radeon_ucode/
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?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170124/71ff2a83/attachment.html>
More information about the dri-devel
mailing list