summaryrefslogtreecommitdiff
path: root/bsd-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-08-17 22:59:00 +0000
committerDave Airlie <airlied@linux.ie>2005-08-17 22:59:00 +0000
commit8ac2fcb193c79ea8b2bd4d99b595d56f557c15f3 (patch)
tree5d300348fd85232eed3e665e59855144f637712c /bsd-core
parent7779659390afc5608655e617aa3f2c88b7e071c5 (diff)
add agp buffer token
Diffstat (limited to 'bsd-core')
-rw-r--r--bsd-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h
index cd1aca91..7e16fe66 100644
--- a/bsd-core/drmP.h
+++ b/bsd-core/drmP.h
@@ -767,6 +767,7 @@ struct drm_device {
drm_sg_mem_t *sg; /* Scatter gather memory */
atomic_t *ctx_bitmap;
void *dev_private;
+ unsigned int agp_buffer_token;
drm_local_map_t *agp_buffer_map;
};