All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed.
@ 2015-05-02 17:23 bugzilla-daemon
  2015-05-02 17:24 ` bugzilla-daemon
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-02 17:23 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2850 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

            Bug ID: 90284
           Summary: radeon crashes (ring 0 stall) with GPU fault detected:
                    147, and *ERROR* radeon: dpm resume failed.
           Product: DRI
           Version: XOrg git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/Radeon
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: niklas@trippler.no

Created attachment 115515
  --> https://bugs.freedesktop.org/attachment.cgi?id=115515&action=edit
journalctl -r -x --boot=-4

Graphics card: AMD R9 290
Kernel: Linux archfractal 4.0.1-1-ARCH #1 SMP PREEMPT
Monitors connected: 2
DE: Xfce

Relevant packages:
local/xf86-video-ati 1:7.5.0-2 (xorg-drivers xorg)
local/lib32-mesa 10.5.4-1
local/lib32-mesa-libgl 10.5.4-1
local/lib32-mesa-vdpau 10.5.4-1
local/linux 4.0.1-1 (base)
local/xorg-server 1.17.1-5 (xorg)

This bug, which is triggered by dota2 (Valve game), locks up both displays for
a few seconds before they blink black and freeze in the last frame displayed,
requireing a system reboot. The bug seems to happen with others (same symptoms
/ log messages) using other applications (chrome html5 video was mentioned),
but dota2 seems like one of the few recreatable ways to trigger the bug.

Steps to recreate:
Have steam and dota 2 installed (might have to remove steams own bundled
libstdc++ libraries as they conflict with mesa).
Launch dota 2 with any video settings
Start a new lobby with "cheats enabled" and "all pick" game mode (these don't
matter, but make it faster to recreate)
Pick the hero "Chaos Knight" and enter the game
Type in chat "-lvlup 24" to gain max level and skill up everything
Click R to use ulti (which spawns copies of himself)
Hold-drag mouse over all the illusions and the hero.
When the mouse button is released the above bug triggers, crashing the
displaydriver and taking the computer down with it.

In the log attached (journal_log) the bug is triggered at 17:43:50, the first
line there is: "kernel: radeon 0000:01:00.0: GPU fault detected: 147
0x000cc801"
I noticed a few lines later the following lines appeared:

May 02 17:44:01 archfractal kernel: [drm:radeon_pm_resume [radeon]] *ERROR*
radeon: dpm resume failed
May 02 17:44:01 archfractal kernel: [drm:ci_dpm_enable [radeon]] *ERROR*
ci_start_dpm failed

I guessed the bug had something to do with dpm, and disabled it (kernel
parameter radeon.dpm=0). When I had done this the bug could still be recreated,
but the log showed completely different error messages. This log is also
attached as "journal_log_radeon_dpm_is_0"

I had to gzip the first log to fit within the 3M file size limit

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 4313 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] 15+ messages in thread

* [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed.
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
@ 2015-05-02 17:24 ` bugzilla-daemon
  2015-05-05 16:15 ` [Bug 90284] GPU lockup with DOTA2 bugzilla-daemon
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-02 17:24 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 354 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

--- Comment #1 from Trippler <niklas@trippler.no> ---
Created attachment 115516
  --> https://bugs.freedesktop.org/attachment.cgi?id=115516&action=edit
journalctl -r -x --boot=-2. This is the log when booted with radeon.dpm=0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1451 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
  2015-05-02 17:24 ` bugzilla-daemon
@ 2015-05-05 16:15 ` bugzilla-daemon
  2015-05-06 14:16 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-05 16:15 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 841 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

Alex Deucher <alexdeucher@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DRM/Radeon                  |Drivers/Gallium/radeonsi
            Version|XOrg git                    |10.5
            Product|DRI                         |Mesa
            Summary|radeon crashes (ring 0      |GPU lockup with DOTA2
                   |stall) with GPU fault       |
                   |detected: 147, and *ERROR*  |
                   |radeon: dpm resume failed.  |
         QA Contact|                            |dri-devel@lists.freedesktop
                   |                            |.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1834 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
  2015-05-02 17:24 ` bugzilla-daemon
  2015-05-05 16:15 ` [Bug 90284] GPU lockup with DOTA2 bugzilla-daemon
@ 2015-05-06 14:16 ` bugzilla-daemon
  2015-05-06 14:43 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-06 14:16 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 281 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

--- Comment #2 from Tom Stellard <tstellar@gmail.com> ---
Can you run the program with the environment variable R600_DEBUG=ps,vs,gs and
post the output.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 989 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (2 preceding siblings ...)
  2015-05-06 14:16 ` bugzilla-daemon
@ 2015-05-06 14:43 ` bugzilla-daemon
  2015-05-06 14:44 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-06 14:43 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 559 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

--- Comment #3 from Trippler <niklas@trippler.no> ---
Created attachment 115594
  --> https://bugs.freedesktop.org/attachment.cgi?id=115594&action=edit
Output of the program being run with R600_DEBUG=ps,vs,gs

export R600_DEBUG=ps,vs,gs
steam > output_steam

After this I ran game from steam and recreated crash condition. Also attached
(next attachment) is systemd log from this event as well
(journal_log_with_debug_ps_vs_gs.gz)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1471 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (3 preceding siblings ...)
  2015-05-06 14:43 ` bugzilla-daemon
@ 2015-05-06 14:44 ` bugzilla-daemon
  2015-05-06 14:45 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-06 14:44 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 358 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

--- Comment #4 from Trippler <niklas@trippler.no> ---
Created attachment 115595
  --> https://bugs.freedesktop.org/attachment.cgi?id=115595&action=edit
journalctl -r -x --boot=-1 when recreating the crash with R600_DEBUG=ps,vs,gs

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1309 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (4 preceding siblings ...)
  2015-05-06 14:44 ` bugzilla-daemon
@ 2015-05-06 14:45 ` bugzilla-daemon
  2015-05-07  3:40 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-06 14:45 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 512 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

--- Comment #5 from Trippler <niklas@trippler.no> ---
(In reply to Trippler from comment #4)
> Created attachment 115595 [details]
> journalctl -r -x --boot=-1 when recreating the crash with R600_DEBUG=ps,vs,gs

Done. I added two logs - "output_steam.gz" which is the output of the program,
and "journal_log_with_debug_ps_vs_gs.gz" which is the output of "journalctl
--boot=-1 -r -x"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1628 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (5 preceding siblings ...)
  2015-05-06 14:45 ` bugzilla-daemon
@ 2015-05-07  3:40 ` bugzilla-daemon
  2015-05-08 10:22 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-07  3:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 434 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115594|text/plain                  |application/gzip
          mime type|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1080 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (6 preceding siblings ...)
  2015-05-07  3:40 ` bugzilla-daemon
@ 2015-05-08 10:22 ` bugzilla-daemon
  2015-05-08 10:23 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-08 10:22 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 420 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

Tom Stellard <tstellar@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115515|text/plain                  |application/gzip
          mime type|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1041 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (7 preceding siblings ...)
  2015-05-08 10:22 ` bugzilla-daemon
@ 2015-05-08 10:23 ` bugzilla-daemon
  2015-05-09 10:17 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-08 10:23 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 420 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

Tom Stellard <tstellar@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115595|text/plain                  |application/gzip
          mime type|                            |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1041 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (8 preceding siblings ...)
  2015-05-08 10:23 ` bugzilla-daemon
@ 2015-05-09 10:17 ` bugzilla-daemon
  2015-10-17 17:27 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-05-09 10:17 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 372 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

--- Comment #6 from pablow.1422@gmail.com ---
Same here. 

Graphics card: AMD Radeon HD7750
Kernel: 3.19.0-16-generic #16-Ubuntu SMP
DE: KDE

Mesa 10.6.0-devel (git-28090b3 2015-05-05 vivid-oibaf-ppa)

Any info needed, I'm happy to provide it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1065 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (9 preceding siblings ...)
  2015-05-09 10:17 ` bugzilla-daemon
@ 2015-10-17 17:27 ` bugzilla-daemon
  2016-05-24 19:16 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2015-10-17 17:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 245 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

--- Comment #7 from Marek Olšák <maraeo@gmail.com> ---
Can you still reproduce this with current Mesa git?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 972 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] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (10 preceding siblings ...)
  2015-10-17 17:27 ` bugzilla-daemon
@ 2016-05-24 19:16 ` bugzilla-daemon
  2016-05-25 14:30 ` bugzilla-daemon
  2018-04-03  3:31 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2016-05-24 19:16 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 505 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

Oded Gabbay <oded.gabbay@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #8 from Oded Gabbay <oded.gabbay@gmail.com> ---
Is this still relevant ?
We got reports it works with Ubuntu 16.04

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1758 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (11 preceding siblings ...)
  2016-05-24 19:16 ` bugzilla-daemon
@ 2016-05-25 14:30 ` bugzilla-daemon
  2018-04-03  3:31 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2016-05-25 14:30 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 575 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

--- Comment #9 from Trippler <niklas@trippler.no> ---
(In reply to Oded Gabbay from comment #8)
> Is this still relevant ?
> We got reports it works with Ubuntu 16.04

I can confirm that I can no longer recreate the bug. They have switched the
game engine the game uses since this bug was reported, so I do not know if the
cause is fixed or it is no longer triggered.

I do think it's safe to mark this as no longer relevant though.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1388 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug 90284] GPU lockup with DOTA2
  2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
                   ` (12 preceding siblings ...)
  2016-05-25 14:30 ` bugzilla-daemon
@ 2018-04-03  3:31 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2018-04-03  3:31 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 623 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=90284

Timothy Arceri <t_arceri@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #10 from Timothy Arceri <t_arceri@yahoo.com.au> ---
Closing as invalid since both Mesa and Dota2 have changed since the report and
the problem can no longer be reproduced.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2055 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-04-03  3:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-02 17:23 [Bug 90284] radeon crashes (ring 0 stall) with GPU fault detected: 147, and *ERROR* radeon: dpm resume failed bugzilla-daemon
2015-05-02 17:24 ` bugzilla-daemon
2015-05-05 16:15 ` [Bug 90284] GPU lockup with DOTA2 bugzilla-daemon
2015-05-06 14:16 ` bugzilla-daemon
2015-05-06 14:43 ` bugzilla-daemon
2015-05-06 14:44 ` bugzilla-daemon
2015-05-06 14:45 ` bugzilla-daemon
2015-05-07  3:40 ` bugzilla-daemon
2015-05-08 10:22 ` bugzilla-daemon
2015-05-08 10:23 ` bugzilla-daemon
2015-05-09 10:17 ` bugzilla-daemon
2015-10-17 17:27 ` bugzilla-daemon
2016-05-24 19:16 ` bugzilla-daemon
2016-05-25 14:30 ` bugzilla-daemon
2018-04-03  3:31 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.