Lines Matching refs:refresh
383 static void calc_mode_timings(int xres, int yres, int refresh, in calc_mode_timings() argument
394 refresh, var, NULL); in calc_mode_timings()
398 mode->refresh = refresh; in calc_mode_timings()
514 int xres, yres = 0, refresh, ratio; in get_std_timing() local
539 refresh = (block[1] & 0x3f) + 60; in get_std_timing()
540 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing()
542 calc_mode_timings(xres, yres, refresh, mode); in get_std_timing()
586 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing()
1351 fbmode->refresh = vm->pixelclock / total; in fb_videomode_from_videomode()
1354 fbmode->refresh = 0; in fb_videomode_from_videomode()
1366 m->xres, m->yres, m->refresh, m->pixclock, m->left_margin, in dump_fb_videomode()