summaryrefslogtreecommitdiff
path: root/bin/nv_rs32.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:21 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 04:43:28 +1000
commitb7c81f0355379b9d0fcdf624a8df1b7119f28efc (patch)
tree21c37810cbdc088158e06ee75ee303a4af99d0f2 /bin/nv_rs32.c
parentc0368d5441d90c6a2ac0583d7d2144c6d6baab8c (diff)
downloadnouveau-b7c81f0355379b9d0fcdf624a8df1b7119f28efc.tar.gz
nvif: import library functions for the ioctl/event interfaces
This is a wrapper around the interfaces defined in an earlier commit, and is also used by various userspace (either by a libdrm backend, or libpciaccess) tools/tests. In the future this will be extended to handle channels, replacing some long-unloved code we currently use, and allow fifo/display/mpeg (hi Ilia ;)) engines to all be exposed in the same way. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'bin/nv_rs32.c')
-rw-r--r--bin/nv_rs32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_rs32.c b/bin/nv_rs32.c
index 326f49fd9..d29eb8755 100644
--- a/bin/nv_rs32.c
+++ b/bin/nv_rs32.c
@@ -3,5 +3,5 @@
#define NAME "nv_rs32"
#define CAST u32
#define MAIN main
-#define RSYS nv_ro32
+#define RSYS nvif_rd32
#include "nv_rsfunc.h"