/src/sys/dev/videomode/ |
videomode.h | 39 int vdisplay; member in struct:videomode
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_crtc.c | 504 int hdisplay, vdisplay; local in function:drm_crtc_check_viewport 506 drm_mode_get_hv_timing(mode, &hdisplay, &vdisplay); 510 swap(hdisplay, vdisplay); 513 hdisplay << 16, vdisplay << 16,
|
drm_atomic.c | 1370 int hdisplay, vdisplay; local in function:__drm_atomic_helper_set_config 1413 drm_mode_get_hv_timing(set->mode, &hdisplay, &vdisplay); 1419 primary_state->crtc_h = vdisplay; 1423 primary_state->src_w = vdisplay << 16; 1427 primary_state->src_h = vdisplay << 16;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_tvnv17.c | 225 mode->vdisplay == tv_norm->tv_enc_mode.vdisplay) 243 int vdisplay; member in struct:nv17_tv_get_hd_modes::__anon97b413c70108 259 modes[i].vdisplay > output_mode->vdisplay) 263 modes[i].vdisplay == output_mode->vdisplay) { 269 modes[i].vdisplay, 60, false, 283 if (output_mode->vdisplay >= 1024) { 321 mode->vdisplay > output_mode->vdisplay [all...] |
tvnv17.h | 101 int vdisplay; member in struct:nv17_tv_norm_params::__anonef7288b3020a::__anonef7288b30308
|
nouveau_dispnv04_crtc.c | 314 int vdisplay = mode->vdisplay; local in function:nv_crtc_mode_set_vga 316 vdisplay *= 2; 318 vdisplay *= mode->vscan; 319 if (vdisplay < 400) 321 else if (vdisplay < 480) 323 else if (vdisplay < 768)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_connector.c | 84 if (mode->hdisplay == high_w && mode->vdisplay < high_h) 87 if (mode->hdisplay == high_w && mode->vdisplay == high_h && 92 high_h = mode->vdisplay; 815 int vdisplay; member in struct:moderec 850 mode->vdisplay <= native->vdisplay && 852 mode->vdisplay != native->vdisplay)) { 853 m = drm_cvt_mode(dev, mode->hdisplay, mode->vdisplay, 1062 mode->vdisplay > nv_connector->native_mode->vdisplay) [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_modes.h | 140 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \ 157 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \ 182 * @vdisplay: vertical display size 289 int vdisplay; member in struct:drm_display_mode 446 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \ 484 int hdisplay, int vdisplay, int vrefresh, 488 int hdisplay, int vdisplay, int vrefresh, 491 int hdisplay, int vdisplay, 509 int *hdisplay, int *vdisplay);
|
/src/sys/external/bsd/drm/dist/shared-core/ |
drm_mode.h | 88 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_stdu.c | 187 cmd->body.height = mode->vdisplay; 200 stdu->display_height = mode->vdisplay; 1047 uint32_t hdisplay = new_state->crtc_w, vdisplay = new_state->crtc_h; local in function:vmw_stdu_primary_plane_prepare_fb 1064 new_vfbs->surface->base_size.height == vdisplay) 1076 display_base_size.height = vdisplay;
|
/src/sys/external/bsd/drm2/dist/drm/i2c/ |
ch7006_priv.h | 53 int vdisplay; member in struct:ch7006_tv_norm_info
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_tv.c | 1021 mode->vdisplay = intel_tv_mode_vdisplay(tv_mode); 1023 mode->vsync_start = mode->vdisplay + 1027 mode->vtotal = mode->vdisplay + 1030 mode->vsync_start = mode->vdisplay + 1035 mode->vtotal = mode->vdisplay + 1048 mode->hdisplay, mode->vdisplay, 1071 int vdisplay, int top_margin, 1074 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin; 1075 int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin; 1076 int new_vtotal = mode->vtotal * vdisplay / 1098 int vdisplay = adjusted_mode->crtc_vdisplay; local in function:intel_tv_get_config 1198 int vdisplay = adjusted_mode->crtc_vdisplay; local in function:intel_tv_compute_config 1749 int vdisplay = intel_tv_mode_vdisplay(tv_mode); local in function:intel_tv_is_preferred_mode [all...] |
intel_display_types.h | 1212 u16 hdisplay, vdisplay; member in struct:intel_dp_compliance_data
|
/src/sys/dev/pci/ |
machfb.c | 520 default_mode.vdisplay = height; 642 "(%d x %d)\n", m->hdisplay, m->vdisplay); 677 default_mode.vdisplay = height; 694 (height == sc->sc_my_mode->vdisplay)) 699 sc->virt_y = sc->sc_my_mode->vdisplay; 714 sc->sc_my_mode->hdisplay, sc->sc_my_mode->vdisplay, 721 sc->sc_my_mode->vdisplay -= 200; 744 glyphcache_init(&sc->sc_gc, sc->sc_my_mode->vdisplay + 5, 746 sc->sc_my_mode->vdisplay - 5, 764 glyphcache_init(&sc->sc_gc, sc->sc_my_mode->vdisplay + 5 933 int vtotal, vdisplay, vsync_start, vsync_end; local in function:mach64_get_mode [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_pm.c | 3970 int hdisplay, vdisplay; local in function:skl_ddb_get_pipe_allocation_limits 3975 drm_mode_get_hv_timing(adjusted_mode, &hdisplay, &vdisplay);
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm_mode.h | 230 __u16 vdisplay; member in struct:drm_mode_modeinfo
|