Lines Matching refs:sttt_xres
90 static int sttt_xres = 640, st_yres = 400, tt_yres = 480; variable
592 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2) in tt_decode_var()
595 xres = sttt_xres * 2; in tt_decode_var()
599 if (bpp > 8 || xres > sttt_xres || yres > tt_yres) in tt_decode_var()
602 if (xres > sttt_xres / 2 || yres > tt_yres) in tt_decode_var()
605 xres = sttt_xres / 2; in tt_decode_var()
609 if (xres > sttt_xres || yres > tt_yres) in tt_decode_var()
611 if (xres > sttt_xres / 2 || yres > st_yres / 2) { in tt_decode_var()
613 xres = sttt_xres; in tt_decode_var()
618 xres = sttt_xres / 2; in tt_decode_var()
623 if (xres > sttt_xres || yres > st_yres / 2) in tt_decode_var()
626 xres = sttt_xres; in tt_decode_var()
629 } else if (var->xres > sttt_xres || var->yres > st_yres) { in tt_decode_var()
633 xres = sttt_xres; in tt_decode_var()
686 var->xres = sttt_xres / 2; in tt_encode_var()
692 var->xres = sttt_xres; in tt_encode_var()
698 var->xres = sttt_xres; in tt_encode_var()
704 var->xres = sttt_xres / 2; in tt_encode_var()
710 var->xres = sttt_xres; in tt_encode_var()
717 var->xres = sttt_xres * 2; in tt_encode_var()
1819 if (bpp > 1 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1822 xres = sttt_xres; in stste_decode_var()
1826 if (bpp > 4 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1829 if (xres > sttt_xres / 2 || yres > st_yres / 2) in stste_decode_var()
1832 xres = sttt_xres / 2; in stste_decode_var()
1836 if (xres > sttt_xres || yres > st_yres / 2) in stste_decode_var()
1839 xres = sttt_xres; in stste_decode_var()
1894 var->xres = sttt_xres / 2; in stste_encode_var()
1899 var->xres = sttt_xres; in stste_encode_var()
1904 var->xres = sttt_xres; in stste_encode_var()
2918 sttt_xres = xres; in atafb_setup_int()