mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 23:00:11 +01:00
remove debug
This commit is contained in:
parent
952e91e3c3
commit
f535716565
1 changed files with 5 additions and 5 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue