Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228786
b: refs/heads/master
c: 3c8cdf9
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Dec 5, 2010
1 parent 8e838ae commit ec7d56f
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: 88f23b8fa3e6357c423af24ec31c661fc12f884b
refs/heads/master: 3c8cdf9b60b98c5b408e2cfbcab3160e25e5af5a
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -5973,7 +5973,7 @@ void intel_init_clock_gating(struct drm_device *dev)
"Disable RC6\n");
}

if (I915_HAS_RC6(dev) && drm_core_check_feature(dev, DRIVER_MODESET)) {
if (IS_GEN4(dev) && IS_MOBILE(dev)) {
if (dev_priv->pwrctx == NULL)
dev_priv->pwrctx = intel_alloc_context_page(dev);
if (dev_priv->pwrctx) {
Expand Down

0 comments on commit ec7d56f

Please sign in to comment.