• Home
  • Raw
  • Download

Lines Matching refs:yres

385 static void calc_mode_timings(int xres, int yres, int refresh,  in calc_mode_timings()  argument
394 var->yres = yres; in calc_mode_timings()
398 mode->yres = yres; in calc_mode_timings()
501 int xres, yres = 0, refresh, ratio, i; in get_std_timing() local
512 yres = xres; in get_std_timing()
514 yres = (xres * 10)/16; in get_std_timing()
517 yres = (xres * 3)/4; in get_std_timing()
520 yres = (xres * 4)/5; in get_std_timing()
523 yres = (xres * 9)/16; in get_std_timing()
528 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing()
531 vesa_modes[i].yres == yres && in get_std_timing()
538 calc_mode_timings(xres, yres, refresh, mode); in get_std_timing()
557 mode->yres = V_ACTIVE; in get_detailed_timing()
576 mode->yres *= 2; in get_detailed_timing()
722 vtotal = mode->yres + mode->lower_margin + mode->vsync_len in fb_get_monitor_limits()
899 var->yres = var->yres_virtual = V_ACTIVE; in fb_parse_edid()
1050 pr_debug("Adding %ux%u@%u\n", m[i].xres, m[i].yres, m[i].refresh); in fb_edid_add_monspecs()
1062 m[i].xres, m[i].yres, m[i].refresh); in fb_edid_add_monspecs()
1208 static u32 fb_get_hfreq(u32 vfreq, u32 yres) in fb_get_hfreq() argument
1213 hfreq = (yres + V_FRONTPORCH) * vfreq * 1000; in fb_get_hfreq()
1318 timings->vactive = var->yres; in fb_get_mode()
1390 fbmode->yres = vm->vactive; in fb_videomode_from_videomode()
1432 m->xres, m->yres, m->refresh, m->pixclock, m->left_margin, in dump_fb_videomode()
1536 vtotal = var->yres + var->lower_margin + var->vsync_len + in fb_validate_mode()