summaryrefslogtreecommitdiff
path: root/src/nv_dma.h
diff options
context:
space:
mode:
authordarktama_ <darktama_>2006-08-20 14:40:43 +0000
committerDave Airlie <airlied@linux.ie>2006-08-25 19:04:40 +1000
commit00fd86dea8d2eaa561cc89a35046d15bcf92bb82 (patch)
tree780c96bb308a2074aa537c07093a6bf815cdd7c9 /src/nv_dma.h
parentd5c68d3f83f84ca67ee9df269b778bbed50851a0 (diff)
downloadxorg-driver-xf86-video-nouveau-00fd86dea8d2eaa561cc89a35046d15bcf92bb82.tar.gz
- Allocate notifiers with the DRM
- Rename agpMemory and friends to agpScratch and friends
Diffstat (limited to 'src/nv_dma.h')
-rw-r--r--src/nv_dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nv_dma.h b/src/nv_dma.h
index 100a3cb..d4893d8 100644
--- a/src/nv_dma.h
+++ b/src/nv_dma.h
@@ -55,8 +55,8 @@
#define NV_DMA_TARGET_AGP 3
void NVDmaCreateDMAObject(NVPtr pNv, int handle, int target, CARD32 base_address, CARD32 size, int access);
-Bool NVDmaWaitForNotifier(NVPtr pNv, int target, CARD32 base_address);
-void NVDmaCreateNotifier(NVPtr pNv, int handle, int target, CARD32 base_address);
+Bool NVDmaWaitForNotifier(NVPtr pNv, void *notifier);
+void *NVDmaCreateNotifier(NVPtr pNv, int handle);
#define NV_DMA_CONTEXT_FLAGS_PATCH_ROP_AND 0x1
#define NV_DMA_CONTEXT_FLAGS_PATCH_SRCCOPY 0x2