Re: [Intel-gfx] [PATCH 2/2] drm/i915: sdvo: check GPIOA for SDVO DDC (vga DDC) when GPIOE fails

2009-06-15 Thread Tino Keitel
On Sun, Jun 14, 2009 at 12:22:34 -0700, Keith Packard wrote: > Mac Mini's have a single GPIO line on the DVI connector, shared between the > analog link and the digital link. So, if DDC isn't detected on GPIOE (the > usual SDVO DDC link), try GPIOA (the usual VGA DDC link) when there isn't a > VGA

Re: [PATCH 2/2] drm/i915: sdvo: check GPIOA for SDVO DDC (vga DDC) when GPIOE fails

2009-06-14 Thread Dave Airlie
On Mon, Jun 15, 2009 at 10:48 AM, Dave Airlie wrote: > On Sun, 14 Jun 2009, Keith Packard wrote: > >> Mac Mini's have a single GPIO line on the DVI connector, shared between the >> analog link and the digital link. So, if DDC isn't detected on GPIOE (the >> usual SDVO DDC link), try GPIOA (the usua

Re: [PATCH 2/2] drm/i915: sdvo: check GPIOA for SDVO DDC (vga DDC) when GPIOE fails

2009-06-14 Thread Dave Airlie
On Sun, 14 Jun 2009, Keith Packard wrote: > Mac Mini's have a single GPIO line on the DVI connector, shared between the > analog link and the digital link. So, if DDC isn't detected on GPIOE (the > usual SDVO DDC link), try GPIOA (the usual VGA DDC link) when there isn't a > VGA monitor connected.

[PATCH 2/2] drm/i915: sdvo: check GPIOA for SDVO DDC (vga DDC) when GPIOE fails

2009-06-14 Thread Keith Packard
Mac Mini's have a single GPIO line on the DVI connector, shared between the analog link and the digital link. So, if DDC isn't detected on GPIOE (the usual SDVO DDC link), try GPIOA (the usual VGA DDC link) when there isn't a VGA monitor connected. Signed-off-by: Keith Packard --- drivers/gpu/dr