Lines Matching refs:vdisplay
240 mode->vdisplay,
864 &user_mode.vdisplay, &user_mode.vsync_start,
869 snprintf(user_mode.name, sizeof(user_mode.name), "custom%dx%d", user_mode.hdisplay, user_mode.vdisplay);
1257 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2;
1333 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2;
1545 sprintf(pipe->mode_str, "%dx%d", pipe->mode->hdisplay, pipe->mode->vdisplay);
1654 if (dev->mode.height < pipe->mode->vdisplay)
1655 dev->mode.height = pipe->mode->vdisplay;
1662 if (dev->mode.height < pipe->mode->vdisplay)
1663 dev->mode.height = pipe->mode->vdisplay;
1717 .h = pipe->mode->vdisplay,
1747 pipe->mode->hdisplay, pipe->mode->vdisplay,
1870 pipe->mode->hdisplay, pipe->mode->vdisplay,
2174 fprintf(stderr, "\tcustom-mode\t::= hdisplay ',' hsyncstart ',' hsyncend ',' htotal ',' vdisplay ',' vsyncstart ',' vsyncend ',' vtotal '-' vrefresh ;\n");