Lines Matching refs:vdisplay
206 unsigned int vdisplay, vsyncstart, vsyncend, vtotal; in mgag200_set_mode_regs() local
218 vdisplay = mode->vdisplay - 1; in mgag200_set_mode_regs()
244 ((vdisplay & 0x400) >> 8) | in mgag200_set_mode_regs()
245 ((vdisplay & 0xc00) >> 7) | in mgag200_set_mode_regs()
247 ((vdisplay & 0x400) >> 3); in mgag200_set_mode_regs()
258 ((vdisplay & 0x100) >> 7) | in mgag200_set_mode_regs()
260 ((vdisplay & 0x100) >> 5) | in mgag200_set_mode_regs()
261 ((vdisplay & 0x100) >> 4) | /* linecomp */ in mgag200_set_mode_regs()
263 ((vdisplay & 0x200) >> 3) | in mgag200_set_mode_regs()
265 WREG_CRT(9, ((vdisplay & 0x200) >> 4) | in mgag200_set_mode_regs()
266 ((vdisplay & 0x200) >> 3)); in mgag200_set_mode_regs()
269 WREG_CRT(18, vdisplay & 0xFF); in mgag200_set_mode_regs()
271 WREG_CRT(21, vdisplay & 0xFF); in mgag200_set_mode_regs()
274 WREG_CRT(24, vdisplay & 0xFF); in mgag200_set_mode_regs()
555 if (mode->vdisplay > info->max_vdisplay) in mgag200_crtc_helper_mode_valid()
762 active_area = mode->hdisplay * mode->vdisplay; in mgag200_calculate_mode_bandwidth()
784 fbsize = mode->hdisplay * mode->vdisplay * max_bpp; in mgag200_mode_config_mode_valid()