drm/i915: Don't pretend SDVO hotplug works on 915
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 9 Jan 2015 12:21:15 +0000 (14:21 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 12 Jan 2015 23:49:02 +0000 (00:49 +0100)
commit1d83d957e621f160dfe0f08194e9c2fdd5fa7f3e
tree16041f55f7d18bcbc32ebec3ce43beafa835a669
parentd2182a660808d9053a605e3ebc8c46a323ec6e5d
drm/i915: Don't pretend SDVO hotplug works on 915

915 doens't support hotplug at all, so we shouldn't try to pretend
otherwise in the SDVO code.

Note: i915 does have hotplug support in hw, we simply never enabled it
in i915.ko: There's only one hpd bit for all outputs, so not worth the
bother to add this special case for this rather old platform.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
[danvet: Clarify that only i915.ko doesn't support hpd on i915g.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sdvo.c
This page took 0.025175 seconds and 5 git commands to generate.