Provided by:
kernel-doc-2.4.27_2.4.27-12_all 
NAME
fbgen_do_set_var - change the video mode
SYNOPSIS
int fbgen_do_set_var (struct fb_var_screeninfo *var, int isactive,
struct fb_info_gen *info);
ARGUMENTS
var frame buffer user defined part of display
isactive boolean, 0 inactive, 1 active
info generic frame buffer info structure
DESCRIPTION
Change the video mode settings for device info. If isactive is non-
zero, the changes will be activated immediately.
Return negative errno on error, or zero for success.