Searched refs:st_yres (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
650 if (xres > sttt_xres / 2 || yres > st_yres / 2) {
658 yres = st_yres / 2;
662 if (xres > sttt_xres || yres > st_yres / 2)
666 yres = st_yres / 2;
668 } else if (var->xres > sttt_xres || var->yres > st_yres) {
673 yres = st_yres;
726 var->yres = st_yres / 2;
732 var->yres = st_yres / 2;
738 var->yres = st_yres;
[all...]

Completed in 40 milliseconds