.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "S1D13XXXFB_PAN_DISPLAY" "9" "09 October 2005" "" "" .SH NAME s1d13xxxfb_pan_display \- Pans the display. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int s1d13xxxfb_pan_display (struct fb_var_screeninfo * \fIvar\fB, struct fb_info * \fIinfo\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvar\fB\fR frame buffer variable screen structure .TP \fB\fIinfo\fB\fR frame buffer structure that represents a single frame buffer .SH "DESCRIPTION" .PP Pan (or wrap, depending on the `vmode' field) the display using the `yoffset' field of the `var' structure (`xoffset' not yet supported). If the values don't fit, return -EINVAL. .PP Returns negative errno on error, or zero on success.