|
@@ -645,7 +645,7 @@ intel_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
|
|
int err = target;
|
|
int err = target;
|
|
|
|
|
|
if (IS_I9XX(dev) && intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
|
|
if (IS_I9XX(dev) && intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
|
|
- (I915_READ(LVDS) & LVDS_PORT_EN) != 0) {
|
|
|
|
|
|
+ (I915_READ(LVDS)) != 0) {
|
|
/*
|
|
/*
|
|
* For LVDS, if the panel is on, just rely on its current
|
|
* For LVDS, if the panel is on, just rely on its current
|
|
* settings for dual-channel. We haven't figured out how to
|
|
* settings for dual-channel. We haven't figured out how to
|