Lines Matching refs:eright
75 int eright; /* exclusive */ member
147 w = msmfb->update_info.eright - x; in msmfb_start_dma()
152 msmfb->update_info.eright = 0; in msmfb_start_dma()
194 uint32_t eright, uint32_t ebottom, 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()
269 if (eright > msmfb->update_info.eright) in msmfb_pan_update()
270 msmfb->update_info.eright = eright; in msmfb_pan_update()
275 msmfb->update_info.eright, msmfb->update_info.ebottom, in msmfb_pan_update()
294 uint32_t eright, uint32_t ebottom) in msmfb_update() argument
296 msmfb_pan_update(info, left, top, eright, ebottom, 0, 0); in msmfb_update()