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

/drivers/video/msm/
H A Dmsm_fb.c196 uint32_t yoffset, int pan_display)
205 left, top, eright, ebottom, yoffset, pan_display);
209 /* if we are sleeping, on a pan_display wait 10ms (to throttle back
214 if (pan_display)
222 if ((pan_display && msmfb->frame_requested != msmfb->frame_done) ||
253 if (pan_display) {
194 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/aty/
H A Datyfb.h43 int pan_display; member in struct:aty_interrupt
/drivers/video/intelfb/
H A Dintelfb.h269 int pan_display; member in struct:intelfb_vsync
/drivers/video/
H A Datafb.c32 * - 29 Sep 97: Juergen: added Romans suggestion for pan_display
395 int (*pan_display)(struct fb_var_screeninfo *var, member in struct:fb_hwswitch
2296 static int pan_display(struct fb_var_screeninfo *var, struct fb_info *info) function
2322 .pan_display = pan_display,
2336 .pan_display = falcon_pan_display,
2349 .pan_display = pan_display
2465 if (fbhw->pan_display) {
2466 err = fbhw->pan_display(va
[all...]

Completed in 112 milliseconds