Lines Matching refs:hdisplay
207 for (tv_mode = nv17_tv_modes; tv_mode->hdisplay; tv_mode++) {
219 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay &&
237 int hdisplay;
253 if (modes[i].hdisplay > output_mode->hdisplay ||
257 if (modes[i].hdisplay == output_mode->hdisplay &&
263 mode = drm_cvt_mode(encoder->dev, modes[i].hdisplay,
270 if (output_mode->hdisplay <= 720
271 || output_mode->hdisplay >= 1920) {
273 mode->hsync_start = (mode->hdisplay + (mode->htotal
274 - mode->hdisplay) * 9 / 10) & ~7;
315 if (mode->hdisplay > output_mode->hdisplay ||
533 regs->fp_horiz_regs[FP_DISPLAY_END] = output_mode->hdisplay - 1;
538 regs->fp_horiz_regs[FP_CRTC] = output_mode->hdisplay +
539 max((output_mode->hdisplay-600)/40 - 1, 1);