All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 78641] New: Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs
@ 2014-05-12 23:48 bugzilla-daemon
  2014-05-13  0:14 ` [Bug 78641] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-05-12 23:48 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1497 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=78641

          Priority: medium
            Bug ID: 78641
          Assignee: dri-devel@lists.freedesktop.org
           Summary: Radeon makes Flash player with VDPAU enabled hang at
                    vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mail@3v1n0.net
          Hardware: Other
            Status: NEW
           Version: 10.1
         Component: Drivers/Gallium/r600
           Product: Mesa

Created attachment 98951
  --> https://bugs.freedesktop.org/attachment.cgi?id=98951&action=edit
Radeon deadlock with Flash + VDPAU

1) Enable VDPAU support in flash player [1]
2) Visit web pages such as [2] (in that page the hang happens
   when the AD has been played and the actual video should start).

At this point the flash player hangs (plugin-container process with firefox),
and there's no way to resume it other than killing the parent process.

It seems like a deadlock, see the attached backtrace; not sure if this has
something in common with Bug 70123.
This is when using mesa 10.1 (4a86465) in Ubuntu 14.04.

[1] echo -e "EnableLinuxHWVideoDecode = 1\nOverrideGPUValidation = 1" >>
/etc/adobe/mms.cfg
[2]
http://video.corriere.it/i-ragazzi-anni-90-come-eravamo/9fd1a13c-d9b5-11e3-8b8a-dcb35a431922

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3397 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] 5+ messages in thread

* [Bug 78641] Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs
  2014-05-12 23:48 [Bug 78641] New: Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs bugzilla-daemon
@ 2014-05-13  0:14 ` bugzilla-daemon
  2014-05-13  0:18 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-05-13  0:14 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=78641

--- Comment #1 from Marco Trevisan (Treviño) <mail@3v1n0.net> ---
Ah, this is not happening when using intel, then I suppose this is not an issue
of the flash blob.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1224 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] 5+ messages in thread

* [Bug 78641] Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs
  2014-05-12 23:48 [Bug 78641] New: Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs bugzilla-daemon
  2014-05-13  0:14 ` [Bug 78641] " bugzilla-daemon
@ 2014-05-13  0:18 ` bugzilla-daemon
  2014-05-13  0:30 ` bugzilla-daemon
  2019-09-18 19:16 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-05-13  0:18 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 259 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=78641

--- Comment #2 from Grigori Goronzy <greg@chown.ath.cx> ---
It's not happening with Intel because the drivers don't support VDPAU.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1181 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] 5+ messages in thread

* [Bug 78641] Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs
  2014-05-12 23:48 [Bug 78641] New: Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs bugzilla-daemon
  2014-05-13  0:14 ` [Bug 78641] " bugzilla-daemon
  2014-05-13  0:18 ` bugzilla-daemon
@ 2014-05-13  0:30 ` bugzilla-daemon
  2019-09-18 19:16 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-05-13  0:30 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 533 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=78641

--- Comment #3 from Marco Trevisan (Treviño) <mail@3v1n0.net> ---
(In reply to comment #2)
> It's not happening with Intel because the drivers don't support VDPAU.

Yes, of course... But I meant using the VDPAU support thought va_gl.
Also if VDPAU is not using mesa, in that case, I guess that if the problem
would be in flash, then it would have hanged even when using va_gl, isn't it?
:o

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1524 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] 5+ messages in thread

* [Bug 78641] Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs
  2014-05-12 23:48 [Bug 78641] New: Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-05-13  0:30 ` bugzilla-daemon
@ 2019-09-18 19:16 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:16 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 840 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=78641

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #4 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/509.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2618 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] 5+ messages in thread

end of thread, other threads:[~2019-09-18 19:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 23:48 [Bug 78641] New: Radeon makes Flash player with VDPAU enabled hang at vlVdpDecoderDestroy → flush → radeon_drm_ws_queue_cs bugzilla-daemon
2014-05-13  0:14 ` [Bug 78641] " bugzilla-daemon
2014-05-13  0:18 ` bugzilla-daemon
2014-05-13  0:30 ` bugzilla-daemon
2019-09-18 19:16 ` 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.