View | Details | Raw Unified | Return to bug 24822 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/gpu/drm/i915/intel_dp.c (-2 / +5 lines)
Lines 1917-1923 intel_dp_init(struct drm_device *dev, int output_reg) Link Here
1917
				dev_priv->no_aux_handshake = intel_dp->dpcd[3] &
1917
				dev_priv->no_aux_handshake = intel_dp->dpcd[3] &
1918
					DP_NO_AUX_HANDSHAKE_LINK_TRAINING;
1918
					DP_NO_AUX_HANDSHAKE_LINK_TRAINING;
1919
		} else {
1919
		} else {
1920
			DRM_ERROR("failed to retrieve link info\n");
1920
			/* if this fails, presume the device is a ghost */
1921
			DRM_INFO("failed to retrieve link info, disabling eDP\n");
1922
			intel_dp_encoder_destroy(&intel_dp->base.base);
1923
			intel_dp_destroy(&intel_connector->base);
1924
			return;
1921
		}
1925
		}
1922
		if (!was_on)
1926
		if (!was_on)
1923
			ironlake_edp_panel_off(dev);
1927
			ironlake_edp_panel_off(dev);
1924
- 

Return to bug 24822