Find a videomode which exactly matches the timings in var
const struct fb_videomode * fb_match_mode(const struct fb_var_screeninfo * var, struct list_head * head);
var
pointer to struct fb_var_screeninfo
head
pointer to struct list_head of modelist
struct fb_videomode, NULL if none found