Lines Matching refs:hdisplay
208 for (tv_mode = nv17_tv_modes; tv_mode->hdisplay; tv_mode++) {
220 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay &&
238 int hdisplay;
254 if (modes[i].hdisplay > output_mode->hdisplay ||
258 if (modes[i].hdisplay == output_mode->hdisplay &&
264 mode = drm_cvt_mode(encoder->dev, modes[i].hdisplay,
271 if (output_mode->hdisplay <= 720
272 || output_mode->hdisplay >= 1920) {
274 mode->hsync_start = (mode->hdisplay + (mode->htotal
275 - mode->hdisplay) * 9 / 10) & ~7;
316 if (mode->hdisplay > output_mode->hdisplay ||
534 regs->fp_horiz_regs[FP_DISPLAY_END] = output_mode->hdisplay - 1;
539 regs->fp_horiz_regs[FP_CRTC] = output_mode->hdisplay +
540 max((output_mode->hdisplay-600)/40 - 1, 1);