Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287802
b: refs/heads/master
c: 1c8ecf8
h: refs/heads/master
v: v3
  • Loading branch information
Eugeni Dodonov authored and Jesse Barnes committed Feb 16, 2012
1 parent 0779318 commit 91d7ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d71de14ddf423ccc9a2e3f7e37553c99ead20d7c
refs/heads/master: 1c8ecf80fdee4e7b23a9e7da7ff9bd59ba2dcf96
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -8182,8 +8182,8 @@ void gen6_enable_rps(struct drm_i915_private *dev_priv)
I915_WRITE(GEN6_RC6pp_THRESHOLD, 64000); /* unused */

if (intel_enable_rc6(dev_priv->dev))
rc6_mask = GEN6_RC_CTL_RC6p_ENABLE |
GEN6_RC_CTL_RC6_ENABLE;
rc6_mask = GEN6_RC_CTL_RC6_ENABLE |
(IS_GEN7(dev_priv->dev)) ? GEN6_RC_CTL_RC6p_ENABLE : 0;

I915_WRITE(GEN6_RC_CONTROL,
rc6_mask |
Expand Down

0 comments on commit 91d7ae4

Please sign in to comment.