Home | History | Annotate | Download | only in modetest

Lines Matching refs:vrefresh

822 	float vrefresh;
851 const float vrefresh)
868 user_mode.clock = roundf(user_mode.htotal * user_mode.vtotal * vrefresh / 1000);
869 user_mode.vrefresh = roundf(vrefresh);
897 if (vrefresh == 0)
899 else if (fabs(mode_vrefresh(mode) - vrefresh) < 0.005)
963 pipe->mode_str, pipe->vrefresh);
965 if (pipe->vrefresh)
969 pipe->mode_str, pipe->vrefresh, pipe->cons[i]);
1980 pipe->vrefresh = 0;
2033 pipe->vrefresh = strtof(p + 1, &endp_tok);
2156 fprintf(stderr, "\t\t<hdisp>x<vdisp>[-<vrefresh>]\n");
2157 fprintf(stderr, "\t\t<hdisp>,<hss>,<hse>,<htot>,<vdisp>,<vss>,<vse>,<vtot>-<vrefresh>\n");
2187 fprintf(stderr, "\tnamed-mode\t::= width 'x' height ( '-' vrefresh )? ;\n");
2188 fprintf(stderr, "\tcustom-mode\t::= hdisplay ',' hsyncstart ',' hsyncend ',' htotal ',' vdisplay ',' vsyncstart ',' vsyncend ',' vtotal '-' vrefresh ;\n");