Lines Matching refs:hdisplay
356 unsigned int hdisplay, hsyncstart, hsyncend, htotal; in mgag200_set_mode_regs() local
360 hdisplay = mode->hdisplay / 8 - 1; in mgag200_set_mode_regs()
387 ((hdisplay & 0x100) >> 7) | in mgag200_set_mode_regs()
402 WREG_CRT(1, hdisplay); in mgag200_set_mode_regs()
403 WREG_CRT(2, hdisplay); in mgag200_set_mode_regs()
692 active_area = mode->hdisplay * mode->vdisplay; in mga_vga_calculate_mode_bandwidth()
717 if (mode->hdisplay > 1600) in mga_vga_mode_valid()
725 if (mode->hdisplay > 1920) in mga_vga_mode_valid()
738 if (mode->hdisplay > 1280) in mga_vga_mode_valid()
759 if ((mode->hdisplay % 8) != 0 || (mode->hsync_start % 8) != 0 || in mga_vga_mode_valid()
777 if ((mode->hdisplay * mode->vdisplay * (bpp/8)) > mdev->vram_fb_available) { in mga_vga_mode_valid()