OSDN Git Service

Turn boxes off again
authorKeith Whitwell <keith@tungstengraphics.com>
Sun, 29 Sep 2002 21:22:01 +0000 (21:22 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sun, 29 Sep 2002 21:22:01 +0000 (21:22 +0000)
shared-core/radeon_cp.c
shared/radeon_cp.c

index 60da1e4..c0fb63e 100644 (file)
@@ -1018,7 +1018,7 @@ static int radeon_do_init_cp( drm_device_t *dev, drm_radeon_init_t *init )
        }
 
        dev_priv->is_r200 = (init->func == RADEON_INIT_R200_CP);
-       dev_priv->do_boxes = 1;
+       dev_priv->do_boxes = 0;
        dev_priv->cp_mode = init->cp_mode;
 
        /* We don't support anything other than bus-mastering ring mode,
index 60da1e4..c0fb63e 100644 (file)
@@ -1018,7 +1018,7 @@ static int radeon_do_init_cp( drm_device_t *dev, drm_radeon_init_t *init )
        }
 
        dev_priv->is_r200 = (init->func == RADEON_INIT_R200_CP);
-       dev_priv->do_boxes = 1;
+       dev_priv->do_boxes = 0;
        dev_priv->cp_mode = init->cp_mode;
 
        /* We don't support anything other than bus-mastering ring mode,