Searched defs:hactive (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.h171 int hactive; /* H Addr'able Video (Bytes #2,4) */ member in struct:__anon53
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c1616 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; local
1626 if (hactive < 64 || vactive < 64)
1645 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false);
1661 mode->hdisplay = hactive;

Completed in 19 milliseconds