Lines Matching defs:hdisplay
2114 #define MODE_SIZE(m) ((m)->hdisplay * (m)->vdisplay)
2171 return (mode->htotal - mode->hdisplay == 160) &&
2172 (mode->hsync_end - mode->hdisplay == 80) &&
2197 if (hsize != ptr->hdisplay)
2393 /* According to the EDID spec, the hdisplay = hsize * 8 + 248 */
2425 if (m->hdisplay == hsize && m->vdisplay == vsize &&
2435 mode->hdisplay = 1366;
2515 if ((mode->hdisplay == cea_interlaced[i].w) &&
2590 mode->hdisplay = hactive;
2591 mode->hsync_start = mode->hdisplay + hsync_offset;
2593 mode->htotal = mode->hdisplay + hblank;
2706 if (t[13] && mode->hdisplay > 8 * (t[13] + (256 * (t[12]&0x3))))
2722 if (mode->hdisplay == m->hdisplay &&
2726 if (mode->hdisplay <= m->hdisplay &&
2760 if (mode->hdisplay == 1368 && mode->vdisplay == 768) {
2761 mode->hdisplay = 1366;
3704 return mode->hdisplay == stereo_mode->width &&
5045 mode->hdisplay = hactive;
5046 mode->hsync_start = mode->hdisplay + hsync;
5048 mode->htotal = mode->hdisplay + hblank;
5205 * @hdisplay: the horizontal display limit
5209 * hdisplay/vdisplay is not beyond the given limit, it will be added.
5214 int hdisplay, int vdisplay)
5221 if (hdisplay < 0)
5222 hdisplay = 0;
5228 if (hdisplay && vdisplay) {
5234 if (ptr->hdisplay > hdisplay ||
5265 if (mode->hdisplay == hpref &&