Home
last modified time | relevance | path

Searched refs:HDisplay (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/video/fbdev/sis/
A Dsis.h314 unsigned short SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay,
318 unsigned short SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay,
320 unsigned short SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay,
681 extern unsigned short SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay,
684 extern unsigned short SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay,
686 extern unsigned short SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay,
A Dinit.c341 SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, in SiS_GetModeID() argument
346 switch(HDisplay) in SiS_GetModeID()
479 SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, in SiS_GetModeID_LCD() argument
487 switch(HDisplay) in SiS_GetModeID_LCD()
586 switch(HDisplay) in SiS_GetModeID_LCD()
729 SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, in SiS_GetModeID_TV() argument
736 switch(HDisplay) in SiS_GetModeID_TV()
759 switch(HDisplay) in SiS_GetModeID_TV()
853 if(HDisplay >= 1920) return 0; in SiS_GetModeID_VGA2()
855 switch(HDisplay) in SiS_GetModeID_VGA2()
[all …]
/linux/drivers/video/fbdev/matrox/
A Dmatroxfb_g450.c253 hvis = ((mt->HDisplay << 1) + 3) & ~3; in computeRegs()
325 mt->HDisplay = hvis & ~7; in computeRegs()
326 mt->HSyncStart = mt->HDisplay + 8; in computeRegs()
A Dmatroxfb_misc.c118 mt->HDisplay = var->xres; in matroxfb_var2my()
119 mt->HSyncStart = mt->HDisplay + var->right_margin; in matroxfb_var2my()
240 hd = m->HDisplay >> 3; in matroxfb_vgaHWinit()
A Dmatroxfb_maven.c832 unsigned int ibmin = 4 + lmargin + mt->HDisplay; in maven_compute_timming()
847 hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) * hdec); in maven_compute_timming()
945 tmpi += mt->HDisplay; in maven_compute_timming()
A Dmatroxfb_base.h191 unsigned int HDisplay; member
A Dmatroxfb_crtc2.c117 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8)); in matroxfb_dh_restore()
/linux/drivers/video/fbdev/savage/
A Dsavagefb_driver.c169 reg->CRTC[0x01] = (timings->HDisplay >> 3) - 1; in vgaHWInit()
987 timings.HDisplay = var->xres; in savagefb_decode_var()
988 timings.HSyncStart = timings.HDisplay + var->right_margin; in savagefb_decode_var()
1002 timings.HDisplay *= 2; in savagefb_decode_var()
1110 ((((timings.HDisplay >> 3) - 1) & 0x100) >> 7) | in savagefb_decode_var()
A Dsavagefb.h139 unsigned int HDisplay; member
/linux/drivers/video/fbdev/aty/
A Datyfb_base.c1084 int HDisplay = xres & ~7; in aty_var_to_crtc() local
1085 int nStretch = par->lcd_width / HDisplay; in aty_var_to_crtc()
1086 int Remainder = par->lcd_width % HDisplay; in aty_var_to_crtc()
1089 (((HDisplay * 16) / par->lcd_width) < 7)) { in aty_var_to_crtc()
1092 int Numerator = HDisplay, Denominator = par->lcd_width; in aty_var_to_crtc()
1130 (((HDisplay * (HORZ_STRETCH_BLEND + 1)) / par->lcd_width) & HORZ_STRETCH_BLEND)); in aty_var_to_crtc()

Completed in 46 milliseconds