public inbox for dri-devel@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Bug 77892] New: [RV635] when GPU locks up, reset happens but X is unresponsive except mouse
@ 2014-04-24 13:22 bugzilla-daemon
  2014-04-24 13:47 ` [Bug 77892] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-24 13:22 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 77892
          Assignee: dri-devel@lists.freedesktop.org
           Summary: [RV635] when GPU locks up, reset happens but X is
                    unresponsive except mouse
          Severity: critical
    Classification: Unclassified
                OS: Linux (All)
          Reporter: shawn.starr@rogers.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: unspecified
         Component: DRM/Radeon
           Product: DRI

For a long time now, I don't recall which 3.x broke this but there's been many
changes since and now, when the GPU does randomly reset, the display goes
blank, X display is restored, but I can only move mouse, cannot interact with
X.

Can someone point me to some debugging approaches to see if there's some lock
being held somewhere thats causing this?

I am able to ssh into the laptop so, this seems to point to some sort of lock
thats not released.

Bisecting radeon drm will be difficult if I have to start from near the
beginning of r600g drm support.

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

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

* [Bug 77892] [RV635] when GPU locks up, reset happens but X is unresponsive except mouse
  2014-04-24 13:22 [Bug 77892] New: [RV635] when GPU locks up, reset happens but X is unresponsive except mouse bugzilla-daemon
@ 2014-04-24 13:47 ` bugzilla-daemon
  2014-04-24 18:41 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-24 13:47 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Marek Olšák <maraeo@gmail.com> ---
This looks like a deadlock in the kernel. I guess some fence is not signalled
during the reset, so GEM_WAIT_IDLE never returns.

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

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

* [Bug 77892] [RV635] when GPU locks up, reset happens but X is unresponsive except mouse
  2014-04-24 13:22 [Bug 77892] New: [RV635] when GPU locks up, reset happens but X is unresponsive except mouse bugzilla-daemon
  2014-04-24 13:47 ` [Bug 77892] " bugzilla-daemon
@ 2014-04-24 18:41 ` bugzilla-daemon
  2014-04-24 18:44 ` bugzilla-daemon
  2016-08-31  4:06 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-24 18:41 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Shawn Starr <shawn.starr@rogers.com> ---
How to debug? Do we have a flag to show lock/unlock states so i can try to pair
who forgot to release lock? is it X? is it drm driver?

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

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

* [Bug 77892] [RV635] when GPU locks up, reset happens but X is unresponsive except mouse
  2014-04-24 13:22 [Bug 77892] New: [RV635] when GPU locks up, reset happens but X is unresponsive except mouse bugzilla-daemon
  2014-04-24 13:47 ` [Bug 77892] " bugzilla-daemon
  2014-04-24 18:41 ` bugzilla-daemon
@ 2014-04-24 18:44 ` bugzilla-daemon
  2016-08-31  4:06 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-04-24 18:44 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Shawn Starr <shawn.starr@rogers.com> ---
Even as of 3.14 final, this happens, 3.15-rc2 right now is too unstable for me
to boot into.

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

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

* [Bug 77892] [RV635] when GPU locks up, reset happens but X is unresponsive except mouse
  2014-04-24 13:22 [Bug 77892] New: [RV635] when GPU locks up, reset happens but X is unresponsive except mouse bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-04-24 18:44 ` bugzilla-daemon
@ 2016-08-31  4:06 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2016-08-31  4:06 UTC (permalink / raw)
  To: dri-devel


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

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

Shawn Starr <shawn.starr@rogers.com> changed:

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

--- Comment #4 from Shawn Starr <shawn.starr@rogers.com> ---
I don't use that dGPU much anymore, closing, and probably a lot of fixes have
occurred which may have solved this also.

I haven't tried a recent 4.8 kernel to confirm, but I still could for fun.
closing.

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

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

end of thread, other threads:[~2016-08-31  4:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 13:22 [Bug 77892] New: [RV635] when GPU locks up, reset happens but X is unresponsive except mouse bugzilla-daemon
2014-04-24 13:47 ` [Bug 77892] " bugzilla-daemon
2014-04-24 18:41 ` bugzilla-daemon
2014-04-24 18:44 ` bugzilla-daemon
2016-08-31  4:06 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox