Searched refs:sttt_xres (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Datafb.c88 static int sttt_xres = 640, st_yres = 400, tt_yres = 480; variable
588 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2)
591 xres = sttt_xres * 2;
595 if (bpp > 8 || xres > sttt_xres || yres > tt_yres)
598 if (xres > sttt_xres / 2 || yres > tt_yres)
601 xres = sttt_xres / 2;
605 if (xres > sttt_xres || yres > tt_yres)
607 if (xres > sttt_xres / 2 || yres > st_yres / 2) {
609 xres = sttt_xres;
614 xres = sttt_xres /
[all...]

Completed in 219 milliseconds