Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263014
b: refs/heads/master
c: 92b79f4
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard committed Aug 15, 2011
1 parent 83c8a63 commit 4ac123f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c3613de92ebea302137d21d8938421c3f88d8741
refs/heads/master: 92b79f4322b8a2506bdd862f554a2a81ff0a2dad
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/i915_suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,8 @@ int i915_restore_state(struct drm_device *dev)
}
mutex_unlock(&dev->struct_mutex);

intel_init_clock_gating(dev);
if (drm_core_check_feature(dev, DRIVER_MODESET))
intel_init_clock_gating(dev);

if (IS_IRONLAKE_M(dev)) {
ironlake_enable_drps(dev);
Expand Down

0 comments on commit 4ac123f

Please sign in to comment.