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

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

Completed in 18 milliseconds