Searched refs:g_fbmode (Results 1 – 1 of 1) sorted by relevance
36 static const char *g_fbmode[] = {NULL, NULL}; variable784 if (!g_fbmode[index]) { in lynxfb_set_fbinfo()785 g_fbmode[index] = g_def_fbmode; in lynxfb_set_fbinfo()787 g_fbmode[index] = g_fbmode[0]; in lynxfb_set_fbinfo()791 ret = fb_find_mode(var, info, g_fbmode[index], in lynxfb_set_fbinfo()895 if (!g_fbmode[0]) { in sm750fb_setup()896 g_fbmode[0] = opt; in sm750fb_setup()898 "find fbmode0 : %s\n", g_fbmode[0]); in sm750fb_setup()899 } else if (!g_fbmode[1]) { in sm750fb_setup()900 g_fbmode[1] = opt; in sm750fb_setup()[all …]