Lines Matching refs:sttt_xres
112 static int sttt_xres = 640, st_yres = 400, tt_yres = 480; variable
622 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2) in tt_decode_var()
625 xres = sttt_xres * 2; in tt_decode_var()
629 if (bpp > 8 || xres > sttt_xres || yres > tt_yres) in tt_decode_var()
632 if (xres > sttt_xres / 2 || yres > tt_yres) in tt_decode_var()
635 xres = sttt_xres / 2; in tt_decode_var()
639 if (xres > sttt_xres || yres > tt_yres) in tt_decode_var()
641 if (xres > sttt_xres / 2 || yres > st_yres / 2) { in tt_decode_var()
643 xres = sttt_xres; in tt_decode_var()
648 xres = sttt_xres / 2; in tt_decode_var()
653 if (xres > sttt_xres || yres > st_yres / 2) in tt_decode_var()
656 xres = sttt_xres; in tt_decode_var()
659 } else if (var->xres > sttt_xres || var->yres > st_yres) { in tt_decode_var()
663 xres = sttt_xres; in tt_decode_var()
716 var->xres = sttt_xres / 2; in tt_encode_var()
722 var->xres = sttt_xres; in tt_encode_var()
728 var->xres = sttt_xres; in tt_encode_var()
734 var->xres = sttt_xres / 2; in tt_encode_var()
740 var->xres = sttt_xres; in tt_encode_var()
747 var->xres = sttt_xres * 2; in tt_encode_var()
1849 if (bpp > 1 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1852 xres = sttt_xres; in stste_decode_var()
1856 if (bpp > 4 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1859 if (xres > sttt_xres / 2 || yres > st_yres / 2) in stste_decode_var()
1862 xres = sttt_xres / 2; in stste_decode_var()
1866 if (xres > sttt_xres || yres > st_yres / 2) in stste_decode_var()
1869 xres = sttt_xres; in stste_decode_var()
1924 var->xres = sttt_xres / 2; in stste_encode_var()
1929 var->xres = sttt_xres; in stste_encode_var()
1934 var->xres = sttt_xres; in stste_encode_var()
2948 sttt_xres = xres; in atafb_setup_int()