Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307294
b: refs/heads/master
c: 97e1930
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed May 3, 2012
1 parent 5175cce commit 0c7eba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b26c86d615747f67fede6ca9609b0f8b2037d11
refs/heads/master: 97e1930f09e9b656e823cd841cf29bfbbe326832
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2776,6 +2776,10 @@ static void ivybridge_init_clock_gating(struct drm_device *dev)
}

gen7_setup_fixed_func_scheduler(dev_priv);

/* WaDisable4x2SubspanOptimization */
I915_WRITE(CACHE_MODE_1,
_MASKED_BIT_ENABLE(PIXEL_SUBSPAN_COLLECT_OPT_DISABLE));
}

static void valleyview_init_clock_gating(struct drm_device *dev)
Expand Down

0 comments on commit 0c7eba5

Please sign in to comment.