Browse Source

drm/i915: use DPLL_DVO_HIGH_SPEED for PCH eDP

As with other PCH DP connections.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Jesse Barnes 14 years ago
parent
commit
8324012087
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/i915/intel_display.c

+ 1 - 1
drivers/gpu/drm/i915/intel_display.c

@@ -3850,7 +3850,7 @@ static int intel_crtc_mode_set(struct drm_crtc *crtc,
 			}
 			}
 			dpll |= DPLL_DVO_HIGH_SPEED;
 			dpll |= DPLL_DVO_HIGH_SPEED;
 		}
 		}
-		if (is_dp)
+		if (is_dp || intel_encoder_is_pch_edp(&has_edp_encoder->base))
 			dpll |= DPLL_DVO_HIGH_SPEED;
 			dpll |= DPLL_DVO_HIGH_SPEED;
 
 
 		/* compute bitmask from p1 value */
 		/* compute bitmask from p1 value */