Searched refs:VTotal (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/kyro/
H A DSTG4000VTG.c75 u32 VBackPorchStrt, VTotal, VTopBorderStrt, SetupVTG() local
109 VTotal = pTiming->VTot; SetupVTG()
141 tmp |= (VBackPorchStrt << 16) | (VTotal); SetupVTG()
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c771 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0) maven_compute_timming()
777 umargin = mt->VTotal - mt->VSyncEnd; maven_compute_timming()
803 m->regs[0xA2] = mt->VTotal - mt->VSyncStart - 1; /* stop vblanking */ maven_compute_timming()
804 m->regs[0xA3] = (mt->VTotal - mt->VSyncStart - 1) >> 8; maven_compute_timming()
817 m->regs[0xA8] = mt->VTotal - 1; maven_compute_timming()
818 m->regs[0xA9] = (mt->VTotal - 1) >> 8; maven_compute_timming()
823 m->regs[0xAC] = mt->VTotal - 2; maven_compute_timming()
824 m->regs[0xAD] = (mt->VTotal - 2) >> 8; maven_compute_timming()
826 m->regs[0xAE] = 0x01; /* Fix this... 0..VTotal */ maven_compute_timming()
887 if (mt->VTotal) { maven_compute_timming()
894 b = (mt->VTotal - 1) * (m->htotal + 2) + m->hcorr + 2; maven_compute_timming()
900 vdec = m->vlines * 32768 / mt->VTotal; maven_compute_timming()
956 tmpi = mt->VTotal - mt->VSyncStart; maven_compute_timming()
960 tmpi = mt->VTotal - 1; maven_compute_timming()
971 tmpi = mt->VTotal - 2; maven_compute_timming()
H A Dmatroxfb_misc.c124 mt->VTotal = mt->VSyncEnd + var->upper_margin; matroxfb_var2my()
207 m->VTotal <<= 1; matroxfb_vgaHWinit()
213 m->VTotal >>= 1; matroxfb_vgaHWinit()
270 vt = m->VTotal - 2; matroxfb_vgaHWinit()
H A Dmatroxfb_g450.c335 vtotal = mt->VTotal; computeRegs()
356 mt->VTotal = outd->v_total; computeRegs()
H A Dmatroxfb_crtc2.c109 mt->VTotal >>= 1; matroxfb_dh_restore()
118 mga_outl(0x3C1C, ((mt->VDisplay - 1) << 16) | (mt->VTotal - 1)); matroxfb_dh_restore()
H A Dmatroxfb_base.h198 unsigned int VTotal; member in struct:my_timming
/linux-4.4.14/drivers/usb/misc/sisusbvga/
H A Dsisusb_struct.h80 unsigned short VTotal; member in struct:SiS_StResInfo_S
121 unsigned short VTotal; member in struct:SiS_ModeResInfo
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dvstruct.h197 unsigned short VTotal; member in struct:SiS_StResInfo_S
202 unsigned short VTotal; member in struct:SiS_ModeResInfo_S
H A Dinit301.c1499 modeyres = SiS_Pr->SiS_ModeResInfo[resinfo].VTotal; SiS_GetLCDResInfo()
2749 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal; SiS_GetCRT2ResInfo()
2752 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal; SiS_GetCRT2ResInfo()
/linux-4.4.14/drivers/video/fbdev/savage/
H A Dsavagefb.h147 unsigned int VTotal; member in struct:xtimings
H A Dsavagefb_driver.c176 reg->CRTC[0x06] = (timings->VTotal - 2) & 0xFF; vgaHWInit()
177 reg->CRTC[0x07] = (((timings->VTotal - 2) & 0x100) >> 8) | vgaHWInit()
182 (((timings->VTotal - 2) & 0x200) >> 4) | vgaHWInit()
995 timings.VTotal = timings.VSyncEnd + var->upper_margin; savagefb_decode_var()
1135 reg->CR5E = (((timings.VTotal - 2) & 0x400) >> 10) | savagefb_decode_var()
/linux-4.4.14/drivers/gpu/drm/bridge/
H A Dparade-ps8622.c229 /* 04h Adjust VTotal toleranceto fix the 30Hz no display issue */ ps8622_send_config()
/linux-4.4.14/drivers/staging/xgifb/
H A Dvb_setmode.c693 tempbx = XGI330_ModeResInfo[resindex].VTotal; XGI_SetCRT1DE()
1178 yres = XGI330_ModeResInfo[resindex].VTotal; XGI_GetLVDSResInfo()
2406 yres = XGI330_ModeResInfo[resindex].VTotal; /* yres->bx */ XGI_GetCRT2ResInfo()
4197 yres = XGI330_ModeResInfo[resindex].VTotal; /* yres->bx */ XGI_XG21CheckLVDSMode()
4258 yres = XGI330_ModeResInfo[resindex].VTotal; /* yres->bx */ xgifb_set_lvds()

Completed in 307 milliseconds