Lines Matching refs:st_yres
88 static int sttt_xres = 640, st_yres = 400, tt_yres = 480;
607 if (xres > sttt_xres / 2 || yres > st_yres / 2) {
615 yres = st_yres / 2;
619 if (xres > sttt_xres || yres > st_yres / 2)
623 yres = st_yres / 2;
625 } else if (var->xres > sttt_xres || var->yres > st_yres) {
630 yres = st_yres;
684 var->yres = st_yres / 2;
690 var->yres = st_yres / 2;
696 var->yres = st_yres;
1808 if (bpp > 1 || xres > sttt_xres || yres > st_yres)
1812 yres = st_yres;
1815 if (bpp > 4 || xres > sttt_xres || yres > st_yres)
1818 if (xres > sttt_xres / 2 || yres > st_yres / 2)
1822 yres = st_yres / 2;
1825 if (xres > sttt_xres || yres > st_yres / 2)
1829 yres = st_yres / 2;
1884 var->yres = st_yres / 2;
1889 var->yres = st_yres / 2;
1894 var->yres = st_yres;
1904 ovsc_addlen = linelen * (sttt_yres_virtual - st_yres);
2859 tt_yres = st_yres = simple_strtoul(p, NULL, 10);
2867 if (ovsc_offset || (sttt_yres_virtual != st_yres))