summaryrefslogtreecommitdiff
path: root/src/nv_dma.h
diff options
context:
space:
mode:
authordarktama_ <darktama_>2006-07-08 13:53:00 +0000
committerDave Airlie <airlied@linux.ie>2006-08-25 19:01:21 +1000
commitca38f1d9d61393915515e1042204b35aeac863ba (patch)
treec1a2fcf4e4bd8411fc50e8df4e679fce2ce97983 /src/nv_dma.h
parentb9b880b83896defe06ce61c9aef2f5ae4eb4f37e (diff)
downloadxorg-driver-xf86-video-nouveau-ca38f1d9d61393915515e1042204b35aeac863ba.tar.gz
Remove FIFO and object handling out of the DDX. This commit makes the DDX dependant on the DRM to operate at all..
Diffstat (limited to 'src/nv_dma.h')
-rw-r--r--src/nv_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_dma.h b/src/nv_dma.h
index 67d3e87..88079db 100644
--- a/src/nv_dma.h
+++ b/src/nv_dma.h
@@ -69,7 +69,7 @@ CARD32 NVDmaCreateNotifier(NVPtr pNv, int target, CARD32 base_address);
#define NV_DMA_CONTEXT_FLAGS_MONO 0x8
void NVDmaCreateContextObject(NVPtr pNv, int handle, int class, CARD32 flags,
CARD32 dma_in, CARD32 dma_out, CARD32 dma_notifier);
-void NVInitDma(ScrnInfoPtr pScrn);
+Bool NVInitDma(ScrnInfoPtr pScrn);
enum DMAObjects {