Bug 79773

Summary: Enabling DPM results in crash for R270X PITCAIRN
Product: DRI Reporter: Daniel Exner <dex+fdobugzilla>
Component: DRM/RadeonAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: medium    
Version: XOrg git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Relevant dmesg
none
Videobios via od -x /sys/class/drm/card0/device/rom
none
Next try. This time without od. none

Description Daniel Exner 2014-06-07 16:30:25 UTC
Created attachment 100614 [details]
Relevant dmesg

Kernel: 3.15.0-rc7-00118-ga4bf79e

As soon as the radeon module gets loaded with dpm=1 (the default)
and Xorg is started the system crashes.
Comment 1 Daniel Exner 2014-06-07 16:32:06 UTC
Created attachment 100615 [details]
Videobios via od -x  /sys/class/drm/card0/device/rom
Comment 2 Alex Deucher 2014-06-07 16:36:06 UTC
looks like the vbios didn't get dumped properly.  Try this:

(as root)
(use lspci to get the bus id)
cd /sys/bus/pci/devices/<pci bus id>
echo 1 > rom
cat rom > /tmp/vbios.rom
echo 0 > rom
Comment 3 Daniel Exner 2014-06-07 16:38:14 UTC
Created attachment 100616 [details]
Next try. This time without od.
Comment 4 Alex Deucher 2014-06-07 16:41:32 UTC
(In reply to comment #3)
> Created attachment 100616 [details]
> Next try. This time without od.

That worked.  thanks!
Comment 5 Daniel Exner 2014-06-07 16:43:24 UTC
Looking at strings from vbios:

>113-MSITV303MS.1D0 C63101 CURACAO XT GDDR5 64MX32 2GB 150E/150M 

This is the 4G variant:
http://www.msi.com/product/vga/R9_270X_GAMING_4G.html
Comment 6 Daniel Exner 2014-06-08 11:33:43 UTC
I also tried with Kernel 3.15.0-rc8-00105-gc593e89

Same effect
Comment 7 Gustavo Lopes 2014-06-24 00:13:41 UTC
Probably this is the same problem I reported here (exact same model): https://bugs.freedesktop.org/show_bug.cgi?id=76490
Comment 8 Alex Deucher 2014-06-25 01:55:02 UTC

*** This bug has been marked as a duplicate of bug 76490 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.