Lines Matching full:specs
34 * While I _am_ grateful to 3Dfx for releasing the specs for Banshee,
472 DPRINTK("mode outside monitor's specs\n"); in tdfxfb_check_var()
1346 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector() argument
1355 fb_edid_to_monspecs(edid, specs); in tdfxfb_probe_i2c_connector()
1377 struct fb_monspecs *specs; in tdfxfb_probe() local
1483 specs = &info->monspecs; in tdfxfb_probe()
1488 err = tdfxfb_probe_i2c_connector(default_par, specs); in tdfxfb_probe()
1491 if (specs->modedb == NULL) in tdfxfb_probe()
1496 fb_videomode_to_modelist(specs->modedb, in tdfxfb_probe()
1497 specs->modedb_len, in tdfxfb_probe()
1499 m = fb_find_best_display(specs, &info->modelist); in tdfxfb_probe()
1516 specs->modedb, specs->modedb_len, in tdfxfb_probe()
1523 fb_destroy_modedb(specs->modedb); in tdfxfb_probe()
1524 specs->modedb = NULL; in tdfxfb_probe()