Searched refs:ebottom (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/msm/
H A Dmsm_fb.c76 int ebottom; /* exclusive */ member in struct:msmfb_info::__anon10574
148 h = msmfb->update_info.ebottom - y; msmfb_start_dma()
153 msmfb->update_info.ebottom = 0; msmfb_start_dma()
194 uint32_t eright, uint32_t ebottom, msmfb_pan_update()
204 left, top, eright, ebottom, yoffset, pan_display); msmfb_pan_update()
255 ebottom == info->var.yres) { msmfb_pan_update()
271 if (ebottom > msmfb->update_info.ebottom) msmfb_pan_update()
272 msmfb->update_info.ebottom = ebottom; msmfb_pan_update()
275 msmfb->update_info.eright, msmfb->update_info.ebottom, msmfb_pan_update()
294 uint32_t eright, uint32_t ebottom) msmfb_update()
296 msmfb_pan_update(info, left, top, eright, ebottom, 0, 0); msmfb_update()
193 msmfb_pan_update(struct fb_info *info, uint32_t left, uint32_t top, uint32_t eright, uint32_t ebottom, uint32_t yoffset, int pan_display) msmfb_pan_update() argument
293 msmfb_update(struct fb_info *info, uint32_t left, uint32_t top, uint32_t eright, uint32_t ebottom) msmfb_update() argument

Completed in 57 milliseconds