Home
last modified time | relevance | path

Searched refs:vsyncend (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dvidmode.c266 rep.vsyncend = VidModeGetModeValue(mode, VIDMODE_V_SYNCEND); in ProcVidModeGetModeLine()
275 rep.vdisplay, rep.vsyncstart, rep.vsyncend, in ProcVidModeGetModeLine()
296 swaps(&rep.vsyncend); in ProcVidModeGetModeLine()
313 .vsyncend = rep.vsyncend, in ProcVidModeGetModeLine()
385 .vsyncend = VidModeGetModeValue(mode, VIDMODE_V_SYNCEND), in ProcVidModeGetAllModeLines()
399 swaps(&mdinf.vsyncend); in ProcVidModeGetAllModeLines()
413 .vsyncend = mdinf.vsyncend, in ProcVidModeGetAllModeLines()
436 && VidModeGetModeValue(mode, VIDMODE_V_SYNCEND) == stuff->vsyncend \
484 stuff->vsyncend = oldstuff->vsyncend; in ProcVidModeAddModeLine()
506 stuff->vdisplay, stuff->vsyncstart, stuff->vsyncend, in ProcVidModeAddModeLine()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Ddisplay_gx1.c82 int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal; in gx1_set_mode() local
157 vsyncend = vsyncstart + info->var.vsync_len; in gx1_set_mode()
158 vblankend = vsyncend + info->var.upper_margin; in gx1_set_mode()
172 val = (vsyncstart - 1) | ((vsyncend - 1) << 16); in gx1_set_mode()
174 val = (vsyncstart - 2) | ((vsyncend - 2) << 16); in gx1_set_mode()
H A Ddisplay_gx.c62 int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal; in gx_set_mode() local
139 vsyncend = vsyncstart + info->var.vsync_len; in gx_set_mode()
140 vblankend = vsyncend + info->var.upper_margin; in gx_set_mode()
155 ((vsyncend - 1) << 16)); in gx_set_mode()
H A Dlxfb_ops.c350 int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal; in lx_set_mode() local
474 vsyncend = vsyncstart + info->var.vsync_len; in lx_set_mode()
475 vblankend = vsyncend + info->var.upper_margin; in lx_set_mode()
488 (vsyncstart - 1) | ((vsyncend - 1) << 16)); in lx_set_mode()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c333 unsigned int vsyncend; in computeRegs() local
337 vsyncend = mt->VSyncEnd; in computeRegs()
342 vsyncend += yovr >> 1; in computeRegs()
345 vsyncend = outd->v_total; in computeRegs()
347 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */ in computeRegs()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dedid.rst48 vdisp vsyncstart vsyncend vtotal
60 #define YPULSE vsyncend-vsyncstart
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcirrusfb.c666 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local
707 vsyncend = vsyncstart + var->vsync_len; in cirrusfb_set_par_foo()
708 vtotal = vsyncend + var->upper_margin; in cirrusfb_set_par_foo()
713 vsyncend *= 2; in cirrusfb_set_par_foo()
718 vsyncend = (vsyncend + 1) / 2; in cirrusfb_set_par_foo()
725 vsyncend /= 2; in cirrusfb_set_par_foo()
731 vsyncend -= 1; in cirrusfb_set_par_foo()
805 dev_dbg(info->device, "CRT11: 64+32+%d\n", vsyncend % 16); in cirrusfb_set_par_foo()
806 vga_wcrt(regbase, VGA_CRTC_V_SYNC_END, vsyncend % 16 + 64 + 32); in cirrusfb_set_par_foo()
H A Dtridentfb.c1137 u32 vtotal, vdispend, vsyncstart, vsyncend, vblankstart, vblankend; in tridentfb_set_par() local
1154 vsyncend = vsyncstart + var->vsync_len; in tridentfb_set_par()
1155 vtotal = var->upper_margin + vsyncend - 2; in tridentfb_set_par()
1163 vsyncend /= 2; in tridentfb_set_par()
1201 write3X4(par, VGA_CRTC_V_SYNC_END, (vsyncend & 0x0F)); in tridentfb_set_par()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c1072 unsigned int vdisplay, vsyncstart, vsyncend, vtotal; in mgag200_set_mode_regs() local
1086 vsyncend = mode->vsync_end - 1; in mgag200_set_mode_regs()
1134 WREG_CRT(17, (vsyncend & 0x0F) | 0x20); in mgag200_set_mode_regs()