Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 8th, 2010 | Syntax: None | Size: 0.67 KB | Hits: 85 | Expires: Never
Copy text to clipboard
  1. static void msmfb_pan_update(struct fb_info *info, uint32_t left, uint32_t top,
  2.                              uint32_t eright, uint32_t ebottom,
  3.                              uint32_t yoffset, int pan_display)
  4. {
  5.         struct msmfb_info *msmfb = info->par;
  6.         struct msm_panel_data *panel = msmfb->panel;
  7.         unsigned long irq_flags;
  8.         int sleeping;
  9.         int retry = 1;
  10. #if PRINT_FPS
  11.         ktime_t t1, t2;
  12.         static uint64_t pans;
  13.         static uint64_t dt;
  14.         t1 = ktime_get();
  15. #endif
  16.  
  17.         DLOG(SHOW_UPDATES, "update %d %d %d %d %d %d\n",
  18.                 left, top, eright, ebottom, yoffset, pan_display);
  19. printk(KERN_INFO "msmfb: 14");