add agp buffer token
authorDave Airlie <airlied@linux.ie>
Wed, 17 Aug 2005 22:59:00 +0000 (22:59 +0000)
committerDave Airlie <airlied@linux.ie>
Wed, 17 Aug 2005 22:59:00 +0000 (22:59 +0000)
bsd-core/drmP.h

index cd1aca9..7e16fe6 100644 (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;
 };