Re: [Intel-gfx] [PATCH 2/6] drm/i915: Fix multifunction SDVO detection

2011-06-16 Thread Chris Wilson
On Thu, 16 Jun 2011 16:36:24 -0400, Adam Jackson wrote: > I can't think of any sensible reason to limit this to a mask of 0x0f, > ie, SDVO_OUTPUT_{TMDS,RGB,CVBS,SVID}0. Reviewed-by: Chris Wilson -- Chris Wilson, Intel Open Source Technology Centre ___

[Intel-gfx] [PATCH 2/6] drm/i915: Fix multifunction SDVO detection

2011-06-16 Thread Adam Jackson
I can't think of any sensible reason to limit this to a mask of 0x0f, ie, SDVO_OUTPUT_{TMDS,RGB,CVBS,SVID}0. Signed-off-by: Adam Jackson --- drivers/gpu/drm/i915/intel_sdvo.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/g