Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179906
b: refs/heads/master
c: 0d92971
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Jan 17, 2010
1 parent 1fe6c40 commit d27e080
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: ba59953d281747b1f7518a60f0ba8ff671cd0d65
refs/heads/master: 0d92971dd6973d865a873c24df2d7bfe06ec4486
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nv04_instmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ nv04_instmem_determine_amount(struct drm_device *dev)
* of vram. For now, only reserve a small piece until we know
* more about what each chipset requires.
*/
switch (dev_priv->chipset & 0xf0) {
switch (dev_priv->chipset) {
case 0x40:
case 0x47:
case 0x49:
Expand Down

0 comments on commit d27e080

Please sign in to comment.