Lines Matching refs:refresh
384 static void calc_mode_timings(int xres, int yres, int refresh, in calc_mode_timings() argument
395 refresh, var, NULL); in calc_mode_timings()
399 mode->refresh = refresh; in calc_mode_timings()
515 int xres, yres = 0, refresh, ratio; in get_std_timing() local
540 refresh = (block[1] & 0x3f) + 60; in get_std_timing()
541 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing()
543 calc_mode_timings(xres, yres, refresh, mode); in get_std_timing()
587 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing()
1352 fbmode->refresh = vm->pixelclock / total; in fb_videomode_from_videomode()
1355 fbmode->refresh = 0; in fb_videomode_from_videomode()
1367 m->xres, m->yres, m->refresh, m->pixclock, m->left_margin, in dump_fb_videomode()