Searched refs:ml_vfreq (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.c1450 int ml_vfreq; /* Computed vertical frequency */ local
1460 ml_vfreq = mode_ptr->ml_htotal * mode_ptr->ml_vtotal;
1461 if (ml_vfreq <= 0) {
1464 ml_vfreq = mode_ptr->ml_clock * 1000 / ml_vfreq;
1471 (frequency == ml_vfreq)) {

Completed in 12 milliseconds