search for: use_cal

Displaying 1 result from an estimated 1 matches for "use_cal".

2010 Jan 29
2
[PATCH 1/2] libdrm/nouveau: new optimized libdrm pushbuffer ABI
...eau_private.h b/nouveau/nouveau_private.h index 39758d1..0e526a1 100644 --- a/nouveau/nouveau_private.h +++ b/nouveau/nouveau_private.h @@ -39,8 +39,6 @@ #define CALPB_BUFFERS 4 #define CALPB_BUFSZ 16384 struct nouveau_pushbuf_priv { - struct nouveau_pushbuf base; - int no_aper_update; int use_cal; uint32_t cal_suffix0; @@ -50,7 +48,6 @@ struct nouveau_pushbuf_priv { int current_offset; unsigned *pushbuf; - unsigned size; unsigned marker; unsigned marker_relocs; diff --git a/nouveau/nouveau_pushbuf.c b/nouveau/nouveau_pushbuf.c index 7da3a47..b6af216 100644 --- a/nouveau/nouve...