From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 78453] [HAWAII] Get acceleration working
Date: Wed, 21 May 2014 15:16:21 +0000 [thread overview]
Message-ID: <bug-78453-502-28sSPjUlTC@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-78453-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1591 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=78453
--- Comment #50 from Christian König <deathsimple@vodafone.de> ---
(In reply to comment #47)
> When using the radeon.lockup_timeout=0 eglinfo (and every other egl apps)
> 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 have
> 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 hardware
while the hardware is in use (e.g. it's your output device for debug messages)
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=3 on the kernel command line
(keep in mind that this can take a while and will probably crash as well).
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2503 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
next prev parent reply other threads:[~2014-05-21 15:16 UTC|newest]
Thread overview: 143+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-08 18:49 [Bug 78453] New: [HAWAII] Get acceleration working bugzilla-daemon
2014-05-08 19:01 ` [Bug 78453] " bugzilla-daemon
2014-05-08 19:04 ` bugzilla-daemon
2014-05-08 19:08 ` bugzilla-daemon
2014-05-08 19:12 ` bugzilla-daemon
2014-05-08 19:14 ` bugzilla-daemon
2014-05-08 20:17 ` bugzilla-daemon
2014-05-08 21:40 ` bugzilla-daemon
2014-05-09 3:28 ` bugzilla-daemon
2014-05-09 21:51 ` bugzilla-daemon
2014-05-11 2:26 ` bugzilla-daemon
2014-05-11 12:02 ` bugzilla-daemon
2014-05-12 7:09 ` bugzilla-daemon
2014-05-13 0:12 ` bugzilla-daemon
2014-05-13 8:38 ` bugzilla-daemon
2014-05-13 16:26 ` bugzilla-daemon
2014-05-13 16:38 ` bugzilla-daemon
2014-05-13 18:04 ` bugzilla-daemon
2014-05-14 4:10 ` bugzilla-daemon
2014-05-15 0:11 ` bugzilla-daemon
2014-05-15 18:02 ` bugzilla-daemon
2014-05-15 19:10 ` bugzilla-daemon
2014-05-16 3:21 ` bugzilla-daemon
2014-05-16 15:01 ` bugzilla-daemon
2014-05-16 15:04 ` bugzilla-daemon
2014-05-16 16:33 ` bugzilla-daemon
2014-05-17 3:14 ` bugzilla-daemon
2014-05-17 13:56 ` bugzilla-daemon
2014-05-17 20:36 ` bugzilla-daemon
2014-05-17 21:53 ` bugzilla-daemon
2014-05-17 22:22 ` bugzilla-daemon
2014-05-17 22:35 ` bugzilla-daemon
2014-05-18 15:44 ` bugzilla-daemon
2014-05-19 3:36 ` bugzilla-daemon
2014-05-19 15:16 ` bugzilla-daemon
2014-05-19 23:58 ` bugzilla-daemon
2014-05-20 9:23 ` bugzilla-daemon
2014-05-20 19:19 ` bugzilla-daemon
2014-05-20 19:22 ` bugzilla-daemon
2014-05-20 19:39 ` bugzilla-daemon
2014-05-20 19:48 ` bugzilla-daemon
2014-05-20 19:56 ` bugzilla-daemon
2014-05-20 20:03 ` bugzilla-daemon
2014-05-21 8:55 ` bugzilla-daemon
2014-05-21 14:23 ` bugzilla-daemon
2014-05-21 14:24 ` bugzilla-daemon
2014-05-21 14:24 ` bugzilla-daemon
2014-05-21 14:28 ` bugzilla-daemon
2014-05-21 14:42 ` bugzilla-daemon
2014-05-21 14:56 ` bugzilla-daemon
2014-05-21 15:16 ` bugzilla-daemon [this message]
2014-05-22 14:52 ` bugzilla-daemon
2014-05-22 14:54 ` bugzilla-daemon
2014-05-22 15:49 ` bugzilla-daemon
2014-05-22 15:52 ` bugzilla-daemon
2014-05-22 15:56 ` bugzilla-daemon
2014-05-22 16:05 ` bugzilla-daemon
2014-05-22 16:30 ` bugzilla-daemon
2014-05-22 18:04 ` bugzilla-daemon
2014-05-22 20:16 ` bugzilla-daemon
2014-05-22 21:31 ` bugzilla-daemon
2014-05-23 15:21 ` bugzilla-daemon
2014-05-23 15:25 ` bugzilla-daemon
2014-05-23 15:29 ` bugzilla-daemon
2014-05-25 23:44 ` bugzilla-daemon
2014-05-26 0:25 ` bugzilla-daemon
2014-05-26 7:56 ` bugzilla-daemon
2014-05-26 19:19 ` bugzilla-daemon
2014-05-26 23:32 ` bugzilla-daemon
2014-05-27 9:30 ` bugzilla-daemon
2014-05-27 15:06 ` bugzilla-daemon
2014-06-11 0:12 ` bugzilla-daemon
2014-06-11 0:24 ` bugzilla-daemon
2014-06-11 1:52 ` bugzilla-daemon
2014-06-23 22:02 ` bugzilla-daemon
2014-06-24 2:28 ` bugzilla-daemon
2014-07-01 20:17 ` bugzilla-daemon
2014-07-17 12:54 ` bugzilla-daemon
2014-07-17 13:29 ` bugzilla-daemon
2014-07-17 13:56 ` bugzilla-daemon
2014-07-17 16:34 ` bugzilla-daemon
2014-07-25 0:01 ` bugzilla-daemon
2014-07-25 14:51 ` bugzilla-daemon
2014-07-25 14:55 ` bugzilla-daemon
2014-07-25 17:47 ` bugzilla-daemon
2014-07-25 18:15 ` bugzilla-daemon
2014-07-25 21:11 ` bugzilla-daemon
2014-07-25 22:10 ` bugzilla-daemon
2014-07-25 22:23 ` bugzilla-daemon
2014-07-25 22:26 ` bugzilla-daemon
2014-07-25 23:10 ` bugzilla-daemon
2014-07-26 11:15 ` bugzilla-daemon
2014-07-26 11:48 ` bugzilla-daemon
2014-07-26 11:49 ` bugzilla-daemon
2014-07-26 12:42 ` bugzilla-daemon
2014-07-26 14:20 ` bugzilla-daemon
2014-07-26 15:11 ` bugzilla-daemon
2014-07-26 15:13 ` bugzilla-daemon
2014-07-26 15:36 ` bugzilla-daemon
2014-07-26 17:01 ` bugzilla-daemon
2014-07-26 18:04 ` bugzilla-daemon
2014-07-26 18:15 ` bugzilla-daemon
2014-07-26 18:35 ` bugzilla-daemon
2014-07-26 23:42 ` bugzilla-daemon
2014-07-27 7:13 ` bugzilla-daemon
2014-07-27 12:50 ` bugzilla-daemon
2014-07-27 13:12 ` bugzilla-daemon
2014-07-27 14:29 ` bugzilla-daemon
2014-07-27 15:01 ` bugzilla-daemon
2014-07-27 16:32 ` bugzilla-daemon
2014-07-27 16:54 ` bugzilla-daemon
2014-07-27 16:56 ` bugzilla-daemon
2014-07-27 16:58 ` bugzilla-daemon
2014-07-27 17:05 ` bugzilla-daemon
2014-07-28 4:41 ` bugzilla-daemon
2014-07-28 14:22 ` bugzilla-daemon
2014-07-29 3:20 ` bugzilla-daemon
2014-07-29 17:04 ` bugzilla-daemon
2014-07-29 17:10 ` bugzilla-daemon
2014-07-29 18:22 ` bugzilla-daemon
2014-07-29 18:29 ` bugzilla-daemon
2014-07-29 19:09 ` bugzilla-daemon
2014-07-29 20:13 ` bugzilla-daemon
2014-07-29 20:35 ` bugzilla-daemon
2014-07-29 22:57 ` bugzilla-daemon
2014-07-30 6:26 ` bugzilla-daemon
2014-07-30 13:46 ` bugzilla-daemon
2014-07-30 16:34 ` bugzilla-daemon
2014-07-30 16:37 ` bugzilla-daemon
2014-07-30 17:34 ` bugzilla-daemon
2014-07-30 23:09 ` bugzilla-daemon
2014-07-31 0:07 ` bugzilla-daemon
2014-07-31 15:23 ` bugzilla-daemon
2014-07-31 17:22 ` bugzilla-daemon
2014-07-31 19:29 ` bugzilla-daemon
2014-07-31 20:08 ` bugzilla-daemon
2014-07-31 22:36 ` bugzilla-daemon
2014-07-31 22:43 ` bugzilla-daemon
2014-07-31 22:44 ` bugzilla-daemon
2014-08-01 12:59 ` bugzilla-daemon
2014-08-05 1:09 ` bugzilla-daemon
2014-08-06 21:35 ` bugzilla-daemon
2014-08-12 21:39 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-78453-502-28sSPjUlTC@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox