Lines Matching full:specs
34 * While I _am_ grateful to 3Dfx for releasing the specs for Banshee,
473 DPRINTK("mode outside monitor's specs\n"); in tdfxfb_check_var()
1347 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector() argument
1356 fb_edid_to_monspecs(edid, specs); in tdfxfb_probe_i2c_connector()
1378 struct fb_monspecs *specs; in tdfxfb_probe() local
1480 specs = &info->monspecs; in tdfxfb_probe()
1485 err = tdfxfb_probe_i2c_connector(default_par, specs); in tdfxfb_probe()
1488 if (specs->modedb == NULL) in tdfxfb_probe()
1493 fb_videomode_to_modelist(specs->modedb, in tdfxfb_probe()
1494 specs->modedb_len, in tdfxfb_probe()
1496 m = fb_find_best_display(specs, &info->modelist); in tdfxfb_probe()
1513 specs->modedb, specs->modedb_len, in tdfxfb_probe()
1520 fb_destroy_modedb(specs->modedb); in tdfxfb_probe()
1521 specs->modedb = NULL; in tdfxfb_probe()