Re: [Intel-gfx] [PATCH 4/7] drm/i915: Don't pretend SDVO hotplug works on 915

2015-01-16 Thread Ville Syrjälä
On Tue, Jan 13, 2015 at 12:48:47AM +0100, Daniel Vetter wrote: > On Fri, Jan 09, 2015 at 02:21:15PM +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > 915 doens't support hotplug at all, so we shouldn't try to pretend > > otherwise in the SDVO code. > > It actually has a

Re: [Intel-gfx] [PATCH 4/7] drm/i915: Don't pretend SDVO hotplug works on 915

2015-01-12 Thread Daniel Vetter
On Fri, Jan 09, 2015 at 02:21:15PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > 915 doens't support hotplug at all, so we shouldn't try to pretend > otherwise in the SDVO code. It actually has a hpd pin, but since it's just one for all ports we haven't ever used it. Proba

Re: [Intel-gfx] [PATCH 4/7] drm/i915: Don't pretend SDVO hotplug works on 915

2015-01-09 Thread Jani Nikula
On Fri, 09 Jan 2015, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > 915 doens't support hotplug at all, so we shouldn't try to pretend > otherwise in the SDVO code. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_sdvo.c | 3 +++ >

[Intel-gfx] [PATCH 4/7] drm/i915: Don't pretend SDVO hotplug works on 915

2015-01-09 Thread ville . syrjala
From: Ville Syrjälä 915 doens't support hotplug at all, so we shouldn't try to pretend otherwise in the SDVO code. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_sdvo.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915