From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 78453] [HAWAII] Get acceleration working Date: Wed, 21 May 2014 15:16:21 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0883424896==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 0B2206EA6D for ; Wed, 21 May 2014 08:16:21 -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 --===============0883424896== Content-Type: multipart/alternative; boundary="1400685380.1C60E2.12239"; charset="us-ascii" --1400685380.1C60E2.12239 Date: Wed, 21 May 2014 15:16:20 +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=3D78453 --- Comment #50 from Christian K=C3=B6nig --- (In reply to comment #47) > When using the radeon.lockup_timeout=3D0 eglinfo (and every other egl app= s) > never finishes, probably waiting for a fence, but I still can switch tty. That was expected, it probably just waits forever for some results. > That's with kernel 3.12+ (otoh with 3.14.3 if I try to run a egl app, I h= ave > garbage on display and my monitor shutdown, and is never brought up, there > is probably others issues introduced after hawaii commit as suggested) That's why I suggested to work over the network, trying to debug gfx hardwa= re while the hardware is in use (e.g. it's your output device for debug messag= es) is usually pointless. > The radeon_fence_info are the same between several run. Yeah, and the values are pretty interesting: --- ring 0 --- Last signaled fence 0x0000000000000001 Last emitted 0x0000000000000002 ... Last sync to ring 3 0x0000000000000009 --- ring 3 --- Last signaled fence 0x0000000000000001 Last emitted 0x0000000000000009 Ring 0 is the 3D engine, ring 3 is the DMA engine. What we see here is that= we submitted some commands to the DMA engine which then got stuck. The 3D engine is just waiting for the DMA to continue as well. Try to load the radeon module with radeon.test=3D3 on the kernel command li= ne (keep in mind that this can take a while and will probably crash as well). --=20 You are receiving this mail because: You are the assignee for the bug. --1400685380.1C60E2.12239 Date: Wed, 21 May 2014 15:16:20 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Commen= t # 50 on bug 78453<= /a> from Christian K=C3=B6nig
(In reply to comment #=
47)
> When using the radeon.lockup_timeout=3D0 eglinfo=
 (and every other egl apps)
> never finishes, probably waiting for a fence, but I still can switch t=
ty.

That was expected, it probably just waits forever for some results.

> That's with kernel 3.12+ (otoh with 3.14.3 if I =
try to run a egl app, I have
> garbage on display and my monitor shutdown, and is never brought up, t=
here
> is probably others issues introduced after hawaii commit as suggested)=


That's why I suggested to work over the network, trying to debug gfx hardwa=
re
while the hardware is in use (e.g. it's your output device for debug messag=
es)
is usually pointless.

> The radeon_fence_info are the same between sever=
al run.

Yeah, and the values are pretty interesting:

--- ring 0 ---
Last signaled fence 0x0000000000000001
Last emitted        0x0000000000000002
...
Last sync to ring 3 0x0000000000000009

--- ring 3 ---
Last signaled fence 0x0000000000000001
Last emitted        0x0000000000000009

Ring 0 is the 3D engine, ring 3 is the DMA engine. What we see here is that=
 we
submitted some commands to the DMA engine which then got stuck.

The 3D engine is just waiting for the DMA to continue as well.

Try to load the radeon module with radeon.test=3D3 on the kernel command li=
ne
(keep in mind that this can take a while and will probably crash as well).<=
/pre>
        


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1400685380.1C60E2.12239-- --===============0883424896== 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 --===============0883424896==--