X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nouveau%2Fnouveau_channel.h;h=d61a4c0d87812e0e2c0699b329fee016ce0ce3a2;hb=09b1062628f2cbddb3ebae20e7b3b8a0a93acebf;hp=ddcf8e49b9fcfbd60264cbf5ff422971310d9d58;hpb=1b9187c43a0c17600611edb9e299141748e87974;p=android-x86%2Fexternal-libdrm.git diff --git a/nouveau/nouveau_channel.h b/nouveau/nouveau_channel.h index ddcf8e49..d61a4c0d 100644 --- a/nouveau/nouveau_channel.h +++ b/nouveau/nouveau_channel.h @@ -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 **);