Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307135
b: refs/heads/master
c: b6834bd
h: refs/heads/master
i:
  307133: 88a26a3
  307131: 72c5f77
  307127: 1efdeac
  307119: f8b47ad
  307103: 8a9e7e1
  307071: a37fffb
v: v3
  • Loading branch information
Jesse Barnes authored and Daniel Vetter committed Apr 12, 2012
1 parent cecfb27 commit 3bfc0f7
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: bfa3384a9a84aaaa59443bbd776c142e7dba4b0f
refs/heads/master: b6834bd63ec407444098be233122a25bf4f17c75
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 @@ -9541,7 +9541,7 @@ void intel_modeset_init_hw(struct drm_device *dev)
intel_init_emon(dev);
}

if (IS_GEN6(dev) || IS_GEN7(dev)) {
if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev)) {
gen6_enable_rps(dev_priv);
gen6_update_ring_freq(dev_priv);
}
Expand Down Expand Up @@ -9632,7 +9632,7 @@ void intel_modeset_cleanup(struct drm_device *dev)

if (IS_IRONLAKE_M(dev))
ironlake_disable_drps(dev);
if (IS_GEN6(dev) || IS_GEN7(dev))
if ((IS_GEN6(dev) || IS_GEN7(dev)) && !IS_VALLEYVIEW(dev))
gen6_disable_rps(dev);

if (IS_IRONLAKE_M(dev))
Expand Down

0 comments on commit 3bfc0f7

Please sign in to comment.