[go: nahoru, domu]

Searched defs:pan_display (Results 1 - 4 of 4) sorted by relevance

/drivers/video/fbdev/msm/
H A Dmsm_fb.c195 uint32_t yoffset, int pan_display)
204 left, top, eright, ebottom, yoffset, pan_display);
208 /* if we are sleeping, on a pan_display wait 10ms (to throttle back
213 if (pan_display)
221 if ((pan_display && msmfb->frame_requested != msmfb->frame_done) ||
252 if (pan_display) {
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) argument
/drivers/video/fbdev/aty/
H A Datyfb.h43 int pan_display; member in struct:aty_interrupt
/drivers/video/fbdev/intelfb/
H A Dintelfb.h269 int pan_display; member in struct:intelfb_vsync
/drivers/video/fbdev/
H A Datafb.c32 * - 29 Sep 97: Juergen: added Romans suggestion for pan_display
396 int (*pan_display)(struct fb_var_screeninfo *var, member in struct:fb_hwswitch
2297 static int pan_display(struct fb_var_screeninfo *var, struct fb_info *info) function
2323 .pan_display = pan_display,
2337 .pan_display = falcon_pan_display,
2350 .pan_display = pan_display
2468 if (fbhw->pan_display) {
2469 err = fbhw->pan_display(va
[all...]

Completed in 817 milliseconds