Lines Matching refs:sttt_xres
90 static int sttt_xres = 640, st_yres = 400, tt_yres = 480; variable
600 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2) in tt_decode_var()
603 xres = sttt_xres * 2; in tt_decode_var()
607 if (bpp > 8 || xres > sttt_xres || yres > tt_yres) in tt_decode_var()
610 if (xres > sttt_xres / 2 || yres > tt_yres) in tt_decode_var()
613 xres = sttt_xres / 2; in tt_decode_var()
617 if (xres > sttt_xres || yres > tt_yres) in tt_decode_var()
619 if (xres > sttt_xres / 2 || yres > st_yres / 2) { in tt_decode_var()
621 xres = sttt_xres; in tt_decode_var()
626 xres = sttt_xres / 2; in tt_decode_var()
631 if (xres > sttt_xres || yres > st_yres / 2) in tt_decode_var()
634 xres = sttt_xres; in tt_decode_var()
637 } else if (var->xres > sttt_xres || var->yres > st_yres) { in tt_decode_var()
641 xres = sttt_xres; in tt_decode_var()
694 var->xres = sttt_xres / 2; in tt_encode_var()
700 var->xres = sttt_xres; in tt_encode_var()
706 var->xres = sttt_xres; in tt_encode_var()
712 var->xres = sttt_xres / 2; in tt_encode_var()
718 var->xres = sttt_xres; in tt_encode_var()
725 var->xres = sttt_xres * 2; in tt_encode_var()
1827 if (bpp > 1 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1830 xres = sttt_xres; in stste_decode_var()
1834 if (bpp > 4 || xres > sttt_xres || yres > st_yres) in stste_decode_var()
1837 if (xres > sttt_xres / 2 || yres > st_yres / 2) in stste_decode_var()
1840 xres = sttt_xres / 2; in stste_decode_var()
1844 if (xres > sttt_xres || yres > st_yres / 2) in stste_decode_var()
1847 xres = sttt_xres; in stste_decode_var()
1902 var->xres = sttt_xres / 2; in stste_encode_var()
1907 var->xres = sttt_xres; in stste_encode_var()
1912 var->xres = sttt_xres; in stste_encode_var()
2926 sttt_xres = xres; in atafb_setup_int()