* [Bug 60347] Reproducible GPU lockup CP stall in Amnesia game
2013-02-06 2:26 [Bug 60347] New: Reproducible GPU lockup CP stall in Amnesia game bugzilla-daemon
@ 2013-02-06 9:54 ` bugzilla-daemon
2013-02-07 12:11 ` bugzilla-daemon
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-06 9:54 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=60347
--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
Please attach /var/log/Xorg.0.log and the output of glxinfo and dmesg.
> 3.8.0-rc5
> Everything else taken from xorg-edgers ppa
Does the problem occur with a 3.7 kernel and/or without the PPA?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1222 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] 8+ messages in thread* [Bug 60347] Reproducible GPU lockup CP stall in Amnesia game
2013-02-06 2:26 [Bug 60347] New: Reproducible GPU lockup CP stall in Amnesia game bugzilla-daemon
2013-02-06 9:54 ` [Bug 60347] " bugzilla-daemon
@ 2013-02-07 12:11 ` bugzilla-daemon
2013-02-07 13:03 ` bugzilla-daemon
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-07 12:11 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 567 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=60347
--- Comment #2 from Anonymous Helper <anonymous@dodgeit.com> ---
(In reply to comment #1)
> Please attach /var/log/Xorg.0.log and the output of glxinfo and dmesg.
>
> > 3.8.0-rc5
> > Everything else taken from xorg-edgers ppa
>
> Does the problem occur with a 3.7 kernel and/or without the PPA?
I've narrowed it down to one of these two kernel patches:
4ac0533abaec2b83a7f2c675010eedd55664bc26
cf4ccd016bae1a03bb38170eb54b5db4b04e0545
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1435 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] 8+ messages in thread* [Bug 60347] Reproducible GPU lockup CP stall in Amnesia game
2013-02-06 2:26 [Bug 60347] New: Reproducible GPU lockup CP stall in Amnesia game bugzilla-daemon
2013-02-06 9:54 ` [Bug 60347] " bugzilla-daemon
2013-02-07 12:11 ` bugzilla-daemon
@ 2013-02-07 13:03 ` bugzilla-daemon
2013-02-07 14:45 ` bugzilla-daemon
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-07 13:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 769 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=60347
--- Comment #3 from Alex Deucher <agd5f@yahoo.com> ---
(In reply to comment #2)
>
> I've narrowed it down to one of these two kernel patches:
>
> 4ac0533abaec2b83a7f2c675010eedd55664bc26
> cf4ccd016bae1a03bb38170eb54b5db4b04e0545
It's probably a mesa bug then. Since those two patches just enable mesa to use
additional features (htile and DMA). Probably one of these mesa commits:
24b1206ab2dcd506aaac3ef656aebc8bc20cd27a
6532eb17baff6e61b427f29e076883f8941ae664
325422c49449acdd8df1eb2ca8ed81f7696c38cc
Does setting the env var R600_HYPERZ=0 or resetting your git tree back to
cf5632094ba0c19d570ea47025cf6da75ef8457a fix the issue?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1618 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] 8+ messages in thread* [Bug 60347] Reproducible GPU lockup CP stall in Amnesia game
2013-02-06 2:26 [Bug 60347] New: Reproducible GPU lockup CP stall in Amnesia game bugzilla-daemon
` (2 preceding siblings ...)
2013-02-07 13:03 ` bugzilla-daemon
@ 2013-02-07 14:45 ` bugzilla-daemon
2013-02-07 15:04 ` [Bug 60347] Htile support causes " bugzilla-daemon
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-07 14:45 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 730 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=60347
--- Comment #4 from Anonymous Helper <anonymous@dodgeit.com> ---
(In reply to comment #3)
> It's probably a mesa bug then. Since those two patches just enable mesa to
> use additional features (htile and DMA). Probably one of these mesa commits:
> 24b1206ab2dcd506aaac3ef656aebc8bc20cd27a
> 6532eb17baff6e61b427f29e076883f8941ae664
> 325422c49449acdd8df1eb2ca8ed81f7696c38cc
>
> Does setting the env var R600_HYPERZ=0 or resetting your git tree back to
> cf5632094ba0c19d570ea47025cf6da75ef8457a fix the issue?
I couldn't bisect mesa due to compile issues, but disabling HyperZ does fix the
issue.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1598 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] 8+ messages in thread* [Bug 60347] Htile support causes GPU lockup CP stall in Amnesia game
2013-02-06 2:26 [Bug 60347] New: Reproducible GPU lockup CP stall in Amnesia game bugzilla-daemon
` (3 preceding siblings ...)
2013-02-07 14:45 ` bugzilla-daemon
@ 2013-02-07 15:04 ` bugzilla-daemon
2013-02-08 1:06 ` bugzilla-daemon
2013-02-08 2:10 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-07 15:04 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 505 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=60347
Alex Deucher <agd5f@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Reproducible GPU lockup CP |Htile support causes GPU
|stall in Amnesia game |lockup CP stall in Amnesia
| |game
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1129 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] 8+ messages in thread* [Bug 60347] Htile support causes GPU lockup CP stall in Amnesia game
2013-02-06 2:26 [Bug 60347] New: Reproducible GPU lockup CP stall in Amnesia game bugzilla-daemon
` (4 preceding siblings ...)
2013-02-07 15:04 ` [Bug 60347] Htile support causes " bugzilla-daemon
@ 2013-02-08 1:06 ` bugzilla-daemon
2013-02-08 2:10 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-08 1:06 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 241 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=60347
--- Comment #5 from Anonymous Helper <anonymous@dodgeit.com> ---
This bug looks like to be a duplicate of 59592.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1034 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] 8+ messages in thread* [Bug 60347] Htile support causes GPU lockup CP stall in Amnesia game
2013-02-06 2:26 [Bug 60347] New: Reproducible GPU lockup CP stall in Amnesia game bugzilla-daemon
` (5 preceding siblings ...)
2013-02-08 1:06 ` bugzilla-daemon
@ 2013-02-08 2:10 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-08 2:10 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 537 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=60347
Alex Deucher <agd5f@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #6 from Alex Deucher <agd5f@yahoo.com> ---
*** This bug has been marked as a duplicate of bug 59592 ***
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2189 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] 8+ messages in thread