Lines Matching defs:refresh
113 /* the CVT default refresh rate is 60Hz */
692 * Vertical refresh rate. It will be the result of actual value plus 0.5.
698 int refresh = 0;
702 refresh = mode->vrefresh;
709 refresh = (calc_val + vtotal / 2) / vtotal;
712 refresh *= 2;
714 refresh /= 2;
716 refresh /= mode->vscan;
718 return refresh;
1126 cmd->refresh_specified ? cmd->refresh : 60,
1132 cmd->refresh_specified ? cmd->refresh : 60,