Lines Matching refs:hdisplay
1196 #define MODE_SIZE(m) ((m)->hdisplay * (m)->vdisplay)
1248 return (mode->htotal - mode->hdisplay == 160) &&
1249 (mode->hsync_end - mode->hdisplay == 80) &&
1273 if (hsize != ptr->hdisplay)
1466 /* According to the EDID spec, the hdisplay = hsize * 8 + 248 */
1498 if (m->hdisplay == hsize && m->vdisplay == vsize &&
1506 mode->hdisplay = 1366;
1586 if ((mode->hdisplay == cea_interlaced[i].w) &&
1661 mode->hdisplay = hactive;
1662 mode->hsync_start = mode->hdisplay + hsync_offset;
1664 mode->htotal = mode->hdisplay + hblank;
1776 if (t[13] && mode->hdisplay > 8 * (t[13] + (256 * (t[12]&0x3))))
1792 if (mode->hdisplay == m->hdisplay &&
1796 if (mode->hdisplay <= m->hdisplay &&
1830 if (mode->hdisplay == 1368 && mode->vdisplay == 768) {
1831 mode->hdisplay = 1366;
2950 * @hdisplay: the horizontal display limit
2954 * hdisplay/vdisplay is not beyond the given limit, it will be added.
2959 int hdisplay, int vdisplay)
2966 if (hdisplay < 0)
2967 hdisplay = 0;
2973 if (hdisplay && vdisplay) {
2979 if (ptr->hdisplay > hdisplay ||