Lines Matching defs:yres
532 int yres;
586 if (var->yres_virtual < var->yres)
587 var->yres_virtual = var->yres;
600 if (var->yoffset > var->yres_virtual - var->yres)
601 var->yoffset = var->yres_virtual - var->yres - 1;
610 yres = var->yres;
612 yres *= 2;
614 yres = (yres + 1) / 2;
616 if (yres >= 1280) {
666 int yres, vdispend, vsyncstart, vsyncend, vtotal;
672 var->xres, var->yres, var->bits_per_pixel);
705 vdispend = var->yres;
721 yres = vdispend;
722 if (yres >= 1024) {
903 if (yres >= 1024)