summaryrefslogtreecommitdiff
path: root/libdrm/nouveau/nouveau_drmif.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2009-05-26 14:14:04 +1000
committerBen Skeggs <bskeggs@redhat.com>2009-05-26 15:47:14 +1000
commitc65a343ed29c24f812ca919f40dfeee948b6f14a (patch)
tree5b63add0322f8ebff56a8c5d1483e4f2b84698db /libdrm/nouveau/nouveau_drmif.h
parent85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c (diff)
nouveau: bump for 0.0.13
Diffstat (limited to 'libdrm/nouveau/nouveau_drmif.h')
-rw-r--r--libdrm/nouveau/nouveau_drmif.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libdrm/nouveau/nouveau_drmif.h b/libdrm/nouveau/nouveau_drmif.h
index 37913257..c21fba2d 100644
--- a/libdrm/nouveau/nouveau_drmif.h
+++ b/libdrm/nouveau/nouveau_drmif.h
@@ -37,9 +37,6 @@ struct nouveau_device_priv {
int needs_close;
int mm_enabled;
-/*XXX: move to nouveau_device when interface gets bumped */
- uint64_t vram_aper_size;
- uint64_t gart_aper_size;
};
#define nouveau_device(n) ((struct nouveau_device_priv *)(n))