Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307564
b: refs/heads/master
c: 0c75f33
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed May 24, 2012
1 parent e97bdba commit 176c943
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: 1a46098e910b96337f0fe3838223db43b923bad4
refs/heads/master: 0c75f332e50949b62add5d5fc3f7ee4829c8972a
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,9 @@ nouveau_card_init(struct drm_device *dev)
}
break;
case NV_C0:
nvc0_copy_create(dev, 0);
nvc0_copy_create(dev, 1);
case NV_D0:
nvc0_copy_create(dev, 0);
break;
default:
break;
Expand Down

0 comments on commit 176c943

Please sign in to comment.