diff options
-rw-r--r-- | drivers/gpu/drm/i915/intel_display.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 6953f88bf04d..72dd3fd8e9c1 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c | |||
@@ -8405,11 +8405,6 @@ static void intel_setup_outputs(struct drm_device *dev) | |||
8405 | if (I915_READ(VLV_DISPLAY_BASE + DP_B) & DP_DETECTED) | 8405 | if (I915_READ(VLV_DISPLAY_BASE + DP_B) & DP_DETECTED) |
8406 | intel_dp_init(dev, VLV_DISPLAY_BASE + DP_B, PORT_B); | 8406 | intel_dp_init(dev, VLV_DISPLAY_BASE + DP_B, PORT_B); |
8407 | } | 8407 | } |
8408 | |||
8409 | if (I915_READ(VLV_DISPLAY_BASE + GEN4_HDMIC) & SDVO_DETECTED) | ||
8410 | intel_hdmi_init(dev, VLV_DISPLAY_BASE + GEN4_HDMIC, | ||
8411 | PORT_C); | ||
8412 | |||
8413 | } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) { | 8408 | } else if (SUPPORTS_DIGITAL_OUTPUTS(dev)) { |
8414 | bool found = false; | 8409 | bool found = false; |
8415 | 8410 | ||