Lines Matching refs:refresh
381 static void calc_mode_timings(int xres, int yres, int refresh, in calc_mode_timings() argument
392 refresh, var, NULL); in calc_mode_timings()
396 mode->refresh = refresh; in calc_mode_timings()
512 int xres, yres = 0, refresh, ratio; in get_std_timing() local
537 refresh = (block[1] & 0x3f) + 60; in get_std_timing()
538 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing()
540 calc_mode_timings(xres, yres, refresh, mode); in get_std_timing()
584 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing()
1348 fbmode->refresh = vm->pixelclock / (htotal * vtotal); in fb_videomode_from_videomode()
1351 fbmode->refresh = 0; in fb_videomode_from_videomode()
1363 m->xres, m->yres, m->refresh, m->pixclock, m->left_margin, in dump_fb_videomode()