/linux-4.4.14/drivers/video/fbdev/matrox/ |
H A D | matroxfb_g450.c | 252 hvis = ((mt->HDisplay << 1) + 3) & ~3; computeRegs() 324 mt->HDisplay = hvis & ~7; computeRegs() 325 mt->HSyncStart = mt->HDisplay + 8; computeRegs()
|
H A D | matroxfb_misc.c | 117 mt->HDisplay = var->xres; matroxfb_var2my() 118 mt->HSyncStart = mt->HDisplay + var->right_margin; matroxfb_var2my() 239 hd = m->HDisplay >> 3; matroxfb_vgaHWinit()
|
H A D | matroxfb_maven.c | 831 unsigned int ibmin = 4 + lmargin + mt->HDisplay; maven_compute_timming() 846 hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) * hdec); maven_compute_timming() 944 tmpi += mt->HDisplay; maven_compute_timming()
|
H A D | matroxfb_base.h | 191 unsigned int HDisplay; member in struct:my_timming
|
H A D | matroxfb_crtc2.c | 116 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8)); matroxfb_dh_restore()
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
H A D | init.c | 341 SiS_GetModeID(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, SiS_GetModeID() argument 346 switch(HDisplay) SiS_GetModeID() 479 SiS_GetModeID_LCD(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, SiS_GetModeID_LCD() argument 487 switch(HDisplay) SiS_GetModeID_LCD() 586 switch(HDisplay) SiS_GetModeID_LCD() 729 SiS_GetModeID_TV(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, SiS_GetModeID_TV() argument 736 switch(HDisplay) SiS_GetModeID_TV() 759 switch(HDisplay) SiS_GetModeID_TV() 848 SiS_GetModeID_VGA2(int VGAEngine, unsigned int VBFlags, int HDisplay, int VDisplay, int Depth, SiS_GetModeID_VGA2() argument 853 if(HDisplay >= 1920) return 0; SiS_GetModeID_VGA2() 855 switch(HDisplay) SiS_GetModeID_VGA2() 871 return SiS_GetModeID(VGAEngine, 0, HDisplay, VDisplay, Depth, false, 0, 0); SiS_GetModeID_VGA2()
|
H A D | sis_main.h | 739 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,
|
H A D | init.h | 1465 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,
|
/linux-4.4.14/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 139 unsigned int HDisplay; member in struct:xtimings
|
H A D | savagefb_driver.c | 170 reg->CRTC[0x01] = (timings->HDisplay >> 3) - 1; vgaHWInit() 988 timings.HDisplay = var->xres; savagefb_decode_var() 989 timings.HSyncStart = timings.HDisplay + var->right_margin; savagefb_decode_var() 1003 timings.HDisplay *= 2; savagefb_decode_var() 1111 ((((timings.HDisplay >> 3) - 1) & 0x100) >> 7) | savagefb_decode_var()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1063 * HDisplay is less than a certain threshold aty_var_to_crtc() 1075 int HDisplay = xres & ~7; aty_var_to_crtc() local 1076 int nStretch = par->lcd_width / HDisplay; aty_var_to_crtc() 1077 int Remainder = par->lcd_width % HDisplay; aty_var_to_crtc() 1080 (((HDisplay * 16) / par->lcd_width) < 7)) { aty_var_to_crtc() 1083 int Numerator = HDisplay, Denominator = par->lcd_width; aty_var_to_crtc() 1121 (((HDisplay * (HORZ_STRETCH_BLEND + 1)) / par->lcd_width) & HORZ_STRETCH_BLEND)); aty_var_to_crtc()
|