Lines Matching refs:vrefresh
121 * @vrefresh: vrefresh rate
127 * according to the hdisplay, vdisplay, vrefresh.
141 int vdisplay, int vrefresh,
172 if (!vrefresh)
173 vrefresh = 60;
177 vfieldrate = vrefresh * 2;
179 vfieldrate = vrefresh;
349 * @vrefresh: vrefresh rate.
367 int vrefresh, bool interlaced, int margins,
425 vfieldrate_rqd = vrefresh * 2;
427 vfieldrate_rqd = vrefresh;
541 * @vrefresh: vrefresh rate.
571 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh,
574 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh,
751 * drm_mode_vrefresh - get the vrefresh of a mode
755 * @modes's vrefresh rate in Hz, rounded to the nearest integer. Calculates the
1914 out->vrefresh = drm_mode_vrefresh(in);
1960 if (in->clock > INT_MAX || in->vrefresh > INT_MAX)