Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156535
b: refs/heads/master
c: 819e006
h: refs/heads/master
i:
  156533: 9a0e74e
  156531: daa88c0
  156527: a0923ee
v: v3
  • Loading branch information
Roel Kluin authored and Eric Anholt committed Aug 5, 2009
1 parent 0d2a86f commit 134edd1
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: 9c9fe1f841745184bbc5460c6f3909fded3b929b
refs/heads/master: 819e0064634f580ab618189e657ea58341d214b7
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ int i915_restore_state(struct drm_device *dev)

for (i = 0; i < 16; i++) {
I915_WRITE(SWF00 + (i << 2), dev_priv->saveSWF0[i]);
I915_WRITE(SWF10 + (i << 2), dev_priv->saveSWF1[i+7]);
I915_WRITE(SWF10 + (i << 2), dev_priv->saveSWF1[i]);
}
for (i = 0; i < 3; i++)
I915_WRITE(SWF30 + (i << 2), dev_priv->saveSWF2[i]);
Expand Down

0 comments on commit 134edd1

Please sign in to comment.