* [Bug 81924] New: No Audio over DisplayPort
@ 2014-07-30 16:52 bugzilla-daemon
2014-07-30 19:18 ` [Bug 81924] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-07-30 16:52 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1162 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81924
Priority: medium
Bug ID: 81924
Assignee: dri-devel@lists.freedesktop.org
Summary: No Audio over DisplayPort
Severity: normal
Classification: Unclassified
OS: All
Reporter: stefan.bruens@rwth-aachen.de
Hardware: Other
Status: NEW
Version: DRI CVS
Component: DRM/Radeon
Product: DRI
Currently audio is not supported when DP is used for connecting the monitor.
This works if the monitor is connected using HDMI, or when fglrx is used.
I tried patching the driver with hardcoded values taken from the fglrx drivers
using radeontool, unfortunately, this was not sufficient.
1. added call in atombios_encoders.c:radeon_atom_encoder_mode_set(...) to
initialize audio when encoder mode is DP.
2. patched evergreen_hdmi.c:evergreen_hdmi_enable(...) and
evergreen_hdmi_setmode(...) to set same register values as fglrx.
3. patched dce6_afmt.c to set values matching fglrx.
Something is missing here ...
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2443 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] 4+ messages in thread* [Bug 81924] No Audio over DisplayPort
2014-07-30 16:52 [Bug 81924] New: No Audio over DisplayPort bugzilla-daemon
@ 2014-07-30 19:18 ` bugzilla-daemon
2016-03-15 14:12 ` bugzilla-daemon
2019-11-19 8:54 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-07-30 19:18 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 362 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81924
Alex Deucher <agd5f@yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1012 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] 4+ messages in thread* [Bug 81924] No Audio over DisplayPort
2014-07-30 16:52 [Bug 81924] New: No Audio over DisplayPort bugzilla-daemon
2014-07-30 19:18 ` [Bug 81924] " bugzilla-daemon
@ 2016-03-15 14:12 ` bugzilla-daemon
2019-11-19 8:54 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2016-03-15 14:12 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 607 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81924
--- Comment #1 from Jürgen Scholz <juergen.scholz.84@gmail.com> ---
I am trying to use a displayport connection between a Tahiti XT R9 280X and my
monitor to output audio.
The initial report seems still valid: Using HDMI for audio works with the same
monitor and it does not with displayport.
Running aplay -D plughw:0,$i does not lead to audible sound. No error messages
though.
Trying to force audio on with xrandr --output DisplayPort-0 --set audio on does
not work either.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1333 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 81924] No Audio over DisplayPort
2014-07-30 16:52 [Bug 81924] New: No Audio over DisplayPort bugzilla-daemon
2014-07-30 19:18 ` [Bug 81924] " bugzilla-daemon
2016-03-15 14:12 ` bugzilla-daemon
@ 2019-11-19 8:54 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-11-19 8:54 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 804 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81924
Martin Peres <martin.peres@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
--- Comment #2 from Martin Peres <martin.peres@free.fr> ---
-- 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/drm/amd/issues/512.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2294 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] 4+ messages in thread
end of thread, other threads:[~2019-11-19 8:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 16:52 [Bug 81924] New: No Audio over DisplayPort bugzilla-daemon
2014-07-30 19:18 ` [Bug 81924] " bugzilla-daemon
2016-03-15 14:12 ` bugzilla-daemon
2019-11-19 8:54 ` 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.