From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 85320] [RV620][RV630][RS880] GPU hangs using UVD hardware acceleration
Date: Fri, 01 May 2015 16:23:19 +0000 [thread overview]
Message-ID: <bug-85320-502-lPxIftHQOn@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-85320-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1079 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=85320
--- Comment #46 from Christian König <deathsimple@vodafone.de> ---
(In reply to Nicola Mori from comment #44)
> The new patch works also for me. A couple of questions, Christian: does the
> patch remove some features? Do you think to mainline it or rather implement
> a different fix now that the problem seems to be better defined? Thanks.
Instead of submitting the commands to the hardware directly with semaphores to
sync between the GFX and UVD engines we block until the dependent task is
completed.
That's rather bad in a couple of different cases, for example doing 3D gaming
and video playback at the same time.
What essentially happens is instead of keeping UVD and GFX busy all the same
time (and only occasionally block one engine waiting the other one) you do it
more like this:
1. Run UVD job.
2. Wait for UVD to finish.
3. Run GFX.
4. Wait for GFX to finish.
5. Run UVD
6. Wait for UVD to finish.
....
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1978 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:[~2015-05-01 16:23 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-22 9:31 [Bug 85320] New: GPU hangs using hardware acceleration bugzilla-daemon
2014-10-22 9:32 ` [Bug 85320] " bugzilla-daemon
2014-10-22 17:26 ` bugzilla-daemon
2014-10-22 17:30 ` bugzilla-daemon
2014-10-22 17:31 ` bugzilla-daemon
2014-10-22 17:32 ` bugzilla-daemon
2014-10-22 17:33 ` bugzilla-daemon
2014-10-22 17:35 ` bugzilla-daemon
2014-10-22 17:41 ` bugzilla-daemon
2014-10-22 17:43 ` bugzilla-daemon
2014-10-22 17:47 ` bugzilla-daemon
2014-10-22 22:37 ` bugzilla-daemon
2014-10-23 1:26 ` [Bug 85320] [RV630] GPU hangs using UVD " bugzilla-daemon
2014-10-23 8:24 ` bugzilla-daemon
2014-10-23 18:43 ` bugzilla-daemon
2014-11-01 21:40 ` bugzilla-daemon
2014-11-01 21:41 ` bugzilla-daemon
2014-11-01 21:42 ` bugzilla-daemon
2014-11-01 21:43 ` bugzilla-daemon
2014-11-01 21:44 ` bugzilla-daemon
2014-11-01 21:44 ` bugzilla-daemon
2014-11-21 17:09 ` bugzilla-daemon
2014-11-21 17:10 ` bugzilla-daemon
2014-11-21 18:21 ` bugzilla-daemon
2014-11-22 14:15 ` [Bug 85320] [RV630] and RS880 " bugzilla-daemon
2014-11-22 14:20 ` bugzilla-daemon
2014-11-23 15:11 ` bugzilla-daemon
2014-11-23 15:24 ` bugzilla-daemon
2014-11-24 12:00 ` bugzilla-daemon
2014-11-24 12:14 ` bugzilla-daemon
2014-12-21 20:45 ` bugzilla-daemon
2014-12-21 20:45 ` [Bug 85320] [RV630] and [RS880] " bugzilla-daemon
2014-12-22 17:40 ` bugzilla-daemon
2014-12-22 18:04 ` bugzilla-daemon
2014-12-23 10:09 ` bugzilla-daemon
2014-12-23 12:17 ` bugzilla-daemon
2014-12-23 23:19 ` [Bug 85320] [RV620][RV630][RS880] " bugzilla-daemon
2015-01-06 0:24 ` bugzilla-daemon
2015-01-06 0:44 ` bugzilla-daemon
2015-03-02 10:30 ` bugzilla-daemon
2015-03-03 4:54 ` bugzilla-daemon
2015-03-25 20:46 ` bugzilla-daemon
2015-03-25 20:47 ` bugzilla-daemon
2015-04-28 10:51 ` bugzilla-daemon
2015-04-30 1:33 ` bugzilla-daemon
2015-04-30 12:34 ` bugzilla-daemon
2015-04-30 12:44 ` bugzilla-daemon
2015-04-30 12:56 ` bugzilla-daemon
2015-04-30 19:40 ` bugzilla-daemon
2015-04-30 20:33 ` bugzilla-daemon
2015-05-01 14:39 ` bugzilla-daemon
2015-05-01 14:46 ` bugzilla-daemon
2015-05-01 16:23 ` bugzilla-daemon [this message]
2015-05-01 16:44 ` bugzilla-daemon
2015-05-01 17:34 ` bugzilla-daemon
2015-05-08 16:00 ` bugzilla-daemon
2015-05-11 7:46 ` bugzilla-daemon
2015-05-11 7:56 ` 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-85320-502-lPxIftHQOn@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;
as well as URLs for NNTP newsgroup(s).