Bug 81196 - HDMI drop out
Summary: HDMI drop out
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 22:50 UTC by nbi
Modified: 2014-07-11 16:40 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description nbi 2014-07-10 22:50:46 UTC
Radeon driver version = 1:7.3.0-1ubuntu3.1

Hardware: HP 4310s laptop, ATI 4330

OS: Linux Mint 17, VLC 2.1.2

HDMI works ok most of the time, but suffers from sporadic random drop outs.
When a drop out occurs kern.log shows:

HDMI: ELD buf size is 0, force 128
HDMI: invalid ELD data byte 0

Also (don't know if relevant) an occasional:

hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.

When a drop out (entire HDMI signal lost - not just audio) occurs VLC continues playing. A mouse click on desktop causes HDMI output to resume. No screen blanking or any kind of suspend mode is active so I can't speculate on the cause of the drop out.

I do however think the driver should be able to gracefully cope with it. At least provide an optional flag that causes the driver to ignore the trigger event for the drop out since obviously it's ok most of the time.
Comment 1 Alex Deucher 2014-07-10 22:58:03 UTC
This looks like a sound driver issue rather than a GPU driver issue.
Comment 2 nbi 2014-07-10 23:18:41 UTC
(In reply to comment #1)
> This looks like a sound driver issue rather than a GPU driver issue.

No, because the entire HDMI signal is lost - not just the audio.
Comment 3 nbi 2014-07-11 00:04:10 UTC
Ok, it seems the problems lie in sound/pci/hda/hda_eld.c which seems outside of your domain.

I'll try to debug that code. Sorry about false alarm.
Comment 4 Alex Deucher 2014-07-11 13:05:48 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > This looks like a sound driver issue rather than a GPU driver issue.
> 
> No, because the entire HDMI signal is lost - not just the audio.

I suspect the monitor reacts badly to the audio stream glitches which causes it to drop the video as well.
Comment 5 nbi 2014-07-11 16:40:19 UTC
(In reply to comment #4)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > This looks like a sound driver issue rather than a GPU driver issue.
> > 
> > No, because the entire HDMI signal is lost - not just the audio.
> 
> I suspect the monitor reacts badly to the audio stream glitches which causes
> it to drop the video as well.

You mean like overload protection? I thought about that, but the drop outs don't always occur at the same spot in the same audio segment. Having looked at the Intel ELD code I think it's buggy - on a drop out a "workaround" patch kicks in that's not even appropriate for my hardware. I did get a hold of the Intel ELD author, but he no longer maintains it. He did give me a list of developers to try. I'll experiment with this code and if I don't get anywhere will utilize the list.


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.