summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-10-28 13:06:54 +1000
committerDave Airlie <airlied@redhat.com>2010-10-28 13:06:54 +1000
commitbf60af579382a0d48f7a65a4cec88759cc8b683c (patch)
treec7f92a9271b6aa040bd2bbe494396916d0bf1961 /src/radeon_probe.h
parentfb22d0c06a7dc42216230e198ff443d8035e9d21 (diff)
dri2: reference count the client privates key/callback
This lets multi-screen work better, but still having issues after server recycle, but it doesn't crash at least.
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index dc19cce8..ce3b4e62 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -649,6 +649,7 @@ typedef struct
int FB_cnt; /* Map of FB region refcount */
int fd; /* for sharing across zaphod heads */
Bool fd_wakeup_registered; /* fd has already been registered for wakeup handling */
+ int dri2_info_cnt;
} RADEONEntRec, *RADEONEntPtr;
/* radeon_probe.c */