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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c113 static int sttt_xres = 640, st_yres = 400, tt_yres = 480; variable
631 if (bpp > 1 || xres > sttt_xres * 2 || yres > tt_yres * 2)
634 xres = sttt_xres * 2;
638 if (bpp > 8 || xres > sttt_xres || yres > tt_yres)
641 if (xres > sttt_xres / 2 || yres > tt_yres)
644 xres = sttt_xres / 2;
648 if (xres > sttt_xres || yres > tt_yres)
650 if (xres > sttt_xres / 2 || yres > st_yres / 2) {
652 xres = sttt_xres;
657 xres = sttt_xres /
[all...]

Completed in 76 milliseconds