aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nouveau_fifo.c
diff options
context:
space:
mode:
authorArthur Huillet <arthur.huillet@free.fr>2007-07-12 02:35:39 +0200
committerArthur Huillet <arthur.huillet@free.fr>2007-07-12 02:35:39 +0200
commit5fbdf9da8bda996c0a474d13fe69d260f12ffce7 (patch)
tree0d4fd6a2d66d4670aa17fc88c546b5a5c7abb049 /shared-core/nouveau_fifo.c
parentb301a9051b3fd9ad3dce6bcf32b06da7953a8b91 (diff)
fixed object creation code to not Oops on 64bits, worked around memalloc not working on 64bit for PCIGART
Diffstat (limited to 'shared-core/nouveau_fifo.c')
-rw-r--r--shared-core/nouveau_fifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_fifo.c b/shared-core/nouveau_fifo.c
index 88f66d70..7bcb1c8f 100644
--- a/shared-core/nouveau_fifo.c
+++ b/shared-core/nouveau_fifo.c
@@ -217,7 +217,7 @@ nouveau_fifo_cmdbuf_alloc(struct drm_device *dev, int channel)
cb->size,
NV_DMA_ACCESS_RO, NV_DMA_TARGET_AGP, &pushbuf);
} else if ( cb->flags & NOUVEAU_MEM_PCI) {
- DRM_DEBUG("Creating CB in PCI memory\n", cb->start, cb->size);
+ DRM_DEBUG("Creating CB in PCI memory\n");
ret = nouveau_gpuobj_dma_new(dev, channel,
NV_CLASS_DMA_IN_MEMORY,
cb->start,