Lines Matching defs:yres
3056 unsigned short xres, yres, modeflag=0, resindex;
3071 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal;
3074 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal;
3082 if(yres == 350) yres = 400;
3085 if(ModeNo == 0x12) yres = 400;
3090 if(modeflag & DoubleScanMode) yres <<= 1;
3101 if(yres == 350) yres = 357;
3102 if(yres == 400) yres = 420;
3103 if(yres == 480) yres = 525;
3110 if(yres == 400) yres = 405;
3112 if(yres == 350) yres = 360;
3114 if(yres == 360) yres = 375;
3119 if(yres == 1024) yres = 1056;
3134 yres = 400;
3136 if(SiS_GetReg(SiS_Pr->SiS_P3c4,0x17) & 0x80) yres = 480;
3138 if(SiS_GetReg(SiS_Pr->SiS_P3c4,0x13) & 0x80) yres = 480;
3140 if(SiS_Pr->SiS_IF_DEF_DSTN || SiS_Pr->SiS_IF_DEF_FSTN) yres = 480;
3145 SiS_Pr->SiS_VGAVDE = SiS_Pr->SiS_VDE = yres;