From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 64867] Hangs on Cayman (HD6950) when watching flash/using vdpau Date: Thu, 06 Jun 2013 19:42:42 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0815593265==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id B153FE5EB5 for ; Thu, 6 Jun 2013 12:42:42 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0815593265== Content-Type: multipart/alternative; boundary="1370547762.Ceffd0c0.7191"; charset="us-ascii" --1370547762.Ceffd0c0.7191 Date: Thu, 6 Jun 2013 19:42:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=64867 --- Comment #4 from Harald Judt --- Hoping that it would be a workaround, I've applied the following patch from another bug report: diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b/drivers/gpu/drm/radeon/radeon_cs.c index 5407459..959e7cf 100644 --- a/drivers/gpu/drm/radeon/radeon_cs.c +++ b/drivers/gpu/drm/radeon/radeon_cs.c @@ -477,6 +477,7 @@ static int radeon_cs_ib_vm_chunk(struct radeon_device *rdev, if (r) { goto out; } + radeon_fence_wait(vm->fence, false); radeon_cs_sync_rings(parser); radeon_cs_sync_to(parser, vm->fence); radeon_cs_sync_to(parser, radeon_vm_grab_id(rdev, vm, parser->ring)); While the hang happened again while playing a flash video (I'll try if I can reproduce it somehow), this time I was able to vt switch, and X was killed and the following additional lines got appended to dmesg: [30243.510949] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec [30243.510951] radeon 0000:01:00.0: GPU lockup (waiting for 0x00000000005c90bd last fence id 0x00000000005c90b8) [30243.510952] radeon 0000:01:00.0: couldn't schedule ib [30243.510973] radeon 0000:01:00.0: Trying to sync to a disabled ring! [30243.511047] radeon 0000:01:00.0: couldn't schedule ib [30243.511048] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [30243.511197] radeon 0000:01:00.0: couldn't schedule ib [30243.511198] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [30243.512323] radeon 0000:01:00.0: couldn't schedule ib [30243.512324] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [30243.512851] radeon 0000:01:00.0: couldn't schedule ib [30243.512852] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [30254.004957] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec [30254.004959] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000000334 last fence id 0x0000000000000333) [30254.004961] radeon 0000:01:00.0: couldn't schedule ib [30254.005052] radeon 0000:01:00.0: couldn't schedule ib [30254.005064] radeon 0000:01:00.0: couldn't schedule ib [30254.005070] radeon 0000:01:00.0: couldn't schedule ib [30254.005084] radeon 0000:01:00.0: couldn't schedule ib [30254.005092] radeon 0000:01:00.0: couldn't schedule ib [30254.005097] radeon 0000:01:00.0: Trying to sync to a disabled ring! [...] [30243.510949] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec [30243.510951] radeon 0000:01:00.0: GPU lockup (waiting for 0x00000000005c90bd last fence id 0x00000000005c90b8) [30243.510952] radeon 0000:01:00.0: couldn't schedule ib [30243.510973] radeon 0000:01:00.0: Trying to sync to a disabled ring! [30243.511047] radeon 0000:01:00.0: couldn't schedule ib [30243.511048] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [30243.511197] radeon 0000:01:00.0: couldn't schedule ib [30243.511198] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [30243.512323] radeon 0000:01:00.0: couldn't schedule ib [30243.512324] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [30243.512851] radeon 0000:01:00.0: couldn't schedule ib [30243.512852] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [30254.004957] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec [30254.004959] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000000334 last fence id 0x0000000000000333) [30254.004961] radeon 0000:01:00.0: couldn't schedule ib [30254.005052] radeon 0000:01:00.0: couldn't schedule ib [30254.005064] radeon 0000:01:00.0: couldn't schedule ib [30254.005070] radeon 0000:01:00.0: couldn't schedule ib [30254.005084] radeon 0000:01:00.0: couldn't schedule ib [30254.005092] radeon 0000:01:00.0: couldn't schedule ib [30254.005097] radeon 0000:01:00.0: Trying to sync to a disabled ring! [30254.012901] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB ! [...] many similar repeated lines about IB [...] [30264.498754] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec [30264.498759] radeon 0000:01:00.0: GPU lockup (waiting for 0x00000000000090e5 last fence id 0x00000000000090e3) Trying to restart X didn't work (X crashed), so I had to reboot the machine. Not sure if this brings any relevations. Anything I could do to provide more information next time when this happens? -- You are receiving this mail because: You are the assignee for the bug. --1370547762.Ceffd0c0.7191 Date: Thu, 6 Jun 2013 19:42:42 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 4 on bug 64867 from
Hoping that it would be a workaround, I've applied the following patch from
another bug report:

diff --git a/drivers/gpu/drm/radeon/radeon_cs.c
b/drivers/gpu/drm/radeon/radeon_cs.c
index 5407459..959e7cf 100644
--- a/drivers/gpu/drm/radeon/radeon_cs.c
+++ b/drivers/gpu/drm/radeon/radeon_cs.c
@@ -477,6 +477,7 @@ static int radeon_cs_ib_vm_chunk(struct radeon_device
*rdev,
        if (r) {
                goto out;
        }
+    radeon_fence_wait(vm->fence, false);
        radeon_cs_sync_rings(parser);
        radeon_cs_sync_to(parser, vm->fence);
        radeon_cs_sync_to(parser, radeon_vm_grab_id(rdev, vm, parser->ring));


While the hang happened again while playing a flash video (I'll try if I can
reproduce it somehow), this time I was able to vt switch, and X was killed and
the following additional lines got appended to dmesg:

[30243.510949] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
[30243.510951] radeon 0000:01:00.0: GPU lockup (waiting for 0x00000000005c90bd
last fence id 0x00000000005c90b8)
[30243.510952] radeon 0000:01:00.0: couldn't schedule ib
[30243.510973] radeon 0000:01:00.0: Trying to sync to a disabled ring!
[30243.511047] radeon 0000:01:00.0: couldn't schedule ib
[30243.511048] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[30243.511197] radeon 0000:01:00.0: couldn't schedule ib
[30243.511198] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[30243.512323] radeon 0000:01:00.0: couldn't schedule ib
[30243.512324] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[30243.512851] radeon 0000:01:00.0: couldn't schedule ib
[30243.512852] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[30254.004957] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
[30254.004959] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000000334
last fence id 0x0000000000000333)
[30254.004961] radeon 0000:01:00.0: couldn't schedule ib
[30254.005052] radeon 0000:01:00.0: couldn't schedule ib
[30254.005064] radeon 0000:01:00.0: couldn't schedule ib
[30254.005070] radeon 0000:01:00.0: couldn't schedule ib
[30254.005084] radeon 0000:01:00.0: couldn't schedule ib
[30254.005092] radeon 0000:01:00.0: couldn't schedule ib
[30254.005097] radeon 0000:01:00.0: Trying to sync to a disabled ring!
[...]
[30243.510949] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
[30243.510951] radeon 0000:01:00.0: GPU lockup (waiting for 0x00000000005c90bd
last fence id 0x00000000005c90b8)
[30243.510952] radeon 0000:01:00.0: couldn't schedule ib
[30243.510973] radeon 0000:01:00.0: Trying to sync to a disabled ring!
[30243.511047] radeon 0000:01:00.0: couldn't schedule ib
[30243.511048] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[30243.511197] radeon 0000:01:00.0: couldn't schedule ib
[30243.511198] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[30243.512323] radeon 0000:01:00.0: couldn't schedule ib
[30243.512324] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[30243.512851] radeon 0000:01:00.0: couldn't schedule ib
[30243.512852] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[30254.004957] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
[30254.004959] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000000334
last fence id 0x0000000000000333)
[30254.004961] radeon 0000:01:00.0: couldn't schedule ib
[30254.005052] radeon 0000:01:00.0: couldn't schedule ib
[30254.005064] radeon 0000:01:00.0: couldn't schedule ib
[30254.005070] radeon 0000:01:00.0: couldn't schedule ib
[30254.005084] radeon 0000:01:00.0: couldn't schedule ib
[30254.005092] radeon 0000:01:00.0: couldn't schedule ib
[30254.005097] radeon 0000:01:00.0: Trying to sync to a disabled ring!
[30254.012901] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[...] many similar repeated lines about IB [...]
[30264.498754] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
[30264.498759] radeon 0000:01:00.0: GPU lockup (waiting for 0x00000000000090e5
last fence id 0x00000000000090e3)

Trying to restart X didn't work (X crashed), so I had to reboot the machine.
Not sure if this brings any relevations. Anything I could do to provide more
information next time when this happens?


You are receiving this mail because:
  • You are the assignee for the bug.
--1370547762.Ceffd0c0.7191-- --===============0815593265== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0815593265==--