Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/sis/
Dinit.h1465 unsigned short SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay,
1469 unsigned short SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay,
1471 unsigned short SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay,
Dsis_main.h739 extern unsigned short SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay,
742 extern unsigned short SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay,
744 extern unsigned short SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay,
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()
848 SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, in SiS_GetModeID_VGA2() argument
853 if(HDisplay >= 1920) return 0; in SiS_GetModeID_VGA2()
[all …]
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_g450.c252 hvis = ((mt->HDisplay << 1) + 3) & ~3; in computeRegs()
324 mt->HDisplay = hvis & ~7; in computeRegs()
325 mt->HSyncStart = mt->HDisplay + 8; in computeRegs()
Dmatroxfb_misc.c117 mt->HDisplay = var->xres; in matroxfb_var2my()
118 mt->HSyncStart = mt->HDisplay + var->right_margin; in matroxfb_var2my()
239 hd = m->HDisplay >> 3; in matroxfb_vgaHWinit()
Dmatroxfb_maven.c831 unsigned int ibmin = 4 + lmargin + mt->HDisplay; in maven_compute_timming()
846 hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) * hdec); in maven_compute_timming()
944 tmpi += mt->HDisplay; in maven_compute_timming()
Dmatroxfb_base.h211 unsigned int HDisplay; member
Dmatroxfb_crtc2.c116 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8)); in matroxfb_dh_restore()
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb.h139 unsigned int HDisplay; member
Dsavagefb_driver.c174 reg->CRTC[0x01] = (timings->HDisplay >> 3) - 1; in vgaHWInit()
992 timings.HDisplay = var->xres; in savagefb_decode_var()
993 timings.HSyncStart = timings.HDisplay + var->right_margin; in savagefb_decode_var()
1007 timings.HDisplay *= 2; in savagefb_decode_var()
1115 ((((timings.HDisplay >> 3) - 1) & 0x100) >> 7) | in savagefb_decode_var()
/linux-4.1.27/drivers/video/fbdev/aty/
Datyfb_base.c1066 int HDisplay = xres & ~7; in aty_var_to_crtc() local
1067 int nStretch = par->lcd_width / HDisplay; in aty_var_to_crtc()
1068 int Remainder = par->lcd_width % HDisplay; in aty_var_to_crtc()
1071 (((HDisplay * 16) / par->lcd_width) < 7)) { in aty_var_to_crtc()
1074 int Numerator = HDisplay, Denominator = par->lcd_width; in aty_var_to_crtc()
1112 (((HDisplay * (HORZ_STRETCH_BLEND + 1)) / par->lcd_width) & HORZ_STRETCH_BLEND)); in aty_var_to_crtc()