mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
Remove debug printf
This commit is contained in:
parent
c3b1d1e63c
commit
35fe61ce7b
1 changed files with 0 additions and 9 deletions
|
|
@ -898,10 +898,6 @@ static int __driValidateMode( struct MiniGLXDisplayRec *dpy )
|
|||
info->gen_int_cntl = INREG(RADEON_GEN_INT_CNTL);
|
||||
info->crtc_offset_cntl = INREG(RADEON_CRTC_OFFSET_CNTL);
|
||||
|
||||
fprintf(stderr, "saved: %x, %x\n",
|
||||
info->gen_int_cntl,
|
||||
info->crtc_offset_cntl);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
@ -911,11 +907,6 @@ static int __driPostValidateMode( struct MiniGLXDisplayRec *dpy )
|
|||
unsigned char *RADEONMMIO = dpy->MMIOAddress;
|
||||
RADEONInfoPtr info = dpy->driverInfo;
|
||||
|
||||
|
||||
fprintf(stderr, "modied: %x, %x\n",
|
||||
INREG(RADEON_GEN_INT_CNTL),
|
||||
INREG(RADEON_CRTC_OFFSET_CNTL));
|
||||
|
||||
/* Restore registers that fbdev has clobbered.
|
||||
*/
|
||||
OUTREG(RADEON_GEN_INT_CNTL, info->gen_int_cntl);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue