diff vidix/mach64_vid.c @ 23048:7973a6935234

removed useless code from vidix drivers
author ben
date Sun, 22 Apr 2007 15:18:48 +0000
parents 82216ef041e0
children a74bda857a3c
line wrap: on
line diff
--- a/vidix/mach64_vid.c	Sun Apr 22 15:11:47 2007 +0000
+++ b/vidix/mach64_vid.c	Sun Apr 22 15:18:48 2007 +0000
@@ -770,14 +770,7 @@
     dest_h = config->dest.h;
     besr.fourcc = config->fourcc;
     ecp = (INPLL(PLL_VCLK_CNTL) & PLL_ECP_DIV) >> 4;
-#if 0
-{
-int i;
-for(i=0; i<32; i++){
-    printf("%X ", INPLL(i));
-}
-}
-#endif
+
     if(__verbose>0) printf("[mach64] ecp: %d\n", ecp);
     v_inc = src_h * mach64_get_vert_stretch();
     
@@ -950,13 +943,6 @@
     	off[i+3]= mach64_buffer_base[last_frame][i];
     }
 
-#if 0 // delay routine so the individual frames can be ssen better
-{
-volatile int i=0;
-for(i=0; i<10000000; i++);
-}
-#endif
-
     mach64_wait_for_idle();
     mach64_fifo_wait(7);