Re: i915 SSC Patch

From: Chris Wilson
Date: Fri Jul 29 2011 - 15:02:36 EST


On Fri, 29 Jul 2011 11:45:28 -0700, Keith Packard <keithp@xxxxxxxxxx> wrote:
Non-text part: multipart/signed
> On Fri, 29 Jul 2011 13:55:35 +0100, Ben Brewer <ben.brewer@xxxxxxxxxxxxxxx> wrote:
>
> > I've added a global SSC (Spread Spectrum Clock) parameter to the i915
> > driver, since having SSC enabled breaks (distorts) VGA output on some
> > Core i5/i7 chips (see https://bugs.freedesktop.org/show_bug.cgi?id=38750).
> > SSC is still enabled by default so the behaviour won't change but
> > setting the global_use_ssc parameter will turn this feature off and
> > allow affected devices to function correctly (notably the Dell Vostro
> > 3300).
>
> The question I have is why is SSC enabled on the VGA output at all? I
> don't see any way VGA could ever tolerate it.

It's not meant to be and it causes havoc, from wavy/blurry output to no
sync. The other part of the patch on that bug was to walk the crtcs and
turn off SSC on the shared refclk if any output could not handle SSC. At
that point, an objection was raised that we shouldn't even be touching
the refclk if any output was currently being driven from it.
-Chris

--
Chris Wilson, Intel Open Source Technology Centre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/