Searched refs:VDisplay (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/video/fbdev/sis/ |
D | init.c | 341 SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, in SiS_GetModeID() argument 349 if(VDisplay == 200) ModeIndex = ModeIndex_320x200[Depth]; in SiS_GetModeID() 350 else if(VDisplay == 240) { in SiS_GetModeID() 359 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth]; in SiS_GetModeID() 364 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth]; in SiS_GetModeID() 368 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth]; in SiS_GetModeID() 369 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth]; in SiS_GetModeID() 372 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth]; in SiS_GetModeID() 373 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth]; in SiS_GetModeID() 376 if(VDisplay == 576) ModeIndex = ModeIndex_768x576[Depth]; in SiS_GetModeID() [all …]
|
D | sis.h | 315 int VDisplay, int Depth, bool FSTN, 319 int VDisplay, int Depth, unsigned int VBFlags2); 321 int VDisplay, int Depth, unsigned int VBFlags2); 682 int VDisplay, int Depth, bool FSTN, unsigned short CustomT, 685 int VDisplay, int Depth, unsigned int VBFlags2); 687 int VDisplay, int Depth, unsigned int VBFlags2);
|
/linux-6.6.21/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 122 mt->VDisplay = var->yres; in matroxfb_var2my() 123 mt->VSyncStart = mt->VDisplay + var->lower_margin; in matroxfb_var2my() 209 m->VDisplay <<= 1; in matroxfb_vgaHWinit() 215 m->VDisplay >>= 1; in matroxfb_vgaHWinit() 268 vd = m->VDisplay - 1; in matroxfb_vgaHWinit()
|
D | matroxfb_crtc2.c | 107 mt->VDisplay >>= 1; in matroxfb_dh_restore() 119 mga_outl(0x3C1C, ((mt->VDisplay - 1) << 16) | (mt->VTotal - 1)); in matroxfb_dh_restore() 153 tmp = mt->VDisplay << 16; /* line compare */ in matroxfb_dh_restore()
|
D | matroxfb_g450.c | 338 vdisplay = mt->VDisplay; in computeRegs() 354 mt->VDisplay = vdisplay; in computeRegs()
|
D | matroxfb_base.h | 194 unsigned int VDisplay; member
|
D | matroxfb_maven.c | 907 vlen = (vslen + umargin + mt->VDisplay) * vdec; in maven_compute_timming()
|
/linux-6.6.21/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 178 (((timings->VDisplay - 1) & 0x100) >> 7) | in vgaHWInit() 183 (((timings->VDisplay - 1) & 0x200) >> 3) | in vgaHWInit() 199 reg->CRTC[0x12] = (timings->VDisplay - 1) & 0xff; in vgaHWInit() 995 timings.VDisplay = var->yres; in savagefb_decode_var() 996 timings.VSyncStart = timings.VDisplay + var->lower_margin; in savagefb_decode_var() 1139 (((timings.VDisplay - 1) & 0x400) >> 9) | in savagefb_decode_var()
|
D | savagefb.h | 144 unsigned int VDisplay; member
|