Lines Matching refs:st_yres
90 static int sttt_xres = 640, st_yres = 400, tt_yres = 480;
619 if (xres > sttt_xres / 2 || yres > st_yres / 2) {
627 yres = st_yres / 2;
631 if (xres > sttt_xres || yres > st_yres / 2)
635 yres = st_yres / 2;
637 } else if (var->xres > sttt_xres || var->yres > st_yres) {
642 yres = st_yres;
696 var->yres = st_yres / 2;
702 var->yres = st_yres / 2;
708 var->yres = st_yres;
1827 if (bpp > 1 || xres > sttt_xres || yres > st_yres)
1831 yres = st_yres;
1834 if (bpp > 4 || xres > sttt_xres || yres > st_yres)
1837 if (xres > sttt_xres / 2 || yres > st_yres / 2)
1841 yres = st_yres / 2;
1844 if (xres > sttt_xres || yres > st_yres / 2)
1848 yres = st_yres / 2;
1903 var->yres = st_yres / 2;
1908 var->yres = st_yres / 2;
1913 var->yres = st_yres;
1923 ovsc_addlen = linelen * (sttt_yres_virtual - st_yres);
2927 tt_yres = st_yres = simple_strtoul(p, NULL, 10);
2935 if (ovsc_offset || (sttt_yres_virtual != st_yres))