Lines Matching refs:top
74 int top; member
146 y = msmfb->update_info.top; in msmfb_start_dma()
151 msmfb->update_info.top = msmfb->yres + 1; in msmfb_start_dma()
193 static void msmfb_pan_update(struct fb_info *info, uint32_t left, uint32_t top, in msmfb_pan_update() argument
204 left, top, eright, ebottom, yoffset, pan_display); in msmfb_pan_update()
254 if (left == 0 && top == 0 && eright == info->var.xres && in msmfb_pan_update()
267 if (top < msmfb->update_info.top) in msmfb_pan_update()
268 msmfb->update_info.top = top; in msmfb_pan_update()
274 msmfb->update_info.left, msmfb->update_info.top, in msmfb_pan_update()
293 static void msmfb_update(struct fb_info *info, uint32_t left, uint32_t top, in msmfb_update() argument
296 msmfb_pan_update(info, left, top, eright, ebottom, 0, 0); in msmfb_update()