aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nouveau/nouveau_drmif.h')
-rw-r--r--nouveau/nouveau_drmif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nouveau/nouveau_drmif.h b/nouveau/nouveau_drmif.h
index bc860d2e..ec226a22 100644
--- a/nouveau/nouveau_drmif.h
+++ b/nouveau/nouveau_drmif.h
@@ -35,6 +35,7 @@ struct nouveau_device_priv {
35 drm_context_t ctx; 35 drm_context_t ctx;
36 drmLock *lock; 36 drmLock *lock;
37 int needs_close; 37 int needs_close;
38 int has_bo_usage;
38}; 39};
39#define nouveau_device(n) ((struct nouveau_device_priv *)(n)) 40#define nouveau_device(n) ((struct nouveau_device_priv *)(n))
40 41