|
@@ -159,6 +159,9 @@ static void intel_pre_enable_lvds(struct intel_encoder *encoder)
|
|
if (HAS_PCH_SPLIT(dev) || !enc->pfit_control)
|
|
if (HAS_PCH_SPLIT(dev) || !enc->pfit_control)
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
+ WARN_ON(I915_READ(PFIT_CONTROL) & PFIT_ENABLE);
|
|
|
|
+ assert_pipe_disabled(dev_priv, to_intel_crtc(encoder->base.crtc)->pipe);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Enable automatic panel scaling so that non-native modes
|
|
* Enable automatic panel scaling so that non-native modes
|
|
* fill the screen. The panel fitter should only be
|
|
* fill the screen. The panel fitter should only be
|