Summary: | mesa 9.2git: qvdpautest fails to work with UVD but also fails with shader decoding | ||
---|---|---|---|
Product: | Mesa | Reporter: | Arkadiusz Miskiewicz <arekm> |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED NOTOURBUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Arkadiusz Miskiewicz
2013-04-03 22:04:28 UTC
I have same platform as Arkadiusz [E-350] and I can confirm his results of 53 frames/s. software used: Kernel 3.9-rc6 + drm uvd patches libdrm Git 08.04.2013 xorg-server 1.13.3 Mesa Git 08.04.2013 + uvd patch On the other hand mplayer -vo vdpau was not enough to get smooth playback of H264 content. I had to specify "mplayer -vo vdpau -vc ffh264vdpau" with perfect results. Using standard combination of "mplayer -vo vdpau -vc ffmpeg12vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau" on the H264 content made mplayer use ffmpeg12vdpau which resulted in jerky playback. Using XBMC from FernetMenta tree https://github.com/FernetMenta/xbmc which has number of vdpau playback fixes resulted in jerky playback for high bitrate content at 1920@1080. As of VC1 content any player I used created either dark screen with green artifacts at playback Please let me know if You need any logs (dmesg/Xorg/lspci) or configs (kernel/Xorg) or any other for that matter That's a bug in qvdpautest. It tries to get the surface data in YUYV format, which is simply not supported by the hardware. We could implement a software fallback, but mesuring that would be pretty much nonsense. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.