Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223703
b: refs/heads/master
c: bcfbbce
h: refs/heads/master
i:
  223701: 2e10261
  223699: 3335c3b
  223695: 0bf26b2
v: v3
  • Loading branch information
Chris Wilson committed Dec 30, 2010
1 parent 6edd6c3 commit 5d77ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4d3024428f5c3ef5295e6f6fb257ae118b3f93a1
refs/heads/master: bcfbbce822d219eb587acaba8a6e062bbeae4761
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ parse_general_features(struct drm_i915_private *dev_priv,
general->ssc_freq ? 66 : 48;
else if (IS_GEN5(dev) || IS_GEN6(dev))
dev_priv->lvds_ssc_freq =
general->ssc_freq ? 120 : 100;
general->ssc_freq ? 100 : 120;
else
dev_priv->lvds_ssc_freq =
general->ssc_freq ? 100 : 96;
Expand Down

0 comments on commit 5d77ba2

Please sign in to comment.