Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218197
b: refs/heads/master
c: b6fd780
h: refs/heads/master
i:
  218195: 16060d0
v: v3
  • Loading branch information
Ben Skeggs committed Sep 24, 2010
1 parent d24b68f commit b24d3c2
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: 17b20348ea94a92a54898c518b514c564d12e4c3
refs/heads/master: b6fd780791e9189b781e27a443d47bd21ce5145f
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_sgdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ nouveau_sgdma_init(struct drm_device *dev)
}

dev_priv->gart_info.sg_dummy_page =
alloc_page(GFP_KERNEL|__GFP_DMA32);
alloc_page(GFP_KERNEL|__GFP_DMA32|__GFP_ZERO);
if (!dev_priv->gart_info.sg_dummy_page) {
nouveau_gpuobj_ref(NULL, &gpuobj);
return -ENOMEM;
Expand Down

0 comments on commit b24d3c2

Please sign in to comment.