Lines Matching refs:vrefresh
601 * @vrefresh: vrefresh rate
607 * according to the hdisplay, vdisplay, vrefresh.
621 int vdisplay, int vrefresh,
652 if (!vrefresh)
653 vrefresh = 60;
657 vfieldrate = vrefresh * 2;
659 vfieldrate = vrefresh;
829 * @vrefresh: vrefresh rate.
847 int vrefresh, bool interlaced, int margins,
905 vfieldrate_rqd = vrefresh * 2;
907 vfieldrate_rqd = vrefresh;
1021 * @vrefresh: vrefresh rate.
1051 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh,
1054 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh,
1279 * drm_mode_vrefresh - get the vrefresh of a mode
1283 * @modes's vrefresh rate in Hz, rounded to the nearest integer. Calculates the
2594 out->vrefresh = drm_mode_vrefresh(in);
2640 if (in->clock > INT_MAX || in->vrefresh > INT_MAX)