Lines Matching defs:vrefresh
56 mode->base.id, mode->name, mode->vrefresh, mode->clock,
68 * @vrefresh : vrefresh rate
78 * according to the hdisplay, vdisplay, vrefresh.
88 int vdisplay, int vrefresh,
114 if (!vrefresh)
115 vrefresh = 60;
119 vfieldrate = vrefresh * 2;
121 vfieldrate = vrefresh;
289 * @vrefresh :vrefresh rate.
304 int vrefresh, bool interlaced, int margins,
361 vfieldrate_rqd = vrefresh * 2;
363 vfieldrate_rqd = vrefresh;
477 * @vrefresh :vrefresh rate.
503 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh,
506 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, lace,
681 * drm_mode_vrefresh - get the vrefresh of a mode
687 * Return @mode's vrefresh rate in Hz or calculate it if necessary.
689 * FIXME: why is this needed? shouldn't vrefresh be set already?
701 if (mode->vrefresh > 0)
702 refresh = mode->vrefresh;
706 /* work out vrefresh the value will be x1000 */
1010 diff = b->vrefresh - a->vrefresh;