fbgen_do_set_var

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.