All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 107835] DisplayPort audio stopped working in a kernel upgrade
@ 2018-09-05 10:29 bugzilla-daemon
  2019-08-26 19:03 ` bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-09-05 10:29 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 107835
           Summary: DisplayPort audio stopped working in a kernel upgrade
           Product: DRI
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: bugs@benmorris.org.uk

In a recent kernel upgrade, my DisplayPort audio output stopped working.
PulseAudio showed no available profiles for the device, while aplay appeared to
work normally but produced no sound. I'm running Debian Unstable, and I have a
Radeon RX 470.

I have bisected (in linux-stable), and narrowed down the start of the problem
to this commit:

commit 9168c089a2122606e2c01f6fbeda85ff950ac189 (HEAD, refs/bisect/bad)
Author: Alex Deucher <alexander.deucher@amd.com>
Date:   Tue Jul 10 12:56:45 2018 -0500

    Revert "drm/amd/display: Don't return ddc result and read_bytes in same
return value"

    commit 5292221d6ddfed75e5b46cd42237a677094b99f3 upstream.

    This reverts commit 018d82e5f02ef3583411bcaa4e00c69786f46f19.

    This breaks DDC in certain cases.  Revert for 4.18 and previous kernels.
    For 4.19, this is fixed with the following more extensive patches:
    drm/amd/display: Serialize is_dp_sink_present
    drm/amd/display: Break out function to simply read aux reply
    drm/amd/display: Return aux replies directly to DRM
    drm/amd/display: Right shift AUX reply value sooner than later
    drm/amd/display: Read AUX channel even if only status byte is returned

    Link: https://lists.freedesktop.org/archives/amd-gfx/2018-July/023788.html
    Acked-by: Harry Wentland <harry.wentland@amd.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Cc: stable@vger.kernel.org
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


I have tried kernel 4.19-rc2, and, as suggested in the commit message, the
audio problem does indeed seem to be resolved in 4.19.

I have never seen the stacktrace associated with the same commit at
https://bugzilla.kernel.org/show_bug.cgi?id=200667

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

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

* [Bug 107835] DisplayPort audio stopped working in a kernel upgrade
  2018-09-05 10:29 [Bug 107835] DisplayPort audio stopped working in a kernel upgrade bugzilla-daemon
@ 2019-08-26 19:03 ` bugzilla-daemon
  2019-08-26 19:09 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-08-26 19:03 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Marti Raudsepp <marti@juffo.org> ---
Graphics card: ASUS Radeon R9 270
Kernel: 5.2.9-arch1-1-ARCH

I recently had some issues with the "radeon" driver and discovered that the
"amdgpu" driver now has support for Southern Islands (SI) GPUs using the
amdgpu.si_support=1 boot flag.

Graphics stuff works great with "amdgpu" so far, however, all HDMI audio
outputs are marked as "(unplugged) (unavailable)". This seems to be a similar
problem, based on IRC logs by BCMM at
https://dri.freedesktop.org/~cbrill/dri-log/?channel=radeon&highlight_names=&date=2018-09-05
which lead me to this bug report.
His screenshot from pavuctl: https://i.imgur.com/67HYPG3.png

Ben, are you still having this issue too?

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

[-- Attachment #1.2: Type: text/html, Size: 1867 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

* [Bug 107835] DisplayPort audio stopped working in a kernel upgrade
  2018-09-05 10:29 [Bug 107835] DisplayPort audio stopped working in a kernel upgrade bugzilla-daemon
  2019-08-26 19:03 ` bugzilla-daemon
@ 2019-08-26 19:09 ` bugzilla-daemon
  2019-08-26 20:11 ` bugzilla-daemon
  2019-11-19  8:54 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-08-26 19:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Alex Deucher <alexdeucher@gmail.com> ---
Southern Islands is not supported by the DC modesetting code, so this is not
the same issue as the OP's.

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

[-- Attachment #1.2: Type: text/html, Size: 1095 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

* [Bug 107835] DisplayPort audio stopped working in a kernel upgrade
  2018-09-05 10:29 [Bug 107835] DisplayPort audio stopped working in a kernel upgrade bugzilla-daemon
  2019-08-26 19:03 ` bugzilla-daemon
  2019-08-26 19:09 ` bugzilla-daemon
@ 2019-08-26 20:11 ` bugzilla-daemon
  2019-11-19  8:54 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-08-26 20:11 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Marti Raudsepp <marti@juffo.org> ---
Thanks Alex, reported new bug 111492.

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

[-- Attachment #1.2: Type: text/html, Size: 1173 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

* [Bug 107835] DisplayPort audio stopped working in a kernel upgrade
  2018-09-05 10:29 [Bug 107835] DisplayPort audio stopped working in a kernel upgrade bugzilla-daemon
                   ` (2 preceding siblings ...)
  2019-08-26 20:11 ` bugzilla-daemon
@ 2019-11-19  8:54 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:54 UTC (permalink / raw)
  To: dri-devel


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

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

Martin Peres <martin.peres@free.fr> changed:

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

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

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

[-- Attachment #1.2: Type: text/html, Size: 2383 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-11-19  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-05 10:29 [Bug 107835] DisplayPort audio stopped working in a kernel upgrade bugzilla-daemon
2019-08-26 19:03 ` bugzilla-daemon
2019-08-26 19:09 ` bugzilla-daemon
2019-08-26 20:11 ` 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.