drm/nouveau: expose the full object/event interfaces to userspace

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2014-08-10 04:10:31 +10:00
parent 771fa0e4d0
commit 27111a23d0
9 changed files with 427 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
#ifndef __NOUVEAU_USIF_H__
#define __NOUVEAU_USIF_H__
void usif_client_init(struct nouveau_cli *);
void usif_client_fini(struct nouveau_cli *);
int usif_ioctl(struct drm_file *, void __user *, u32);
int usif_notify(const void *, u32, const void *, u32);
#endif