Fix tt fixed size that slipped through in previous commit.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 27 Sep 2006 07:31:39 +0000 (09:31 +0200)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Wed, 27 Sep 2006 07:31:39 +0000 (09:31 +0200)
linux-core/drm_bo.c

index 4f1c417..f479c81 100644 (file)
@@ -1562,7 +1562,7 @@ int drm_mm_init_ioctl(DRM_IOCTL_ARGS)
                if (arg.req.tt_p_size) {
                        ret = drm_mm_init(&bm->tt_manager,
                                          arg.req.tt_p_offset,
-                                         3000 /*arg.req.tt_p_size*/);
+                                         arg.req.tt_p_size);
                        bm->has_tt = 1;
                        bm->use_tt = 1;