Searched refs:std_timings (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.c1376 static const sun_timing_t std_timings[] = { variable
1417 int i; /* Loop ctr / std_timings[] index */
1422 * Look for the video mode name in the built-in std_timings[] table
1424 for (i = 0; std_timings[i].width != 0; i += 1) {
1425 if ((width == std_timings[i].width) &&
1426 (height == std_timings[i].height) &&
1427 (frequency == std_timings[i].frequency)) {
1428 return (std_timings[i].name);

Completed in 1438 milliseconds