Home
last modified time | relevance | path

Searched refs:VDisplay (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/video/fbdev/sis/
Dinit.c341 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 …]
Dsis.h315 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/
Dmatroxfb_misc.c122 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()
Dmatroxfb_crtc2.c107 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()
Dmatroxfb_g450.c338 vdisplay = mt->VDisplay; in computeRegs()
354 mt->VDisplay = vdisplay; in computeRegs()
Dmatroxfb_base.h194 unsigned int VDisplay; member
Dmatroxfb_maven.c907 vlen = (vslen + umargin + mt->VDisplay) * vdec; in maven_compute_timming()
/linux-6.6.21/drivers/video/fbdev/savage/
Dsavagefb_driver.c178 (((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()
Dsavagefb.h144 unsigned int VDisplay; member