Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269813
b: refs/heads/master
c: afffb9d
h: refs/heads/master
i:
  269811: 6ec2ca0
v: v3
  • Loading branch information
Keith Packard committed Sep 28, 2011
1 parent 2e2a40d commit 90cfcc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99eb6a01e5ac6cf28aadc64e6ff346939874dfd2
refs/heads/master: afffb9dfb62a9eb2a6e467a3875907189e49a2d2
14 changes: 4 additions & 10 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -5281,16 +5281,10 @@ static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
num_connectors++;
}

if (is_lvds && intel_panel_use_ssc(dev_priv) && num_connectors < 2) {
refclk = dev_priv->lvds_ssc_freq * 1000;
DRM_DEBUG_KMS("using SSC reference clock of %d MHz\n",
refclk / 1000);
} else {
refclk = 96000;
if (!has_edp_encoder ||
intel_encoder_is_pch_edp(&has_edp_encoder->base))
refclk = 120000; /* 120Mhz refclk */
}
/*
* Every reference clock in a PCH system is 120MHz
*/
refclk = 120000;

/*
* Returns a set of divisors for the desired target clock with the given
Expand Down

0 comments on commit 90cfcc2

Please sign in to comment.