* [Bug 84920] Radeon UVD error
2014-10-11 20:28 [Bug 84920] New: Radeon UVD error bugzilla-daemon
@ 2014-10-12 9:23 ` bugzilla-daemon
2014-10-12 17:04 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-10-12 9:23 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 497 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=84920
--- Comment #1 from Christian König <deathsimple@vodafone.de> ---
(In reply to Apostolos B. from comment #0)
> Oct 11 23:20:38 mainland kernel: [drm:radeon_uvd_cs_msg] *ERROR* No more
> free UVD handles!
What browser do you use? Do you have video acceleration enabled in flash?
It sounds like flash is trying to play a lot of videos at the same time.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1297 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] 6+ messages in thread* [Bug 84920] Radeon UVD error
2014-10-11 20:28 [Bug 84920] New: Radeon UVD error bugzilla-daemon
2014-10-12 9:23 ` [Bug 84920] " bugzilla-daemon
@ 2014-10-12 17:04 ` bugzilla-daemon
2015-03-10 20:22 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-10-12 17:04 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1150 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=84920
--- Comment #2 from Apostolos B. <barz621@gmail.com> ---
No flash. HW acceleration is gst-vaapi with the vdpau driver for r600. Firefox
32.
libva info: VA-API version 0.36.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'vdpau'
libva info: Trying to open /usr/lib/dri/vdpau_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.36 (libva 1.4.0)
vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA-API -
0.7.4
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG4Simple : VAEntrypointVLD
VAProfileMPEG4AdvancedSimple : VAEntrypointVLD
VAProfileH264Baseline : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264High : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1847 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] 6+ messages in thread* [Bug 84920] Radeon UVD error
2014-10-11 20:28 [Bug 84920] New: Radeon UVD error bugzilla-daemon
2014-10-12 9:23 ` [Bug 84920] " bugzilla-daemon
2014-10-12 17:04 ` bugzilla-daemon
@ 2015-03-10 20:22 ` bugzilla-daemon
2015-03-11 9:07 ` bugzilla-daemon
2019-09-18 19:17 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2015-03-10 20:22 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1905 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=84920
--- Comment #3 from Alexander <betaev@gmail.com> ---
I observe the same issue on virtual machine with VGA passthrough. The virtual
guest runs only Kodi media center session with autologin from lightdm display
manager.
The issue is easily reproducible when I do fast forward (FF).
Here's sample from dmesg:
[ 195.123895] perf interrupt took too long (10006 > 10000), lowering
kernel.perf_event_max_sample_rate to 12500
[ 457.994431] perf interrupt took too long (20020 > 20000), lowering
kernel.perf_event_max_sample_rate to 6250
[45310.627571] [drm:radeon_uvd_cs_msg] *ERROR* No more free UVD handles!
[45310.627575] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
... and lots of such messages ...
[45323.651977] [drm:radeon_uvd_cs_msg] *ERROR* No more free UVD handles!
[45323.651979] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
You see, that before doing FF there were some messages and long uptime without
any message. When I stop doing FF the messages stop.
The system is Debian GNU/Linux 8.0 Jesie
$ uname -a
Linux infmc 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt4-3 (2015-02-03) i686
GNU/Linux
$ lspci -vnn | grep -A 10 VGA
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [1002:6779] (prog-if
00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device [1043:3017]
Physical Slot: 0
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at fe800000 (64-bit, non-prefetchable) [size=128K]
I/O ports at c000 [size=256]
Expansion ROM at fe820000 [disabled] [size=64K]
Capabilities: <access denied>
Kernel driver in use: radeon
The graphics card is ASUS AMD R5 230 1G.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2610 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] 6+ messages in thread* [Bug 84920] Radeon UVD error
2014-10-11 20:28 [Bug 84920] New: Radeon UVD error bugzilla-daemon
` (2 preceding siblings ...)
2015-03-10 20:22 ` bugzilla-daemon
@ 2015-03-11 9:07 ` bugzilla-daemon
2019-09-18 19:17 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2015-03-11 9:07 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 800 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=84920
--- Comment #4 from Christian König <deathsimple@vodafone.de> ---
(In reply to Alexander from comment #3)
> I observe the same issue on virtual machine with VGA passthrough. The
> virtual guest runs only Kodi media center session with autologin from
> lightdm display manager.
> The issue is easily reproducible when I do fast forward (FF).
Do you run Kodi with the VA-API wrapper or the native VDPAU backend? The VA-API
wrapper isn't really supported any more, so the issue is most likely somewhere
there.
What happens here is that the hardware runs out of UVD handles because the
software stack is trying to play a lot of streams at the same time.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1606 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] 6+ messages in thread* [Bug 84920] Radeon UVD error
2014-10-11 20:28 [Bug 84920] New: Radeon UVD error bugzilla-daemon
` (3 preceding siblings ...)
2015-03-11 9:07 ` bugzilla-daemon
@ 2019-09-18 19:17 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:17 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 840 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=84920
GitLab Migration User <gitlab-migration@fdo.invalid> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #5 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/529.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2339 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 6+ messages in thread