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