Searched refs:ebottom (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/msm/ |
D | msm_fb.c | 76 int ebottom; /* exclusive */ member 148 h = msmfb->update_info.ebottom - y; in msmfb_start_dma() 153 msmfb->update_info.ebottom = 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() 255 ebottom == info->var.yres) { in msmfb_pan_update() 271 if (ebottom > msmfb->update_info.ebottom) in msmfb_pan_update() 272 msmfb->update_info.ebottom = ebottom; 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 [all …]
|