On Tuesday 20 September 2011, Keith Packard wrote:
> On Wed, 17 Aug 2011 10:52:21 +0100, Simon Farnsworth
wrote:
> > static bool
> > intel_sdvo_multifunc_encoder(struct intel_sdvo *intel_sdvo)
> >
> > @@ -2062,7 +2053,10 @@ intel_sdvo_dvi_init(struct intel_sdvo *intel_sdvo,
> > int device)
>
On Wed, 17 Aug 2011 10:52:21 +0100, Simon Farnsworth
wrote:
> static bool
> intel_sdvo_multifunc_encoder(struct intel_sdvo *intel_sdvo)
> @@ -2062,7 +2053,10 @@ intel_sdvo_dvi_init(struct intel_sdvo *intel_sdvo, int
> device)
>
> intel_connector = &intel_sdvo_connector->base;
>
On 9/19/11 11:03 AM, Keith Packard wrote:
On Mon, 19 Sep 2011 10:41:27 +0100, Simon
Farnsworth wrote:
Hello Keith,
I've not seen any replies to this patch in the last month, nor can I find it in
your tree at http://cgit.freedesktop.org/~keithp/linux/ (I'd check kernel.org
as well, but it's st
On Mon, 19 Sep 2011 10:41:27 +0100, Simon Farnsworth
wrote:
> Hello Keith,
>
> I've not seen any replies to this patch in the last month, nor can I find it
> in
> your tree at http://cgit.freedesktop.org/~keithp/linux/ (I'd check kernel.org
> as well, but it's still down).
>
> Is there anyth
Hello Keith,
I've not seen any replies to this patch in the last month, nor can I find it in
your tree at http://cgit.freedesktop.org/~keithp/linux/ (I'd check kernel.org
as well, but it's still down).
Is there anything I need to do to make this patch acceptable? Or is it just a
case of waitin
I was seeing a nasty 5 frame glitch every 10 seconds, caused by the
poll for connection on DVI attached by SDVO.
As my SDVO DVI supports hotplug detect interrupts, the fix is to
enable them, and hook them in to the various bits of driver
infrastructure so that they work reliably.
With lots of hel