* [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau
@ 2012-06-02 16:21 bugzilla-daemon
2012-06-02 18:33 ` [Bug 50618] " bugzilla-daemon
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: bugzilla-daemon @ 2012-06-02 16:21 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=50618
Bug #: 50618
Summary: Slow video playback with 40mbits mpeg2+vdpau
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: nathanhirschauer@verfriemelt.org
Created attachment 62425
--> https://bugs.freedesktop.org/attachment.cgi?id=62425
mediainfo output of the video file
When playing an MPEG2-video with high bitrate (>40 MBps) on my Mobility Radeon
HD 3450 (best graphics card EVER! :3) with VDPAU I get very low framerates when
using hardware video decoding, cpu decoding is fine, here a quick comparison
(no -benchmark results because mplayer did something weird there):
The mediainfo output of the video file is attached to the bug report.
CPU usages with different mplayer parameters:
mplayer without vdpau: MPlayer: 44,7%; Xorg: 12,8% -> Runs fine, 26fps
mplayer -vo vdpau: MPlayer: 43,4%, Xorg: 12,6% -> Runs also file, 26fps
mplayer -vo vdpau:fps=-1 -vc ffmpeg12vdpau: MPlayer: 14%, Xorg: 6,3% (**** Your
system is too SLOW to play this! ****) -> Too slow! 1-10 fps
You may contact me via IRC (freenode, #radeon -> nathanhi) for the video file.
I'm using mesa from git (git-775ba11), Xorg 1.12.1.902, xf86-video-ati
git-c1b9b2c, libdrm git-481234f and Kernel 3.3.7.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 50618] Slow video playback with 40mbits mpeg2+vdpau
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
@ 2012-06-02 18:33 ` bugzilla-daemon
2012-06-02 19:06 ` bugzilla-daemon
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2012-06-02 18:33 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=50618
--- Comment #1 from Andy Furniss <lists@andyfurniss.entadsl.com> 2012-06-02 11:33:15 PDT ---
(In reply to comment #0)
> mplayer -vo vdpau:fps=-1 -vc ffmpeg12vdpau: MPlayer: 14%, Xorg: 6,3% (**** Your
> system is too SLOW to play this! ****) -> Too slow! 1-10 fps
I am curious what -vo vdpau:fps=-1 means. Using svn mplayer that just throws an
unknown vdpau parameter for me.
FWIW R600 + -vc ffmpeg12vdpau doesn't quite produce perfect output anyway.
There are some cumulative errors that build between I frames. Depending on
content and how close you look they may or may not be obvioius.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 50618] Slow video playback with 40mbits mpeg2+vdpau
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
2012-06-02 18:33 ` [Bug 50618] " bugzilla-daemon
@ 2012-06-02 19:06 ` bugzilla-daemon
2012-06-02 20:29 ` bugzilla-daemon
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2012-06-02 19:06 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=50618
--- Comment #2 from nathanhi <nathanhirschauer@verfriemelt.org> 2012-06-02 12:06:12 PDT ---
>> mplayer -vo vdpau:fps=-1 -vc ffmpeg12vdpau: MPlayer: 14%, Xorg: 6,3% (**** Your
>> system is too SLOW to play this! ****) -> Too slow! 1-10 fps
>
> I am curious what -vo vdpau:fps=-1 means. Using svn mplayer that just throws an
> unknown vdpau parameter for me.
-vo vdpau:fps=-1 disables all framedrop logic and timing adjustments. Are you
using mplayer1 or 2?
Source: man mplayer2:
fps=<number>
Override autodetected display refresh rate value (the value is needed for
framedrop to allow video playback rates higher than
display refresh rate, and for vsync-aware frame timing
adjustments). Default 0 means use autodetected value. A positive value
is interpreted as a refresh rate in Hz and overrides the
autodetected value. A negative value disables all timing adjustment
and framedrop logic.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 50618] Slow video playback with 40mbits mpeg2+vdpau
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
2012-06-02 18:33 ` [Bug 50618] " bugzilla-daemon
2012-06-02 19:06 ` bugzilla-daemon
@ 2012-06-02 20:29 ` bugzilla-daemon
2012-06-02 21:15 ` bugzilla-daemon
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2012-06-02 20:29 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=50618
--- Comment #3 from Andy Furniss <lists@andyfurniss.entadsl.com> 2012-06-02 13:29:04 PDT ---
(In reply to comment #2)
> >> mplayer -vo vdpau:fps=-1 -vc ffmpeg12vdpau: MPlayer: 14%, Xorg: 6,3% (**** Your
> >> system is too SLOW to play this! ****) -> Too slow! 1-10 fps
> >
> > I am curious what -vo vdpau:fps=-1 means. Using svn mplayer that just throws an
> > unknown vdpau parameter for me.
>
> -vo vdpau:fps=-1 disables all framedrop logic and timing adjustments. Are you
> using mplayer1 or 2?
Ahh, I am using mplayer1.
Maybe trying with that would be worth a go - or maybe 40mbit is just too much
for onboard GPU.
I use a "real card" so even if 40mbit worked for me, it wouldn't mean anything
for you I guess.
I'll make one and try soon - AFK for tonight.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 50618] Slow video playback with 40mbits mpeg2+vdpau
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
` (2 preceding siblings ...)
2012-06-02 20:29 ` bugzilla-daemon
@ 2012-06-02 21:15 ` bugzilla-daemon
2012-06-03 10:58 ` bugzilla-daemon
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2012-06-02 21:15 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=50618
--- Comment #4 from nathanhi <nathanhirschauer@verfriemelt.org> 2012-06-02 14:15:58 PDT ---
>> Ahh, I am using mplayer1.
Well, I also tried it with mplayer1 - The results are the same.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 50618] Slow video playback with 40mbits mpeg2+vdpau
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
` (3 preceding siblings ...)
2012-06-02 21:15 ` bugzilla-daemon
@ 2012-06-03 10:58 ` bugzilla-daemon
2012-06-04 10:18 ` bugzilla-daemon
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2012-06-03 10:58 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=50618
--- Comment #5 from Christian König <deathsimple@vodafone.de> 2012-06-03 03:58:12 PDT ---
Those integrated chipsets like IGPs and APUs current don't have a full power
management implementation. So they are running with whatever is the (very slow)
default speed the BIOS is programming at boot.
Alex is working on advanced power management, so I'm not so deep into it, but
AFAIK this should be improving in the near future.
Also it is not limited to MPEG2 decoding with the 3D engine, 3D in general is
far to slow on those chipsets.
Christian.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 50618] Slow video playback with 40mbits mpeg2+vdpau
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
` (4 preceding siblings ...)
2012-06-03 10:58 ` bugzilla-daemon
@ 2012-06-04 10:18 ` bugzilla-daemon
2012-06-04 10:39 ` bugzilla-daemon
2013-11-25 14:28 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2012-06-04 10:18 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=50618
--- Comment #6 from Pasi Kärkkäinen <pasik@iki.fi> 2012-06-04 03:18:50 PDT ---
(In reply to comment #5)
> Those integrated chipsets like IGPs and APUs current don't have a full power
> management implementation. So they are running with whatever is the (very slow)
> default speed the BIOS is programming at boot.
>
Uhm.. at least my Mobility Radeon HD3650 runs very *hot* as a default.. so hot
that most/many liveCD Linux distros crash before the computer boots to the
desktop. Or then Linux does emergency thermal shutdown halfway the boot
sequence as a safety measure..
The default radeon driver power_profile ("default") seems to be broken at least
on this graphics card. When I manually switch to power_profile "low" the
temperature of the laptop goes down 10-20 degrees celsius.
> Alex is working on advanced power management, so I'm not so deep into it, but
> AFAIK this should be improving in the near future.
>
Oh, this is good news. Any more info about it?
Thanks,
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 50618] Slow video playback with 40mbits mpeg2+vdpau
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
` (5 preceding siblings ...)
2012-06-04 10:18 ` bugzilla-daemon
@ 2012-06-04 10:39 ` bugzilla-daemon
2013-11-25 14:28 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2012-06-04 10:39 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=50618
--- Comment #7 from Andy Furniss <lists@andyfurniss.entadsl.com> 2012-06-04 03:39:30 PDT ---
(In reply to comment #3)
> I use a "real card" so even if 40mbit worked for me, it wouldn't mean anything
> for you I guess.
>
> I'll make one and try soon - AFK for tonight.
I tried and there doesn't seem any problem for me with 42mbit.
For me using GPU will only beat CPU in a benchmark if I pretend I have a low
clock single core.
mpeg2 decode on x86 CPUs is well optimised - maybe mplayer2 used threads by
default, but whatever if have >1 core and use them I don't think you will ever
beat s/w decode with your GPU.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 50618] Slow video playback with 40mbits mpeg2+vdpau
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
` (6 preceding siblings ...)
2012-06-04 10:39 ` bugzilla-daemon
@ 2013-11-25 14:28 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-11-25 14:28 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 598 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=50618
Christian König <deathsimple@vodafone.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from Christian König <deathsimple@vodafone.de> ---
Since DPM is available for a while now I think we can close this bug.
Any objections?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2101 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
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-11-25 14:28 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 16:21 [Bug 50618] New: Slow video playback with 40mbits mpeg2+vdpau bugzilla-daemon
2012-06-02 18:33 ` [Bug 50618] " bugzilla-daemon
2012-06-02 19:06 ` bugzilla-daemon
2012-06-02 20:29 ` bugzilla-daemon
2012-06-02 21:15 ` bugzilla-daemon
2012-06-03 10:58 ` bugzilla-daemon
2012-06-04 10:18 ` bugzilla-daemon
2012-06-04 10:39 ` bugzilla-daemon
2013-11-25 14:28 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.