From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 97240] VCE encoding sometimes locks up since 4.8-rc1
Date: Tue, 09 Aug 2016 16:46:41 +0000 [thread overview]
Message-ID: <bug-97240-502-fR3JVW3oIT@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-97240-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1234 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97240
--- Comment #4 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to Christoph Haag from comment #3)
> Also the decodebin element uses vaapi to decode the video, so I may have
> mischaracterized the bug in the first place that it's really an UVD problem.
So does something like below work?
for X in $(seq 1 50); do gst-launch-1.0 -e filesrc
location=big_buck_bunny_720p_1mb.mp4 ! qtdemux ! avdec_h264 ! videoconvert !
omxh264enc ! fakesink; done
My Tonga used to have this issue and this post prompted me to look what fixed
it =
it was a recent tonga firmware upgrade so not much use to you, also I think
power gating for uvd/vce is disabled for tonga - so maybe another difference.
While the issue existed I could work around by forcing my clocks to high when
testing vce =
echo high > /sys/class/drm/card0/device/power_dpm_force_performance_level
then
echo auto > /sys/class/drm/card0/device/power_dpm_force_performance_level
after testing finished to keep thinks cooler :-) (note that if you change modes
or your monitor goes into dpms this will happen anyway)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2086 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-08-09 16:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 10:18 [Bug 97240] VCE encoding sometimes locks up since 4.8-rc1 bugzilla-daemon
2016-08-08 12:11 ` bugzilla-daemon
2016-08-08 14:03 ` bugzilla-daemon
2016-08-09 16:10 ` bugzilla-daemon
2016-08-09 16:46 ` bugzilla-daemon [this message]
2016-09-29 8:55 ` bugzilla-daemon
2016-10-16 17:03 ` [Bug 97240] VCE encoding sometimes locks up since 4.8-rc1 (when simultaneously using vaapi decoding) bugzilla-daemon
2019-11-19 8:09 ` 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-97240-502-fR3JVW3oIT@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).