summaryrefslogtreecommitdiff
path: root/src/nv_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_proto.h')
-rw-r--r--src/nv_proto.h25
1 files changed, 11 insertions, 14 deletions
diff --git a/src/nv_proto.h b/src/nv_proto.h
index 52e956a..df6cbfb 100644
--- a/src/nv_proto.h
+++ b/src/nv_proto.h
@@ -20,20 +20,17 @@ NVAllocRec *NVAllocateMemory(NVPtr pNv, int type, int size);
void NVFreeMemory(NVPtr pNv, NVAllocRec *mem);
/* in nv_notifier.c */
-struct drm_nouveau_notifier_alloc *NVNotifierAlloc(ScrnInfoPtr,uint32_t handle);
-void NVNotifierDestroy(ScrnInfoPtr,
- struct drm_nouveau_notifier_alloc *);
-void NVNotifierReset(ScrnInfoPtr,
- struct drm_nouveau_notifier_alloc *);
-uint32_t NVNotifierStatus(ScrnInfoPtr,
- struct drm_nouveau_notifier_alloc *);
-uint32_t NVNotifierErrorCode(ScrnInfoPtr,
- struct drm_nouveau_notifier_alloc *);
-uint32_t NVNotifierReturnVal(ScrnInfoPtr,
- struct drm_nouveau_notifier_alloc *);
-Bool NVNotifierWaitStatus(ScrnInfoPtr,
- struct drm_nouveau_notifier_alloc *,
- uint32_t status, uint32_t timeout);
+struct drm_nouveau_notifierobj_alloc *
+NVNotifierAlloc(ScrnInfoPtr, uint32_t handle);
+void NVNotifierDestroy(ScrnInfoPtr, struct drm_nouveau_notifierobj_alloc *);
+void NVNotifierReset(ScrnInfoPtr, struct drm_nouveau_notifierobj_alloc *);
+uint32_t NVNotifierStatus(ScrnInfoPtr, struct drm_nouveau_notifierobj_alloc *);
+uint32_t NVNotifierErrorCode(ScrnInfoPtr,
+ struct drm_nouveau_notifierobj_alloc *);
+uint32_t NVNotifierReturnVal(ScrnInfoPtr,
+ struct drm_nouveau_notifierobj_alloc *);
+Bool NVNotifierWaitStatus(ScrnInfoPtr, struct drm_nouveau_notifierobj_alloc *,
+ uint32_t status, uint32_t timeout);
/* in nv_dri.c */
unsigned int NVDRMGetParam(NVPtr pNv, unsigned int param);