disable set hardware cursor log
author蔡枫 <cf@rock-chips.com>
Wed, 9 Mar 2011 03:31:33 +0000 (11:31 +0800)
committer蔡枫 <cf@rock-chips.com>
Wed, 9 Mar 2011 03:31:33 +0000 (11:31 +0800)
drivers/video/rk29_fb.c

index f9cb93903c94ba58aed0c0510e5fdde3cac1bc5c..08ed5bc01f85aebd5dd6c6d5af3f92329e3169fd 100755 (executable)
@@ -783,7 +783,7 @@ int rk29_set_cursor_pos(struct rk29fb_inf *inf, int x, int y)
     /* set data */
     if (x >= 0x800 || y >= 0x800 )
         return -EINVAL;
-       printk("%s: %08x,%08x \n",__func__, x, y);
+       //printk("%s: %08x,%08x \n",__func__, x, y);
     x += (screen->left_margin + screen->hsync_len);
     y += (screen->upper_margin + screen->vsync_len);
     LcdWrReg(inf, HWC_DSP_ST, v_BIT11LO(x)|v_BIT11HI(y));