From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Fri, 28 Aug 2015 08:49:06 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1050576646==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id C06816E1BA for ; Fri, 28 Aug 2015 01:49:06 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1050576646== Content-Type: multipart/alternative; boundary="1440751746.8bEc10.9417"; charset="UTF-8" --1440751746.8bEc10.9417 Date: Fri, 28 Aug 2015 08:49:06 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 Bug ID: 91790 Summary: TONGA hang in amdgpu_ring_lock Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: DRM/AMDgpu Assignee: dri-devel@lists.freedesktop.org Reporter: master.homer@gmail.com Created attachment 117962 --> https://bugs.freedesktop.org/attachment.cgi?id=117962&action=edit dmesg of hang I've been getting random hangs in amdgpu_ring_lock, this causes X to hang, meaning I can't use the computer at all. I can sometimes switch to a tty, but this doesn't always work either. I'm running Ubuntu 15.04 with mesa and libdrm from the oibaf ppa, with a self-compiled xf86-video-amdgpu and a self-compiled kernel from agd5f, drm-next-4.3-wip (9066b0c318589f47b754a3def4fe8ec4688dc21a). I haven't been able to predict when the hang will happen, sometimes I can use it for several hours before it hangs, other times it happens just a few minutes after booting. -- You are receiving this mail because: You are the assignee for the bug. --1440751746.8bEc10.9417 Date: Fri, 28 Aug 2015 08:49:06 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Bug ID 91790
Summary TONGA hang in amdgpu_ring_lock
Product DRI
Version XOrg git
Hardware Other
OS All
Status NEW
Severity normal
Priority medium
Component DRM/AMDgpu
Assignee dri-devel@lists.freedesktop.org
Reporter master.homer@gmail.com

Created attachment 117962 [details]
dmesg of hang

I've been getting random hangs in amdgpu_ring_lock, this causes X to hang,
meaning I can't use the computer at all. I can sometimes switch to a tty, but
this doesn't always work either.

I'm running Ubuntu 15.04 with mesa and libdrm from the oibaf ppa, with a
self-compiled xf86-video-amdgpu and a self-compiled kernel from agd5f,
drm-next-4.3-wip (9066b0c318589f47b754a3def4fe8ec4688dc21a).

I haven't been able to predict when the hang will happen, sometimes I can use
it for several hours before it hangs, other times it happens just a few minutes
after booting.


You are receiving this mail because:
  • You are the assignee for the bug.
--1440751746.8bEc10.9417-- --===============1050576646== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1050576646==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Fri, 28 Aug 2015 10:30:38 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0011433505==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 767396EEF6 for ; Fri, 28 Aug 2015 03:30:38 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0011433505== Content-Type: multipart/alternative; boundary="1440757838.f5660.13679"; charset="UTF-8" --1440757838.f5660.13679 Date: Fri, 28 Aug 2015 10:30:38 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #1 from Andy Furniss --- Created attachment 117963 --> https://bugs.freedesktop.org/attachment.cgi?id=117963&action=edit mplayer X hung task I got a similar trace yesterday on current agd5f drm-next-4.3 while trying to kill uvd with mplayer by repeatedly starting. I am slightly hopeful this is a different issue from uvd as it starts with X and I got way more starts than I recently have - 360 to get this trace after a couple of OK 250 runs. I haven't locked in normal use, but then my desktop setup is simple = fluxbox. -- You are receiving this mail because: You are the assignee for the bug. --1440757838.f5660.13679 Date: Fri, 28 Aug 2015 10:30:38 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 1 on bug 91790 from
Created attachment 117963 [details]
mplayer X hung task

I got a similar trace yesterday on current agd5f drm-next-4.3 while trying to
kill uvd with mplayer by repeatedly starting.

I am slightly hopeful this is a different issue from uvd as it starts with X
and I got way more starts than I recently have - 360 to get this trace after a
couple of OK 250 runs.

I haven't locked in normal use, but then my desktop setup is simple = fluxbox.


You are receiving this mail because:
  • You are the assignee for the bug.
--1440757838.f5660.13679-- --===============0011433505== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0011433505==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Fri, 28 Aug 2015 12:31:34 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0035781994==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 05E2C6E364 for ; Fri, 28 Aug 2015 05:31:34 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0035781994== Content-Type: multipart/alternative; boundary="1440765093.5ae82B60.23480"; charset="UTF-8" --1440765093.5ae82B60.23480 Date: Fri, 28 Aug 2015 12:31:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #2 from Mathias Tillman --- Created attachment 117967 --> https://bugs.freedesktop.org/attachment.cgi?id=117967&action=edit dmesg with added debug output I've done some more testing, turns out that it never reaches amdgpu_ring_unlock_commit on certain cases, and that's what causes it to hang, since the mutex never unlocks. I added some debug output to the code, gfx/sdma0 is ring->name, 0/9 is ring->idx and the address is the address of the ring struct. As you can see in the log, it calls amdgpu_ring_lock on ring 9 with name sdma0, and then afterwards it calls it again on ring 0 with name gfx, without calling amdgpu_ring_unlock_commit. I will add some more debug output in hopes of finding why exactly it's never unlocked, and if it is fixable. I should mention that these random lockups do not happen while using the proprietary catalyst driver, so it must be something in the amdgpu driver. -- You are receiving this mail because: You are the assignee for the bug. --1440765093.5ae82B60.23480 Date: Fri, 28 Aug 2015 12:31:33 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 2 on bug 91790 from
Created attachment 117967 [details]
dmesg with added debug output

I've done some more testing, turns out that it never reaches
amdgpu_ring_unlock_commit on certain cases, and that's what causes it to hang,
since the mutex never unlocks.
I added some debug output to the code, gfx/sdma0 is ring->name, 0/9 is
ring->idx and the address is the address of the ring struct.
As you can see in the log, it calls amdgpu_ring_lock on ring 9 with name sdma0,
and then afterwards it calls it again on ring 0 with name gfx, without calling
amdgpu_ring_unlock_commit.
I will add some more debug output in hopes of finding why exactly it's never
unlocked, and if it is fixable. I should mention that these random lockups do
not happen while using the proprietary catalyst driver, so it must be something
in the amdgpu driver.


You are receiving this mail because:
  • You are the assignee for the bug.
--1440765093.5ae82B60.23480-- --===============0035781994== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0035781994==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Fri, 28 Aug 2015 12:46:43 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0908637298==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id AEA2D6E8FC for ; Fri, 28 Aug 2015 05:46:43 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0908637298== Content-Type: multipart/alternative; boundary="1440766003.eBeaCAA0.28996"; charset="UTF-8" --1440766003.eBeaCAA0.28996 Date: Fri, 28 Aug 2015 12:46:43 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D91790 --- Comment #3 from Christian K=C3=B6nig --- That could just be a symptom of a hardware hang which isn't detected for so= me reason. Please take a look at amdgpu_fence_info as well to see if there are any outstanding submissions. --=20 You are receiving this mail because: You are the assignee for the bug. --1440766003.eBeaCAA0.28996 Date: Fri, 28 Aug 2015 12:46:43 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 3 on bug 91790<= /a> from Christian K=C3=B6nig
That could just be a symptom of a hardware hang which isn't de=
tected for some
reason.

Please take a look at amdgpu_fence_info as well to see if there are any
outstanding submissions.


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1440766003.eBeaCAA0.28996-- --===============0908637298== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0908637298==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Fri, 28 Aug 2015 12:54:43 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1258149736==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id E41846EF17 for ; Fri, 28 Aug 2015 05:54:42 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1258149736== Content-Type: multipart/alternative; boundary="1440766482.f6cbd3ab0.31935"; charset="UTF-8" --1440766482.f6cbd3ab0.31935 Date: Fri, 28 Aug 2015 12:54:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D91790 --- Comment #4 from Andy Furniss --- (In reply to Christian K=C3=B6nig from comment #3) > That could just be a symptom of a hardware hang which isn't detected for > some reason. There's this - drm/amdgpu: disable GPU reset by default http://cgit.freedesktop.org/~agd5f/linux/commit/?h=3Ddrm-next-4.3&id=3Da895= c222e7ab5f50ec10e209cd4548ecd5dd9443 --=20 You are receiving this mail because: You are the assignee for the bug. --1440766482.f6cbd3ab0.31935 Date: Fri, 28 Aug 2015 12:54:42 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 4 on bug 91790<= /a> from Andy Furniss
(In reply to Christian K=C3=B6nig from comment #3)
> That could just be a symptom of a hardware hang =
which isn't detected for
> some reason.

There's this - drm/amdgpu: disable GPU reset by default

http://cgit.freedeskto=
p.org/~agd5f/linux/commit/?h=3Ddrm-next-4.3&id=3Da895c222e7ab5f50ec10e2=
09cd4548ecd5dd9443


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1440766482.f6cbd3ab0.31935-- --===============1258149736== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1258149736==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Fri, 28 Aug 2015 16:03:28 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0024219803==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id A91186E1CA for ; Fri, 28 Aug 2015 09:03:28 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0024219803== Content-Type: multipart/alternative; boundary="1440777808.aD1c0.7392"; charset="UTF-8" --1440777808.aD1c0.7392 Date: Fri, 28 Aug 2015 16:03:28 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D91790 --- Comment #5 from Mathias Tillman --- (In reply to Christian K=C3=B6nig from comment #3) > That could just be a symptom of a hardware hang which isn't detected for > some reason. >=20 > Please take a look at amdgpu_fence_info as well to see if there are any > outstanding submissions. If it's a hardware hang, wouldn't it also happen when using catalyst? It doesn't happen there, so it should at least be possible to work around (if = it is a hardware problem). I will continue investigating why this happens, but it does seem to me like this, #91278, and #91676 all are caused by the same thing, but with differe= nt log output depending on if you use drm-next-4.3 or drm-next-4.2. --=20 You are receiving this mail because: You are the assignee for the bug. --1440777808.aD1c0.7392 Date: Fri, 28 Aug 2015 16:03:28 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 5 on bug 91790<= /a> from Mathias Tillman
(In reply to Christian K=C3=B6nig from comment #3)
> That could just be a symptom of a hardware hang =
which isn't detected for
> some reason.
>=20
> Please take a look at amdgpu_fence_info as well to see if there are any
> outstanding submissions.

If it's a hardware hang, wouldn't it also happen when using catalyst? It
doesn't happen there, so it should at least be possible to work around (if =
it
is a hardware problem).
I will continue investigating why this happens, but it does seem to me like
this, #91278, and #91676 all are caused by the same thing, but with differe=
nt
log output depending on if you use drm-next-4.3 or drm-next-4.2.


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1440777808.aD1c0.7392-- --===============0024219803== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0024219803==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Fri, 28 Aug 2015 16:07:52 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0386016425==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 91ADD6E43F for ; Fri, 28 Aug 2015 09:07:52 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0386016425== Content-Type: multipart/alternative; boundary="1440778072.Ba8a3cB0.9090"; charset="UTF-8" --1440778072.Ba8a3cB0.9090 Date: Fri, 28 Aug 2015 16:07:52 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D91790 --- Comment #6 from Christian K=C3=B6nig --- No, current released catalyst doesn't uses anything from the amdgpu module = yet. It's clearly not a hardware problem, but invalid render commands can cause = the hardware to lock up. --=20 You are receiving this mail because: You are the assignee for the bug. --1440778072.Ba8a3cB0.9090 Date: Fri, 28 Aug 2015 16:07:52 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 6 on bug 91790<= /a> from Christian K=C3=B6nig
No, current released catalyst doesn't uses anything from the a=
mdgpu module yet.

It's clearly not a hardware problem, but invalid render commands can cause =
the
hardware to lock up.


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1440778072.Ba8a3cB0.9090-- --===============0386016425== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0386016425==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Tue, 01 Sep 2015 18:20:27 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1552974429==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id E592A6E76A for ; Tue, 1 Sep 2015 11:20:26 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1552974429== Content-Type: multipart/alternative; boundary="1441131626.E876dc0.7619"; charset="UTF-8" --1441131626.E876dc0.7619 Date: Tue, 1 Sep 2015 18:20:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #7 from Mathias Tillman --- Andy: Could you try compiling the latest kernel from drm-next-4.3-wip? I've been running it all day without a single lock up, before it used to lock up several times a day. Just wanted someone to confirm if it is in fact working, or if it's just me. -- You are receiving this mail because: You are the assignee for the bug. --1441131626.E876dc0.7619 Date: Tue, 1 Sep 2015 18:20:26 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 7 on bug 91790 from
Andy: Could you try compiling the latest kernel from drm-next-4.3-wip? I've
been running it all day without a single lock up, before it used to lock up
several times a day. Just wanted someone to confirm if it is in fact working,
or if it's just me.


You are receiving this mail because:
  • You are the assignee for the bug.
--1441131626.E876dc0.7619-- --===============1552974429== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1552974429==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Tue, 01 Sep 2015 19:58:17 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2142840722==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 580C76E79E for ; Tue, 1 Sep 2015 12:58:17 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2142840722== Content-Type: multipart/alternative; boundary="1441137497.Bc570.25765"; charset="UTF-8" --1441137497.Bc570.25765 Date: Tue, 1 Sep 2015 19:58:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #8 from Andy Furniss --- (In reply to Mathias Tillman from comment #7) > Andy: Could you try compiling the latest kernel from drm-next-4.3-wip? I've > been running it all day without a single lock up, before it used to lock up > several times a day. Just wanted someone to confirm if it is in fact > working, or if it's just me. I can imaging that it's far better for desktop locks - I moved onto it when it got updated. Initially testing with Unigine Valley I thought it was going to be good - I got further than ever before (about 4x through all the scenes having not got through once previously), but it did lock. -- You are receiving this mail because: You are the assignee for the bug. --1441137497.Bc570.25765 Date: Tue, 1 Sep 2015 19:58:17 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 8 on bug 91790 from
(In reply to Mathias Tillman from comment #7)
> Andy: Could you try compiling the latest kernel from drm-next-4.3-wip? I've
> been running it all day without a single lock up, before it used to lock up
> several times a day. Just wanted someone to confirm if it is in fact
> working, or if it's just me.

I can imaging that it's far better for desktop locks - I moved onto it when it
got updated.

Initially testing with Unigine Valley I thought it was going to be good - I got
further than ever before (about 4x through all the scenes having not got
through once previously), but it did lock.


You are receiving this mail because:
  • You are the assignee for the bug.
--1441137497.Bc570.25765-- --===============2142840722== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============2142840722==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Wed, 02 Sep 2015 09:15:37 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1273896555==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id F3DB36E855 for ; Wed, 2 Sep 2015 02:15:36 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1273896555== Content-Type: multipart/alternative; boundary="1441185336.afD5F0.12444"; charset="UTF-8" --1441185336.afD5F0.12444 Date: Wed, 2 Sep 2015 09:15:36 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #9 from Mathias Tillman --- (In reply to Andy Furniss from comment #8) > (In reply to Mathias Tillman from comment #7) > > Andy: Could you try compiling the latest kernel from drm-next-4.3-wip? I've > > been running it all day without a single lock up, before it used to lock up > > several times a day. Just wanted someone to confirm if it is in fact > > working, or if it's just me. > > I can imaging that it's far better for desktop locks - I moved onto it when > it got updated. > > Initially testing with Unigine Valley I thought it was going to be good - I > got further than ever before (about 4x through all the scenes having not got > through once previously), but it did lock. That's a shame. I'll try and see if I can find out what has caused the lockups to stop for me, maybe that could help in finding out what's still causing them for you. -- You are receiving this mail because: You are the assignee for the bug. --1441185336.afD5F0.12444 Date: Wed, 2 Sep 2015 09:15:36 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 9 on bug 91790 from
(In reply to Andy Furniss from comment #8)
> (In reply to Mathias Tillman from comment #7)
> > Andy: Could you try compiling the latest kernel from drm-next-4.3-wip? I've
> > been running it all day without a single lock up, before it used to lock up
> > several times a day. Just wanted someone to confirm if it is in fact
> > working, or if it's just me.
> 
> I can imaging that it's far better for desktop locks - I moved onto it when
> it got updated.
> 
> Initially testing with Unigine Valley I thought it was going to be good - I
> got further than ever before (about 4x through all the scenes having not got
> through once previously), but it did lock.

That's a shame. I'll try and see if I can find out what has caused the lockups
to stop for me, maybe that could help in finding out what's still causing them
for you.


You are receiving this mail because:
  • You are the assignee for the bug.
--1441185336.afD5F0.12444-- --===============1273896555== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1273896555==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Wed, 02 Sep 2015 20:09:42 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2103188644==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 7C76C6E875 for ; Wed, 2 Sep 2015 13:09:42 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2103188644== Content-Type: multipart/alternative; boundary="1441224582.E6e2A0.21453"; charset="UTF-8" --1441224582.E6e2A0.21453 Date: Wed, 2 Sep 2015 20:09:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #10 from Alex Deucher --- Created attachment 118056 --> https://bugs.freedesktop.org/attachment.cgi?id=118056&action=edit possible fix I think this patch should fix it. -- You are receiving this mail because: You are the assignee for the bug. --1441224582.E6e2A0.21453 Date: Wed, 2 Sep 2015 20:09:42 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 10 on bug 91790 from
Created attachment 118056 [details] [review]
possible fix

I think this patch should fix it.


You are receiving this mail because:
  • You are the assignee for the bug.
--1441224582.E6e2A0.21453-- --===============2103188644== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============2103188644==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Wed, 02 Sep 2015 20:40:04 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1974598626==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 3C72F6E8BD for ; Wed, 2 Sep 2015 13:40:04 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1974598626== Content-Type: multipart/alternative; boundary="1441226403.F6f5eA0.28279"; charset="UTF-8" --1441226403.F6f5eA0.28279 Date: Wed, 2 Sep 2015 20:40:03 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #11 from Mathias Tillman --- (In reply to Alex Deucher from comment #10) > Created attachment 118056 [details] [review] > possible fix > > I think this patch should fix it. No luck here I'm afraid - I'm having a hard time reproducing it during normal desktop usage (with or without the patch), but it did lockup while running Unigine Valley. -- You are receiving this mail because: You are the assignee for the bug. --1441226403.F6f5eA0.28279 Date: Wed, 2 Sep 2015 20:40:03 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 11 on bug 91790 from
(In reply to Alex Deucher from comment #10)
> Created attachment 118056 [details] [review] [review]
> possible fix
> 
> I think this patch should fix it.

No luck here I'm afraid - I'm having a hard time reproducing it during normal
desktop usage (with or without the patch), but it did lockup while running
Unigine Valley.


You are receiving this mail because:
  • You are the assignee for the bug.
--1441226403.F6f5eA0.28279-- --===============1974598626== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1974598626==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Thu, 03 Sep 2015 08:56:42 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0398534761==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 1F8616EA98 for ; Thu, 3 Sep 2015 01:56:42 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0398534761== Content-Type: multipart/alternative; boundary="1441270601.ee2B830.18161"; charset="UTF-8" --1441270601.ee2B830.18161 Date: Thu, 3 Sep 2015 08:56:41 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D91790 --- Comment #12 from Christian K=C3=B6nig --- (In reply to Mathias Tillman from comment #11) > No luck here I'm afraid - I'm having a hard time reproducing it during > normal desktop usage (with or without the patch), but it did lockup while > running Unigine Valley. Assuming you can still access the box over the network after the lockup then please provide the output of the following as root: cat /sys/kernel/debug/dri/0/amdgpu_fence_info hexdump -s 0x14fc -n 4 /sys/kernel/debug/dri/0/amdgpu_regs --=20 You are receiving this mail because: You are the assignee for the bug. --1441270601.ee2B830.18161 Date: Thu, 3 Sep 2015 08:56:41 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Commen= t # 12 on bug 91790<= /a> from Christian K=C3=B6nig
(In reply to Mathias Tillman from comment #11)
> No luck here I'm afraid - I'm having a hard time=
 reproducing it during
> normal desktop usage (with or without the patch), but it did lockup wh=
ile
> running Unigine Valley.

Assuming you can still access the box over the network after the lockup then
please provide the output of the following as root:

cat /sys/kernel/debug/dri/0/amdgpu_fence_info
hexdump -s 0x14fc -n 4 /sys/kernel/debug/dri/0/amdgpu_regs


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1441270601.ee2B830.18161-- --===============0398534761== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0398534761==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Thu, 03 Sep 2015 10:24:11 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0140896805==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 8DC816E335 for ; Thu, 3 Sep 2015 03:24:11 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0140896805== Content-Type: multipart/alternative; boundary="1441275851.d1e60.7250"; charset="UTF-8" --1441275851.d1e60.7250 Date: Thu, 3 Sep 2015 10:24:11 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #13 from Andy Furniss --- (In reply to Mathias Tillman from comment #11) > (In reply to Alex Deucher from comment #10) > > Created attachment 118056 [details] [review] [review] > > possible fix > > > > I think this patch should fix it. > > No luck here I'm afraid - I'm having a hard time reproducing it during > normal desktop usage (with or without the patch), but it did lockup while > running Unigine Valley. I see drm-next-4.3 is now ahead again, haven't tested that yet. With patch + drm-next-4.3-wip, I haven't yet managed to lock valley - but I've only had time to do a couple of runs (45 min then 90 min) from a clean boot. Maybe later when I've been up a while doing other things I'll try harder. Patch doesn't apply with git apply - did it by hand. -- You are receiving this mail because: You are the assignee for the bug. --1441275851.d1e60.7250 Date: Thu, 3 Sep 2015 10:24:11 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 13 on bug 91790 from
(In reply to Mathias Tillman from comment #11)
> (In reply to Alex Deucher from comment #10)
> > Created attachment 118056 [details] [review] [review] [review]
> > possible fix
> > 
> > I think this patch should fix it.
> 
> No luck here I'm afraid - I'm having a hard time reproducing it during
> normal desktop usage (with or without the patch), but it did lockup while
> running Unigine Valley.

I see drm-next-4.3 is now ahead again, haven't tested that yet.

With patch + drm-next-4.3-wip, I haven't yet managed to lock valley - but I've
only had time to do a couple of runs (45 min then 90 min) from a clean boot.
Maybe later when I've been up a while doing other things I'll try harder.

Patch doesn't apply with git apply - did it by hand.


You are receiving this mail because:
  • You are the assignee for the bug.
--1441275851.d1e60.7250-- --===============0140896805== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0140896805==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Thu, 03 Sep 2015 11:34:56 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1711602880==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 513E76EABB for ; Thu, 3 Sep 2015 04:34:56 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1711602880== Content-Type: multipart/alternative; boundary="1441280096.ebC7b8B0.24153"; charset="UTF-8" --1441280096.ebC7b8B0.24153 Date: Thu, 3 Sep 2015 11:34:56 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #14 from Mathias Tillman --- Created attachment 118060 --> https://bugs.freedesktop.org/attachment.cgi?id=118060&action=edit Output of amdgpu_regs and amdgpu_fence_info I have attached the output of amdgpu_regs and amdgpu_fence_info. Hang is right after the hang happened, Normal is right after a reboot after the hang (for comparison). -- You are receiving this mail because: You are the assignee for the bug. --1441280096.ebC7b8B0.24153 Date: Thu, 3 Sep 2015 11:34:56 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 14 on bug 91790 from
Created attachment 118060 [details]
Output of amdgpu_regs and amdgpu_fence_info

I have attached the output of amdgpu_regs and amdgpu_fence_info. Hang is right
after the hang happened, Normal is right after a reboot after the hang (for
comparison).


You are receiving this mail because:
  • You are the assignee for the bug.
--1441280096.ebC7b8B0.24153-- --===============1711602880== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1711602880==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Thu, 03 Sep 2015 11:46:00 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0135431948==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 851246E8D9 for ; Thu, 3 Sep 2015 04:46:00 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0135431948== Content-Type: multipart/alternative; boundary="1441280760.Cbbe0.27173"; charset="UTF-8" --1441280760.Cbbe0.27173 Date: Thu, 3 Sep 2015 11:46:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91790 --- Comment #15 from Andy Furniss --- (In reply to Andy Furniss from comment #13) > (In reply to Mathias Tillman from comment #11) > > (In reply to Alex Deucher from comment #10) > > > Created attachment 118056 [details] [review] [review] [review] > > > possible fix > > > > > > I think this patch should fix it. > > > > No luck here I'm afraid - I'm having a hard time reproducing it during > > normal desktop usage (with or without the patch), but it did lockup while > > running Unigine Valley. > > I see drm-next-4.3 is now ahead again, haven't tested that yet. > > With patch + drm-next-4.3-wip, I haven't yet managed to lock valley - but > I've only had time to do a couple of runs (45 min then 90 min) from a clean > boot. Maybe later when I've been up a while doing other things I'll try > harder. > > Patch doesn't apply with git apply - did it by hand. I managed to lock it, seems that doing "something" between runs changes things, or first runs are lucky. FWIW I tried running Unreal 4.5 ElementalDemo after my long runs and I got a signal 7. After I later locked/hung valley I rebooted and tried again elemental from a clean boot and it ran OK, but after quitting. it now gives signal 7 again if I try to start it. -- You are receiving this mail because: You are the assignee for the bug. --1441280760.Cbbe0.27173 Date: Thu, 3 Sep 2015 11:46:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 15 on bug 91790 from
(In reply to Andy Furniss from comment #13)
> (In reply to Mathias Tillman from comment #11)
> > (In reply to Alex Deucher from comment #10)
> > > Created attachment 118056 [details] [review] [review] [review] [review]
> > > possible fix
> > > 
> > > I think this patch should fix it.
> > 
> > No luck here I'm afraid - I'm having a hard time reproducing it during
> > normal desktop usage (with or without the patch), but it did lockup while
> > running Unigine Valley.
> 
> I see drm-next-4.3 is now ahead again, haven't tested that yet.
> 
> With patch + drm-next-4.3-wip, I haven't yet managed to lock valley - but
> I've only had time to do a couple of runs (45 min then 90 min) from a clean
> boot. Maybe later when I've been up a while doing other things I'll try
> harder.
> 
> Patch doesn't apply with git apply - did it by hand.

I managed to lock it, seems that doing "something" between runs changes things,
or first runs are lucky.

FWIW I tried running Unreal 4.5 ElementalDemo after my long runs and I got a
signal 7.

After I later locked/hung valley I rebooted and tried again elemental from a
clean boot and it ran OK, but after quitting. it now gives signal 7 again if I
try to start it.


You are receiving this mail because:
  • You are the assignee for the bug.
--1441280760.Cbbe0.27173-- --===============0135431948== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0135431948==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91790] TONGA hang in amdgpu_ring_lock Date: Tue, 19 Nov 2019 08:06:36 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2146907540==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 45C626EBFC for ; Tue, 19 Nov 2019 08:06:36 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2146907540== Content-Type: multipart/alternative; boundary="15741507961.7b4428A2.9568" Content-Transfer-Encoding: 7bit --15741507961.7b4428A2.9568 Date: Tue, 19 Nov 2019 08:06:36 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D91790 Martin Peres changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #16 from Martin Peres --- -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this = link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/57. --=20 You are receiving this mail because: You are the assignee for the bug.= --15741507961.7b4428A2.9568 Date: Tue, 19 Nov 2019 08:06:36 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated <= span class=3D"fn">Martin Peres changed bug 91790<= /a>
What Removed Added
Resolution --- MOVED
Status NEW RESOLVED

Commen= t # 16 on bug 91790<= /a> from Martin Peres
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this =
link
to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/57.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15741507961.7b4428A2.9568-- --===============2146907540== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs --===============2146907540==--