Lines Matching defs:vdisplay
1116 in->hskew > USHRT_MAX || in->vdisplay > USHRT_MAX ||
1127 out->vdisplay = in->vdisplay;
1165 out->vdisplay = in->vdisplay;
1904 int hdisplay, vdisplay;
1941 vdisplay = mode->vdisplay;
1945 tmp = vdisplay;
1946 vdisplay = hdisplay;
1951 vdisplay > fb->height ||
1953 crtc_req->y > fb->height - vdisplay) {
1956 hdisplay, vdisplay, crtc_req->x, crtc_req->y,
3536 int hdisplay, vdisplay;
3567 vdisplay = crtc->mode.vdisplay;
3571 tmp = vdisplay;
3572 vdisplay = hdisplay;
3577 vdisplay > fb->height ||
3579 crtc->y > fb->height - vdisplay) {
3581 fb->width, fb->height, hdisplay, vdisplay, crtc->x, crtc->y,