drm: updated DRM map patch for 32/64 bit systems
[deliverable/linux.git] / drivers / char / drm / i830_dma.c
index 80d8966397c1f924f870df0da9f35800a6424be9..697cefccd007c0b8fcefaf25bd6b821c837a1fc2 100644 (file)
@@ -358,6 +358,7 @@ static int i830_dma_initialize(drm_device_t *dev,
                DRM_ERROR("can not find mmio map!\n");
                return -EINVAL;
        }
+       dev->agp_buffer_token = init->buffers_offset;
        dev->agp_buffer_map = drm_core_findmap(dev, init->buffers_offset);
        if(!dev->agp_buffer_map) {
                dev->dev_private = (void *)dev_priv;
This page took 0.025684 seconds and 5 git commands to generate.