diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-12-05 13:44:14 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-12-05 13:44:14 +0000 |
commit | f5357165655f3d31a745af4b99da3c38065d6f28 (patch) | |
tree | d02bde66b68401e8a8a61c8a8e188bc70191f7a6 | |
parent | 952e91e3c3c106f0281f980c424d46fada7293da (diff) |
remove debug
-rw-r--r-- | linux/mga_state.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/mga_state.c b/linux/mga_state.c index 112a1995..16919514 100644 --- a/linux/mga_state.c +++ b/linux/mga_state.c @@ -163,8 +163,8 @@ static inline void mga_g400_emit_tex0( drm_mga_private_t *dev_priv ) drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[0]; DMA_LOCALS; - printk("mga_g400_emit_tex0 %x %x %x\n", tex->texorg, - tex->texctl, tex->texctl2); +/* printk("mga_g400_emit_tex0 %x %x %x\n", tex->texorg, */ +/* tex->texctl, tex->texctl2); */ BEGIN_DMA( 6 ); @@ -207,8 +207,8 @@ static inline void mga_g400_emit_tex1( drm_mga_private_t *dev_priv ) drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[1]; DMA_LOCALS; - printk("mga_g400_emit_tex1 %x %x %x\n", tex->texorg, - tex->texctl, tex->texctl2); +/* printk("mga_g400_emit_tex1 %x %x %x\n", tex->texorg, */ +/* tex->texctl, tex->texctl2); */ BEGIN_DMA( 5 ); @@ -278,7 +278,7 @@ static inline void mga_g400_emit_pipe( drm_mga_private_t *dev_priv ) unsigned int pipe = sarea_priv->warp_pipe; DMA_LOCALS; - printk("mga_g400_emit_pipe %x\n", pipe); +/* printk("mga_g400_emit_pipe %x\n", pipe); */ BEGIN_DMA( 10 ); |