Bug 79773 - Enabling DPM results in crash for R270X PITCAIRN
Summary: Enabling DPM results in crash for R270X PITCAIRN
Status: RESOLVED DUPLICATE of bug 76490
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Radeon (show other bugs)
Version: XOrg git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-07 16:30 UTC by Daniel Exner
Modified: 2014-06-25 01:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Relevant dmesg (4.75 KB, text/plain)
2014-06-07 16:30 UTC, Daniel Exner
no flags Details
Videobios via od -x /sys/class/drm/card0/device/rom (182.78 KB, application/octet-stream)
2014-06-07 16:32 UTC, Daniel Exner
no flags Details
Next try. This time without od. (64.00 KB, text/plain)
2014-06-07 16:38 UTC, Daniel Exner
no flags Details

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.