Searched refs:dt__hdisplay (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.c1659 int dt__hdisplay; /* Horizontal addressable pixels */ local
1712 //??? dt__hdisplay = dt->hborder + dt->hactive + dt->hborder;
1713 dt__hdisplay = dt->hactive;
1714 dt__hsyncstart = dt__hdisplay + dt->hsyncOffset;
1716 dt__htotal = dt__hdisplay + dt->hblanking;
1745 (dt__hdisplay == mode_ptr->ml_hdisplay) &&

Completed in 27 milliseconds