Home | History | Annotate | Download | only in drm

Lines Matching defs:refresh

181 	/* the CVT default refresh rate is 60Hz */
796 int refresh = 0;
799 refresh = mode->vrefresh;
813 refresh = DIV_ROUND_CLOSEST(num, den);
815 return refresh;
1461 unsigned int refresh;
1467 refresh = simple_strtol(str, end_ptr, 10);
1471 mode->refresh = refresh;
1751 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
1784 /* Try to locate the bpp and refresh specifiers, if any */
1816 return false; /* named + refresh is invalid */
1869 * Locate the end of the bpp / refresh, and parse the extras
1920 cmd->refresh_specified ? cmd->refresh : 60,
1926 cmd->refresh_specified ? cmd->refresh : 60,