Lines Matching refs:vdisplay
7802 pipe_config->base.mode.vdisplay = pipe_config->pipe_src_h; in intel_get_pipe_timings()
7814 mode->vdisplay = pipe_config->base.adjusted_mode.crtc_vdisplay; in intel_mode_from_pipe_config()
10202 return PAGE_ALIGN(pitch * mode->vdisplay); in intel_framebuffer_size_for_mode()
10219 mode_cmd.height = mode->vdisplay; in intel_framebuffer_create_for_mode()
10250 if (obj->base.size < mode->vdisplay * fb->pitches[0]) in mode_fits_in_fbdev()
10266 int hdisplay, vdisplay; in intel_modeset_setup_plane_state() local
10274 drm_crtc_get_hv_timing(mode, &hdisplay, &vdisplay); in intel_modeset_setup_plane_state()
10276 hdisplay = vdisplay = 0; in intel_modeset_setup_plane_state()
10285 plane_state->crtc_h = vdisplay; in intel_modeset_setup_plane_state()
10289 plane_state->src_h = vdisplay << 16; in intel_modeset_setup_plane_state()
10708 mode->vdisplay = (vtot & 0xffff) + 1; in intel_crtc_mode_get()