Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1334501

Re: [REGRESSION] i915: No HDMI output with 4.4

From Ville Syrjälä <ville.syrjala@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [REGRESSION] i915: No HDMI output with 4.4
Date 2016-02-15 15:50 +0100
Message-ID <r2sDo-2lG-29@gated-at.bofh.it> (permalink)
References (5 earlier) <r0XrY-7V0-19@gated-at.bofh.it> <r106x-1qh-77@gated-at.bofh.it> <r1nmq-8pb-13@gated-at.bofh.it> <r1vjX-5hf-5@gated-at.bofh.it> <r2sDo-2lG-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Feb 15, 2016 at 10:55:33AM +0200, Oleksandr Natalenko wrote:
> 13.02.2016 01:23, Ville Syrjälä wrote:
> > - Do you have another monitor to try?
> > - Do you have another cable to try?
> 
> More on this.
> 
> Computer DVI —— old DVI-HDMI cable —— old monitor HDMI == not working
> Computer DVI —— another DVI-HDMI cable —— old monitor HDMI == not 
> working
> Computer DVI —— DVI-DVI cable —— another monitor DVI == works
> 
> So
> 
> > Shouldn't really matter. HDMI and DVI are identical at this level.
> 
> Not quite, as far as I can see.

Well, it seems this particular monitor is just somehow funky. It's a bit
strange that the hpd interrupt still works. It would seem to indicate
that there's two separate voltage thresholds for detection, one for the
hpd generation, and another for the live status. I did see something
similar on another platforms (CHV) where it had two different hpd
detection registers, and those produced different results when the
pullup on the hpd pin was misconfigured.

Anyway, I'm out of ideas now :( Anyone else got something up their
sleeve?

I'm starting to think this is going to be our only option:
-       if (intel_hdmi_set_edid(connector, live_status)) {
+       if (intel_hdmi_set_edid(connector, true)) {

It would more or less turn the live status check into a fixed
msleep(80) for the disconnect case. For the connect case it would
still break out sooner when live status works.

The downside is that if the cable is yanked slowly, we'll still succeed
in the ddc communication during unplug and thus fail to notice that the
monitor was actually disconnected. But the delay should make that less
likely.

-- 
Ville Syrjälä
Intel OTC

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [REGRESSION] i915: No HDMI output with 4.4 Daniel Vetter <daniel@ffwll.ch> - 2016-02-09 11:20 +0100
  Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-09 17:00 +0100
  Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-11 08:50 +0100
    Re: [REGRESSION] i915: No HDMI output with 4.4 Daniel Vetter <daniel@ffwll.ch> - 2016-02-11 09:30 +0100
      Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-11 10:00 +0100
        Re: [REGRESSION] i915: No HDMI output with 4.4 Ville Syrjälä <ville.syrjala@linux.intel.com> - 2016-02-11 10:30 +0100
          Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-11 12:20 +0100
            Re: [REGRESSION] i915: No HDMI output with 4.4 Ville Syrjälä <ville.syrjala@linux.intel.com> - 2016-02-11 15:10 +0100
              Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-12 16:00 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Ville Syrjälä <ville.syrjala@linux.intel.com> - 2016-02-13 00:30 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Ville Syrjälä <ville.syrjala@linux.intel.com> - 2016-02-15 15:50 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Daniel Vetter <daniel@ffwll.ch> - 2016-02-15 16:50 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-16 12:10 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Daniel Vetter <daniel@ffwll.ch> - 2016-02-16 14:00 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-16 19:10 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-16 19:20 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-22 17:20 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-15 16:10 +0100
                Re: [REGRESSION] i915: No HDMI output with 4.4 Oleksandr Natalenko <oleksandr@natalenko.name> - 2016-02-15 17:10 +0100

csiph-web