1. NAME

fb_videomode_to_modelist - convert mode array to mode list

2. SYNOPSIS

void fb_videomode_to_modelist(const struct fb_videomode *  modedb , int  num , struct list_head *  head );

3. ARGUMENTS

modedb
    array of struct fb_videomode

num
    number of entries in array

head
    struct list_head of modelist

4. COPYRIGHT