Searched refs:HDisplay (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | sis.h | 314 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,
|
H A D | init.c | 341 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 …]
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_g450.c | 253 hvis = ((mt->HDisplay << 1) + 3) & ~3; in computeRegs() 325 mt->HDisplay = hvis & ~7; in computeRegs() 326 mt->HSyncStart = mt->HDisplay + 8; in computeRegs()
|
H A D | matroxfb_misc.c | 118 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()
|
H A D | matroxfb_maven.c | 832 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()
|
H A D | matroxfb_base.h | 190 unsigned int HDisplay; member
|
H A D | matroxfb_crtc2.c | 117 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8)); in matroxfb_dh_restore()
|
/openbmc/linux/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 139 unsigned int HDisplay; member
|
H A D | savagefb_driver.c | 170 reg->CRTC[0x01] = (timings->HDisplay >> 3) - 1; in vgaHWInit() 991 timings.HDisplay = var->xres; in savagefb_decode_var() 992 timings.HSyncStart = timings.HDisplay + var->right_margin; in savagefb_decode_var() 1006 timings.HDisplay *= 2; in savagefb_decode_var() 1114 ((((timings.HDisplay >> 3) - 1) & 0x100) >> 7) | in savagefb_decode_var()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1084 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()
|