Lines Matching refs:vdisplay
1072 unsigned int vdisplay, vsyncstart, vsyncend, vtotal; in mgag200_set_mode_regs() local
1084 vdisplay = mode->vdisplay - 1; in mgag200_set_mode_regs()
1110 ((vdisplay & 0x400) >> 8) | in mgag200_set_mode_regs()
1111 ((vdisplay & 0xc00) >> 7) | in mgag200_set_mode_regs()
1113 ((vdisplay & 0x400) >> 3); in mgag200_set_mode_regs()
1124 ((vdisplay & 0x100) >> 7) | in mgag200_set_mode_regs()
1126 ((vdisplay & 0x100) >> 5) | in mgag200_set_mode_regs()
1127 ((vdisplay & 0x100) >> 4) | /* linecomp */ in mgag200_set_mode_regs()
1129 ((vdisplay & 0x200) >> 3) | in mgag200_set_mode_regs()
1131 WREG_CRT(9, ((vdisplay & 0x200) >> 4) | in mgag200_set_mode_regs()
1132 ((vdisplay & 0x200) >> 3)); in mgag200_set_mode_regs()
1135 WREG_CRT(18, vdisplay & 0xFF); in mgag200_set_mode_regs()
1137 WREG_CRT(21, vdisplay & 0xFF); in mgag200_set_mode_regs()
1140 WREG_CRT(24, vdisplay & 0xFF); in mgag200_set_mode_regs()
1409 active_area = mode->hdisplay * mode->vdisplay; in mga_vga_calculate_mode_bandwidth()
1436 if (mode->vdisplay > 1200) in mga_vga_mode_valid()
1444 if (mode->vdisplay > 1200) in mga_vga_mode_valid()
1457 if (mode->vdisplay > 1024) in mga_vga_mode_valid()
1494 if ((mode->hdisplay * mode->vdisplay * (bpp/8)) > mdev->vram_fb_available) { in mga_vga_mode_valid()