summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_drm.h
diff options
context:
space:
mode:
authorBen Skeggs <darktama@iinet.net.au>2006-09-03 06:36:06 +1000
committerBen Skeggs <darktama@iinet.net.au>2006-09-03 06:36:06 +1000
commitb119966ae65c9ee74096cf0b246bf7703cb58ec4 (patch)
tree165b27304ff8768b37feff0ab56bffc5c5cefc1a /shared-core/nouveau_drm.h
parent97291a6ad05848b05af69e52453d93db1e96473b (diff)
Allow cmdbuf location(AGP,VRAM) and size to be configured.
Diffstat (limited to 'shared-core/nouveau_drm.h')
-rw-r--r--shared-core/nouveau_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/nouveau_drm.h b/shared-core/nouveau_drm.h
index 76fb3a17..1180a135 100644
--- a/shared-core/nouveau_drm.h
+++ b/shared-core/nouveau_drm.h
@@ -85,6 +85,8 @@ typedef struct drm_nouveau_getparam {
}
drm_nouveau_getparam_t;
+#define NOUVEAU_SETPARAM_CMDBUF_LOCATION 1
+#define NOUVEAU_SETPARAM_CMDBUF_SIZE 2
typedef struct drm_nouveau_setparam {
unsigned int param;
unsigned int value;