Searched refs:HDisplay (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/video/sis/ |
D | init.h | 2125 USHORT HDisplay, HTotal, HFrontPorch, HSyncWidth; member 2371 USHORT SiS_GetModeID(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, 2373 USHORT SiS_GetModeID_LCD(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int Depth, BOOL… 2375 USHORT SiS_GetModeID_TV(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int Depth); 2376 USHORT SiS_GetModeID_VGA2(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int Depth);
|
D | init.c | 614 SiS_GetModeID(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, in SiS_GetModeID() argument 619 switch(HDisplay) in SiS_GetModeID() 746 SiS_GetModeID_LCD(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, in SiS_GetModeID_LCD() argument 753 switch(HDisplay) in SiS_GetModeID_LCD() 848 switch(HDisplay) in SiS_GetModeID_LCD() 966 SiS_GetModeID_TV(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int Depth) in SiS_GetModeID_TV() argument 972 switch(HDisplay) in SiS_GetModeID_TV() 995 switch(HDisplay) in SiS_GetModeID_TV() 1073 SiS_GetModeID_VGA2(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int Depth) in SiS_GetModeID_VGA2() argument 1079 switch(HDisplay) in SiS_GetModeID_VGA2() [all …]
|
D | sis_main.h | 901 extern USHORT SiS_GetModeID(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int Depth, … 902 extern USHORT SiS_GetModeID_LCD(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int Dep… 904 extern USHORT SiS_GetModeID_TV(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int Dept… 905 extern USHORT SiS_GetModeID_VGA2(int VGAEngine, ULONG VBFlags, int HDisplay, int VDisplay, int De…
|
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_g450.c | 247 hvis = ((mt->HDisplay << 1) + 3) & ~3; in computeRegs() 319 mt->HDisplay = hvis & ~7; in computeRegs() 320 mt->HSyncStart = mt->HDisplay + 8; in computeRegs()
|
D | matroxfb_misc.c | 152 mt->HDisplay = var->xres; in matroxfb_var2my() 153 mt->HSyncStart = mt->HDisplay + var->right_margin; in matroxfb_var2my() 300 hd = m->HDisplay / fwidth; in matroxfb_vgaHWinit() 306 hd = m->HDisplay >> 3; in matroxfb_vgaHWinit()
|
D | matroxfb_maven.c | 825 unsigned int ibmin = 4 + lmargin + mt->HDisplay; in maven_compute_timming() 840 hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) * hdec); in maven_compute_timming() 938 tmpi += mt->HDisplay; in maven_compute_timming()
|
D | matroxfb_base.h | 323 unsigned int HDisplay; member
|
D | matroxfb_crtc2.c | 153 c2.hparam = ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8); in matroxfb_dh_restore()
|
/linux-2.4.37.9/drivers/video/ |
D | neofb.h | 32 unsigned int HDisplay; member
|
D | neofb.c | 963 par->CRTC[1] = (timings->HDisplay >> 3) - 1; in vgaHWInit() 964 par->CRTC[2] = (timings->HDisplay >> 3) - 1; in vgaHWInit() 1063 timings.HDisplay = var->xres; in neofb_decode_var() 1064 timings.HSyncStart = timings.HDisplay + var->right_margin; in neofb_decode_var()
|