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()
1345 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector() argument
1354 fb_edid_to_monspecs(edid, specs); in tdfxfb_probe_i2c_connector()
1376 struct fb_monspecs *specs; in tdfxfb_probe() local
1482 specs = &info->monspecs; in tdfxfb_probe()
1487 err = tdfxfb_probe_i2c_connector(default_par, specs); in tdfxfb_probe()
1490 if (specs->modedb == NULL) in tdfxfb_probe()
1495 fb_videomode_to_modelist(specs->modedb, in tdfxfb_probe()
1496 specs->modedb_len, in tdfxfb_probe()
1498 m = fb_find_best_display(specs, &info->modelist); in tdfxfb_probe()
1515 specs->modedb, specs->modedb_len, in tdfxfb_probe()
1522 fb_destroy_modedb(specs->modedb); in tdfxfb_probe()
1523 specs->modedb = NULL; in tdfxfb_probe()