Lines Matching refs:hdisplay
208 for (tv_mode = nv17_tv_modes; tv_mode->hdisplay; tv_mode++) {
222 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay &&
240 int hdisplay;
256 if (modes[i].hdisplay > output_mode->hdisplay ||
260 if (modes[i].hdisplay == output_mode->hdisplay &&
268 mode = drm_cvt_mode(encoder->dev, modes[i].hdisplay,
277 if (output_mode->hdisplay <= 720
278 || output_mode->hdisplay >= 1920) {
280 mode->hsync_start = (mode->hdisplay + (mode->htotal
281 - mode->hdisplay) * 9 / 10) & ~7;
322 if (mode->hdisplay > output_mode->hdisplay ||
540 regs->fp_horiz_regs[FP_DISPLAY_END] = output_mode->hdisplay - 1;
545 regs->fp_horiz_regs[FP_CRTC] = output_mode->hdisplay +
546 max((output_mode->hdisplay-600)/40 - 1, 1);