On Thu, 09 Feb 2012 09:13:35 -0800, Keith Packard <[email protected]> wrote:
> <#part sign=pgpmime>
> On Thu,  9 Feb 2012 09:35:53 +0000, Chris Wilson <[email protected]> 
> wrote:
> > With the introduction of the PCH, we gained an LVDS presence pin but we
> > continued to use the existing logic that asserted that LVDS was only
> > supported on certain mobile chipsets. However, there are desktop
> > IronLake systems with LVDS attached which we fail to detect. So for PCH,
> > trust the LVDS presence pin and quirk all the lying manufacturers.
> 
> Uh. I don't see where this is using the LVDS presence pin. Am I just
> missing something?

That code already existed in intel_lvds_init():
  if (HAS_PCH_SPLIT(dev)) {
     if (I915_READ(PCH_LVDS) & LVDS_DETECTED) == 0)
        return false
     ...
  }
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to