Lines Matching defs:vrefresh
821 float vrefresh;
850 const float vrefresh)
867 user_mode.clock = roundf(user_mode.htotal * user_mode.vtotal * vrefresh / 1000);
868 user_mode.vrefresh = roundf(vrefresh);
896 if (vrefresh == 0)
898 else if (fabs(mode_vrefresh(mode) - vrefresh) < 0.005)
962 pipe->mode_str, pipe->vrefresh);
964 if (pipe->vrefresh)
968 pipe->mode_str, pipe->vrefresh, pipe->cons[i]);
1978 pipe->vrefresh = 0;
2030 pipe->vrefresh = strtof(p + 1, &endp);
2143 fprintf(stderr, "\t\t<hdisp>x<vdisp>[-<vrefresh>]\n");
2144 fprintf(stderr, "\t\t<hdisp>,<hss>,<hse>,<htot>,<vdisp>,<vss>,<vse>,<vtot>-<vrefresh>\n");
2173 fprintf(stderr, "\tnamed-mode\t::= width 'x' height ( '-' vrefresh )? ;\n");
2174 fprintf(stderr, "\tcustom-mode\t::= hdisplay ',' hsyncstart ',' hsyncend ',' htotal ',' vdisplay ',' vsyncstart ',' vsyncend ',' vtotal '-' vrefresh ;\n");