Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218311
b: refs/heads/master
c: 8b99e68
h: refs/heads/master
i:
  218309: 892cd9b
  218307: fea37a4
  218303: 1a8a2be
v: v3
  • Loading branch information
Chris Wilson committed Oct 19, 2010
1 parent 1831bfb commit 3c7bc51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 736085bcf91720fd90175c288c542c721c281bb0
refs/heads/master: 8b99e68c0a40bcf082c1ba9aaad83cca4def8cec
7 changes: 5 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,11 @@ intel_find_pll_ironlake_dp(const intel_limit_t *, struct drm_crtc *crtc,
static inline u32 /* units of 100MHz */
intel_fdi_link_freq(struct drm_device *dev)
{
struct drm_i915_private *dev_priv = dev->dev_private;
return (I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2;
if (IS_GEN5(dev)) {
struct drm_i915_private *dev_priv = dev->dev_private;
return (I915_READ(FDI_PLL_BIOS_0) & FDI_PLL_FB_CLOCK_MASK) + 2;
} else
return 27;
}

static const intel_limit_t intel_limits_i8xx_dvo = {
Expand Down

0 comments on commit 3c7bc51

Please sign in to comment.