diff options
author | Dave Airlie <airlied@linux.ie> | 2005-08-17 22:59:00 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-08-17 22:59:00 +0000 |
commit | 8ac2fcb193c79ea8b2bd4d99b595d56f557c15f3 (patch) | |
tree | 5d300348fd85232eed3e665e59855144f637712c | |
parent | 7779659390afc5608655e617aa3f2c88b7e071c5 (diff) |
add agp buffer token
-rw-r--r-- | bsd-core/drmP.h | 1 |
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; }; |