add agp buffer token

This commit is contained in:
Dave Airlie 2005-08-17 22:59:00 +00:00
parent 7779659390
commit 8ac2fcb193

View file

@ -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;
};