Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345405
b: refs/heads/master
c: 944234d
h: refs/heads/master
i:
  345403: aa6f46f
v: v3
  • Loading branch information
Ben Skeggs committed Nov 28, 2012
1 parent a384f5d commit 1b90c03
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: 370c00f939c5dddd527ab5cfa8740ba7683ac630
refs/heads/master: 944234d6a2c46a4666533904b7ea8c79807e9072
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ nv50_disp_dmac_create_(struct nouveau_object *parent,
case NV_MEM_TARGET_VRAM:
dmac->push = 0x00000000 | dmac->pushdma->start >> 8;
break;
case NV_MEM_TARGET_PCI_NOSNOOP:
dmac->push = 0x00000003 | dmac->pushdma->start >> 8;
break;
default:
return -EINVAL;
}
Expand Down

0 comments on commit 1b90c03

Please sign in to comment.