Searched refs:vsyncend (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/video/fbdev/geode/ |
| H A D | display_gx1.c | 82 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()
|
| /linux/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 668 int yres, vdispend, vsyncstart, vsyncend, vtotal; in cirrusfb_set_par_foo() local 709 vsyncend = vsyncstart + var->vsync_len; in cirrusfb_set_par_foo() 710 vtotal = vsyncend + var->upper_margin; in cirrusfb_set_par_foo() 715 vsyncend *= 2; in cirrusfb_set_par_foo() 720 vsyncend = (vsyncend + 1) / 2; in cirrusfb_set_par_foo() 727 vsyncend /= 2; in cirrusfb_set_par_foo() 733 vsyncend -= 1; in cirrusfb_set_par_foo() 807 dev_dbg(info->device, "CRT11: 64+32+%d\n", vsyncend % 16); in cirrusfb_set_par_foo() 808 vga_wcrt(regbase, VGA_CRTC_V_SYNC_END, vsyncend % 16 + 64 + 32); in cirrusfb_set_par_foo()
|
| H A D | tridentfb.c | 1135 u32 vtotal, vdispend, vsyncstart, vsyncend, vblankstart, vblankend; in tridentfb_set_par() local 1152 vsyncend = vsyncstart + var->vsync_len; in tridentfb_set_par() 1153 vtotal = var->upper_margin + vsyncend - 2; in tridentfb_set_par() 1161 vsyncend /= 2; in tridentfb_set_par() 1199 write3X4(par, VGA_CRTC_V_SYNC_END, (vsyncend & 0x0F)); in tridentfb_set_par()
|
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_mode.c | 218 unsigned int vdispend, vsyncstr, vsyncend, vtotal, vblkstr, vblkend; in mgag200_set_mode_regs() local 234 vsyncend = mode->crtc_vsync_end - 1; in mgag200_set_mode_regs() 286 WREG_CRT(0x11, (vsyncend & 0x0f) | 0x20); in mgag200_set_mode_regs()
|