summaryrefslogtreecommitdiff
path: root/nvif/object.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:27 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 05:26:58 +1000
commitef953eed1f442560e7a03fe23d9c0fb79d254e6b (patch)
tree54465073d0e669e82ef540fa81f35764f85a5f00 /nvif/object.h
parent39e2197f793e11f18b9e67b322beebb89c104f78 (diff)
downloadnouveau-ef953eed1f442560e7a03fe23d9c0fb79d254e6b.tar.gz
disp: audit and version SCANOUTPOS method
The full object interfaces are about to be exposed to userspace, so we need to check for any security-related issues and version the structs to make it easier to handle any changes we may need in the future. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvif/object.h')
-rw-r--r--nvif/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvif/object.h b/nvif/object.h
index a5d82814a..fac3a3bbe 100644
--- a/nvif/object.h
+++ b/nvif/object.h
@@ -71,6 +71,5 @@ void nvif_object_unmap(struct nvif_object *);
/*XXX*/
#include <core/object.h>
#define nvkm_object(a) ((struct nouveau_object *)nvif_object(a)->priv)
-#define nvif_exec(a,b,c,d) nv_exec(nvkm_object(a), (b), (c), (d))
#endif