OSDN Git Service

nouveau: Let the user choose the push buffer size.
[android-x86/external-libdrm.git] / nouveau / nouveau_channel.h
index ddcf8e4..d61a4c0 100644 (file)
@@ -49,7 +49,7 @@ struct nouveau_channel {
 
 int
 nouveau_channel_alloc(struct nouveau_device *, uint32_t fb, uint32_t tt,
-                     struct nouveau_channel **);
+                     int pushbuf_size, struct nouveau_channel **);
 
 void
 nouveau_channel_free(struct nouveau_channel **);