* [Bug 70411] New: 7970M PRIME: lockup with Distance game, recovery doesn't work
@ 2014-02-11 21:38 bugzilla-daemon
2014-02-12 3:49 ` [Bug 70411] " bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-11 21:38 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=70411
Bug ID: 70411
Summary: 7970M PRIME: lockup with Distance game, recovery
doesn't work
Product: Drivers
Version: 2.5
Kernel Version: 3.13-3.14-rc2
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Video(DRI - non Intel)
Assignee: drivers_video-dri@kernel-bugs.osdl.org
Reporter: haagch.christoph@googlemail.com
Regression: Yes
Created attachment 125651
--> https://bugzilla.kernel.org/attachment.cgi?id=125651&action=edit
dmesg of radeon getting stuck
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor
Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Wimbledon XT [Radeon HD 7970M]
Using PRIME to render on the gpu etc.
This has been going on for a while and I sadly don't really know since when,
maybe later I'll test older kernels.
It has worked some time ago (again, no specifics, but I think it was 3.12
(without dpm, maybe it's relevant).
I report this because this is specifically happening with the Distance game in
the Alpha version only available to kickstarter backers (I believe).
http://survivethedistance.com/ (Surely there is a way to get this into the
hands of driver developers if it is useful for finding out if more GPUs and
configurations are affected and fixing bugs!)
Well, it's alpha so it's maybe buggy, but it shouldn't bring the radeon driver
down to an unrecoverable status... (I believe restarting X doesn't help and
rmmod radeon doesn't really work currently)
I don't really see lockups with other 3D programs so this is specifically for
Distance.
It's reproducible every time so I can later get more detail. For now there's
the dmesg: Starting the game and showing some intro works, but shortly before
displaying the menu X freezes for a few seconds and after it is usable again, I
see the stuff starting at 82688.801309 in dmesg. The game window is still
there, but frozen and killable with -9.
Unfortunately the gpu has not recovered and e.g. trying to run DRI_PRIME=1
glxgears results in the message:
radeon: The kernel rejected CS, see dmesg for more information.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 70411] 7970M PRIME: lockup with Distance game, recovery doesn't work
2014-02-11 21:38 [Bug 70411] New: 7970M PRIME: lockup with Distance game, recovery doesn't work bugzilla-daemon
@ 2014-02-12 3:49 ` bugzilla-daemon
2014-02-12 7:58 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-12 3:49 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=70411
Alex Deucher <alexdeucher@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexdeucher@gmail.com
--- Comment #1 from Alex Deucher <alexdeucher@gmail.com> ---
This is most likely a 3D driver (mesa) issue rather than a kernel issue. Did
you update your 3D driver recently? If not, can you bisect?
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 70411] 7970M PRIME: lockup with Distance game, recovery doesn't work
2014-02-11 21:38 [Bug 70411] New: 7970M PRIME: lockup with Distance game, recovery doesn't work bugzilla-daemon
2014-02-12 3:49 ` [Bug 70411] " bugzilla-daemon
@ 2014-02-12 7:58 ` bugzilla-daemon
2014-02-12 8:20 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-12 7:58 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=70411
--- Comment #2 from Michel Dänzer <michel@daenzer.net> ---
Does setting the environment variable R600_DEBUG=nohyperz for running the game
work around the problem?
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 70411] 7970M PRIME: lockup with Distance game, recovery doesn't work
2014-02-11 21:38 [Bug 70411] New: 7970M PRIME: lockup with Distance game, recovery doesn't work bugzilla-daemon
2014-02-12 3:49 ` [Bug 70411] " bugzilla-daemon
2014-02-12 7:58 ` bugzilla-daemon
@ 2014-02-12 8:20 ` bugzilla-daemon
2014-02-12 14:59 ` bugzilla-daemon
2014-05-26 23:24 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-12 8:20 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=70411
--- Comment #3 from Christoph Haag <haagch.christoph@googlemail.com> ---
Maybe it would have been good to mention, mesa is a relatively current git
version a21552a.
(In reply to Michel Dänzer from comment #2)
> Does setting the environment variable R600_DEBUG=nohyperz for running the
> game work around the problem?
Yes, with R600_DEBUG=nohyperz the game works and there is no lockup.
I guess it's possible that it stopped working when HyperZ was enabled by
default.
Still, this lockup is not nice since currently only a reboot makes the radeon
gpu usable again.
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 70411] 7970M PRIME: lockup with Distance game, recovery doesn't work
2014-02-11 21:38 [Bug 70411] New: 7970M PRIME: lockup with Distance game, recovery doesn't work bugzilla-daemon
` (2 preceding siblings ...)
2014-02-12 8:20 ` bugzilla-daemon
@ 2014-02-12 14:59 ` bugzilla-daemon
2014-05-26 23:24 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-02-12 14:59 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=70411
--- Comment #4 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to Christoph Haag from comment #3)
>
> Still, this lockup is not nice since currently only a reboot makes the
> radeon gpu usable again.
Welcome to GPUs. Unfortunately, there's not really a whole lot we can do other
than disabling hyperz or fixing the hyperz setup in mesa that's causing the
problem. Either way this isn't really a kernel bug.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 70411] 7970M PRIME: lockup with Distance game, recovery doesn't work
2014-02-11 21:38 [Bug 70411] New: 7970M PRIME: lockup with Distance game, recovery doesn't work bugzilla-daemon
` (3 preceding siblings ...)
2014-02-12 14:59 ` bugzilla-daemon
@ 2014-05-26 23:24 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-05-26 23:24 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=70411
Christoph Haag <haagch.christoph@googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #5 from Christoph Haag <haagch.christoph@googlemail.com> ---
Well then, no reason to keep this open.
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-05-26 23:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 21:38 [Bug 70411] New: 7970M PRIME: lockup with Distance game, recovery doesn't work bugzilla-daemon
2014-02-12 3:49 ` [Bug 70411] " bugzilla-daemon
2014-02-12 7:58 ` bugzilla-daemon
2014-02-12 8:20 ` bugzilla-daemon
2014-02-12 14:59 ` bugzilla-daemon
2014-05-26 23:24 ` 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.