Searched refs:VDisplay (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/video/fbdev/sis/ |
A D | init.c | 408 switch(VDisplay) { in SiS_GetModeID() 445 if(VDisplay == 1050) { in SiS_GetModeID() 465 if(VDisplay == 1536) { in SiS_GetModeID() 491 if(VDisplay == 200) { in SiS_GetModeID_LCD() 651 switch(VDisplay) { in SiS_GetModeID_LCD() 781 if(VDisplay == 480) { in SiS_GetModeID_TV() 808 if(VDisplay == 600) { in SiS_GetModeID_TV() 816 if(VDisplay == 768) { in SiS_GetModeID_TV() 830 if(VDisplay == 720) { in SiS_GetModeID_TV() 858 if(VDisplay == 1200) { in SiS_GetModeID_VGA2() [all …]
|
A 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/drivers/video/fbdev/matrox/ |
A 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()
|
A 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()
|
A D | matroxfb_g450.c | 338 vdisplay = mt->VDisplay; in computeRegs() 354 mt->VDisplay = vdisplay; in computeRegs()
|
A D | matroxfb_base.h | 195 unsigned int VDisplay; member
|
A D | matroxfb_maven.c | 907 vlen = (vslen + umargin + mt->VDisplay) * vdec; in maven_compute_timming()
|
/linux/drivers/video/fbdev/savage/ |
A D | savagefb_driver.c | 177 (((timings->VDisplay - 1) & 0x100) >> 7) | in vgaHWInit() 182 (((timings->VDisplay - 1) & 0x200) >> 3) | in vgaHWInit() 198 reg->CRTC[0x12] = (timings->VDisplay - 1) & 0xff; in vgaHWInit() 991 timings.VDisplay = var->yres; in savagefb_decode_var() 992 timings.VSyncStart = timings.VDisplay + var->lower_margin; in savagefb_decode_var() 1135 (((timings.VDisplay - 1) & 0x400) >> 9) | in savagefb_decode_var()
|
A D | savagefb.h | 144 unsigned int VDisplay; member
|
Completed in 38 milliseconds