Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254179
b: refs/heads/master
c: 2573282
h: refs/heads/master
i:
  254177: 44f8f87
  254175: 8297a3c
v: v3
  • Loading branch information
Ben Widawsky authored and Keith Packard committed Jun 28, 2011
1 parent 19070e0 commit 536754c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7c9017e5b77118439952fe8dc22809bae4fae4b6
refs/heads/master: 25732821cb965f00475922ca46e84f78e4bada95
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,9 @@ int i915_reset(struct drm_device *dev, u8 flags)
} else switch (INTEL_INFO(dev)->gen) {
case 6:
ret = gen6_do_reset(dev, flags);
/* If reset with a user forcewake, try to restore */
if (atomic_read(&dev_priv->forcewake_count))
__gen6_gt_force_wake_get(dev_priv);
break;
case 5:
ret = ironlake_do_reset(dev, flags);
Expand Down

0 comments on commit 536754c

Please sign in to comment.