Lines Matching defs:vdisplay
503 mode->vdisplay = vactive;
504 mode->vsync_start = mode->vdisplay + vfp;
529 * @vdisplay: vdisplay size
548 unsigned int vdisplay,
584 pixel_clock_hz, hdisplay, vdisplay, interlace);
600 * @vdisplay: vdisplay size
607 * according to the hdisplay, vdisplay, vrefresh.
621 int vdisplay, int vrefresh,
641 if (!hdisplay || !vdisplay)
675 vdisplay_rnd = vdisplay / 2;
677 vdisplay_rnd = vdisplay;
684 drm_mode->vdisplay = vdisplay + 2 * vmargin;
693 if (!(vdisplay % 3) && ((vdisplay * 4 / 3) == hdisplay))
695 else if (!(vdisplay % 9) && ((vdisplay * 16 / 9) == hdisplay))
697 else if (!(vdisplay % 10) && ((vdisplay * 16 / 10) == hdisplay))
699 else if (!(vdisplay % 4) && ((vdisplay * 5 / 4) == hdisplay))
701 else if (!(vdisplay % 9) && ((vdisplay * 15 / 9) == hdisplay))
764 drm_mode->vsync_start = drm_mode->vdisplay + CVT_MIN_V_PORCH;
796 drm_mode->vsync_start = drm_mode->vdisplay + CVT_RB_VFPORCH;
828 * @vdisplay: vdisplay size
846 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay,
879 if (!hdisplay || !vdisplay)
899 vdisplay_rnd = vdisplay / 2;
901 vdisplay_rnd = vdisplay;
994 drm_mode->vdisplay = vdisplay_rnd;
1020 * @vdisplay: vdisplay size
1051 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh,
1054 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh,
1076 dmode->vdisplay = vm->vactive;
1077 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch;
1117 vm->vactive = dmode->vdisplay;
1118 vm->vfront_porch = dmode->vsync_start - dmode->vdisplay;
1265 * Set the name of @mode to a standard format which is <hdisplay>x<vdisplay>
1273 mode->hdisplay, mode->vdisplay,
1311 * drm_mode_get_hv_timing - Fetches hdisplay/vdisplay for given mode
1314 * @vdisplay: vdisplay value to fill in
1316 * The vdisplay value will be doubled if the specified mode is a stereo mode of
1320 int *hdisplay, int *vdisplay)
1328 *vdisplay = adjusted.crtc_vdisplay;
1358 p->crtc_vdisplay = p->vdisplay;
1479 mode1->vdisplay == mode2->vdisplay &&
1648 if (mode->vdisplay == 0 ||
1649 mode->vsync_start < mode->vdisplay ||
1707 if (maxY > 0 && mode->vdisplay > maxY)
1853 diff = b->hdisplay * b->vdisplay - a->hdisplay * a->vdisplay;
2604 out->vdisplay = in->vdisplay;
2664 out->vdisplay = in->vdisplay;