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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_edid.c1714 int hsync, hmin, hmax; local
1719 hmax = t[8];
1721 hmax += ((t[4] & 0x08) ? 255 : 0);
1724 return (hsync <= hmax && hsync >= hmin);

Completed in 16 milliseconds