Re: [Intel-gfx] [PATCH] i915: Enable SDVO hotplug interrupts for HDMI and DVI

2011-09-20 Thread Simon Farnsworth
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) >

Re: [Intel-gfx] [PATCH] i915: Enable SDVO hotplug interrupts for HDMI and DVI

2011-09-19 Thread Keith Packard
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; >

Re: [Intel-gfx] [PATCH] i915: Enable SDVO hotplug interrupts for HDMI and DVI

2011-09-19 Thread Adam Jackson
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

Re: [Intel-gfx] [PATCH] i915: Enable SDVO hotplug interrupts for HDMI and DVI

2011-09-19 Thread Keith Packard
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

Re: [Intel-gfx] [PATCH] i915: Enable SDVO hotplug interrupts for HDMI and DVI

2011-09-19 Thread Simon Farnsworth
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

[Intel-gfx] [PATCH] i915: Enable SDVO hotplug interrupts for HDMI and DVI

2011-08-17 Thread Simon Farnsworth
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