* [Bug 79773] Enabling DPM results in crash for R270X PITCAIRN
2014-06-07 16:30 [Bug 79773] New: Enabling DPM results in crash for R270X PITCAIRN bugzilla-daemon
@ 2014-06-07 16:32 ` bugzilla-daemon
2014-06-07 16:36 ` bugzilla-daemon
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-06-07 16:32 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 334 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79773
--- Comment #1 from dex+fdobugzilla@dragonslave.de ---
Created attachment 100615
--> https://bugs.freedesktop.org/attachment.cgi?id=100615&action=edit
Videobios via od -x /sys/class/drm/card0/device/rom
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1304 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 79773] Enabling DPM results in crash for R270X PITCAIRN
2014-06-07 16:30 [Bug 79773] New: Enabling DPM results in crash for R270X PITCAIRN bugzilla-daemon
2014-06-07 16:32 ` [Bug 79773] " bugzilla-daemon
@ 2014-06-07 16:36 ` bugzilla-daemon
2014-06-07 16:38 ` bugzilla-daemon
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-06-07 16:36 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 372 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79773
--- Comment #2 from Alex Deucher <agd5f@yahoo.com> ---
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
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1154 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 79773] Enabling DPM results in crash for R270X PITCAIRN
2014-06-07 16:30 [Bug 79773] New: Enabling DPM results in crash for R270X PITCAIRN bugzilla-daemon
2014-06-07 16:32 ` [Bug 79773] " bugzilla-daemon
2014-06-07 16:36 ` bugzilla-daemon
@ 2014-06-07 16:38 ` bugzilla-daemon
2014-06-07 16:41 ` bugzilla-daemon
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-06-07 16:38 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 313 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79773
--- Comment #3 from dex+fdobugzilla@dragonslave.de ---
Created attachment 100616
--> https://bugs.freedesktop.org/attachment.cgi?id=100616&action=edit
Next try. This time without od.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1241 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 79773] Enabling DPM results in crash for R270X PITCAIRN
2014-06-07 16:30 [Bug 79773] New: Enabling DPM results in crash for R270X PITCAIRN bugzilla-daemon
` (2 preceding siblings ...)
2014-06-07 16:38 ` bugzilla-daemon
@ 2014-06-07 16:41 ` bugzilla-daemon
2014-06-07 16:43 ` bugzilla-daemon
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-06-07 16:41 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79773
--- Comment #4 from Alex Deucher <agd5f@yahoo.com> ---
(In reply to comment #3)
> Created attachment 100616 [details]
> Next try. This time without od.
That worked. thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1360 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 79773] Enabling DPM results in crash for R270X PITCAIRN
2014-06-07 16:30 [Bug 79773] New: Enabling DPM results in crash for R270X PITCAIRN bugzilla-daemon
` (3 preceding siblings ...)
2014-06-07 16:41 ` bugzilla-daemon
@ 2014-06-07 16:43 ` bugzilla-daemon
2014-06-08 11:33 ` bugzilla-daemon
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-06-07 16:43 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 360 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79773
--- Comment #5 from dex+fdobugzilla@dragonslave.de ---
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
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1232 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 79773] Enabling DPM results in crash for R270X PITCAIRN
2014-06-07 16:30 [Bug 79773] New: Enabling DPM results in crash for R270X PITCAIRN bugzilla-daemon
` (4 preceding siblings ...)
2014-06-07 16:43 ` bugzilla-daemon
@ 2014-06-08 11:33 ` bugzilla-daemon
2014-06-24 0:13 ` bugzilla-daemon
2014-06-25 1:55 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-06-08 11:33 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 247 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79773
--- Comment #6 from dex+fdobugzilla@dragonslave.de ---
I also tried with Kernel 3.15.0-rc8-00105-gc593e89
Same effect
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1020 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 79773] Enabling DPM results in crash for R270X PITCAIRN
2014-06-07 16:30 [Bug 79773] New: Enabling DPM results in crash for R270X PITCAIRN bugzilla-daemon
` (5 preceding siblings ...)
2014-06-08 11:33 ` bugzilla-daemon
@ 2014-06-24 0:13 ` bugzilla-daemon
2014-06-25 1:55 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-06-24 0:13 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 305 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79773
--- Comment #7 from Gustavo Lopes <mail@geleia.net> ---
Probably this is the same problem I reported here (exact same model):
https://bugs.freedesktop.org/show_bug.cgi?id=76490
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1221 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 79773] Enabling DPM results in crash for R270X PITCAIRN
2014-06-07 16:30 [Bug 79773] New: Enabling DPM results in crash for R270X PITCAIRN bugzilla-daemon
` (6 preceding siblings ...)
2014-06-24 0:13 ` bugzilla-daemon
@ 2014-06-25 1:55 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-06-25 1:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 537 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=79773
Alex Deucher <agd5f@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #8 from Alex Deucher <agd5f@yahoo.com> ---
*** This bug has been marked as a duplicate of bug 76490 ***
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2147 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread