Lines Matching refs:vdisplay
78 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan;
183 wsi->vdisplay == drm->vdisplay &&
260 display_mode->vdisplay = drm_mode->vdisplay;
381 return (uint32_t) mode->hdisplay * (uint32_t) mode->vdisplay;
417 properties->physicalResolution.height = preferred_mode->vdisplay;
420 properties->physicalResolution.height = largest_mode->vdisplay;
680 prop->parameters.visibleRegion.height = display_mode->vdisplay;
746 vk->visibleRegion.height == wsi->vdisplay &&
800 pCapabilities->minSrcExtent.height = mode->vdisplay;
802 pCapabilities->maxSrcExtent.height = mode->vdisplay;
808 pCapabilities->minDstExtent.height = mode->vdisplay;
810 pCapabilities->maxDstExtent.height = mode->vdisplay;
898 caps->currentExtent.height = mode->vdisplay;
1060 .extent = { mode->hdisplay, mode->vdisplay },
2448 wsi->vdisplay == xcb->height &&
2498 display_mode->vdisplay = x_mode->height;