Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223527
b: refs/heads/master
c: 448f53a
h: refs/heads/master
i:
  223525: e05a435
  223523: 93124a9
  223519: 9f45a61
v: v3
  • Loading branch information
Chris Wilson committed Dec 14, 2010
1 parent 4a9589a commit 9ed0fd5
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: 71f4566084eb592fe545f05f7dff41fa9aa42e0b
refs/heads/master: 448f53a1ede54eb854d036abf54573281412d650
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 ? 100 : 120;
general->ssc_freq ? 120 : 100;
else
dev_priv->lvds_ssc_freq =
general->ssc_freq ? 100 : 96;
Expand Down

0 comments on commit 9ed0fd5

Please sign in to comment.