Home
last modified time | relevance | path

Searched refs:eright (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/msm/
Dmsm_fb.c75 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
[all …]