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