| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_edid.c | 730 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, 735 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, 740 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 745 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 751 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 757 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, 763 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 769 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, 775 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, }, 781 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, }, [all …]
|
| D | drm_modes.c | 151 int vdisplay, int vrefresh, in drm_cvt_mode() argument 182 if (!vrefresh) in drm_cvt_mode() 183 vrefresh = 60; in drm_cvt_mode() 187 vfieldrate = vrefresh * 2; in drm_cvt_mode() 189 vfieldrate = vrefresh; in drm_cvt_mode() 377 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument 435 vfieldrate_rqd = vrefresh * 2; in drm_gtf_mode_complex() 437 vfieldrate_rqd = vrefresh; in drm_gtf_mode_complex() 581 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, in drm_gtf_mode() argument 584 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, in drm_gtf_mode() [all …]
|
| D | drm_probe_helper.c | 541 mode->vrefresh = drm_mode_vrefresh(mode); in drm_helper_probe_single_connector_modes()
|
| D | drm_client_modeset.c | 196 if (mode->vrefresh != cmdline_mode->refresh) in drm_connector_pick_cmdline_mode()
|
| /netbsd/src/sys/dev/videomode/ |
| D | modelines2c.awk | 112 vrefresh= int(((hrefresh * ifactor) / vtotal) + .1); 114 modestr = sprintf("%dx%dx%d%s", hdisplay, vdisplay, vrefresh, iflag); 125 hdisplay/2 , vdisplay/2, vrefresh, iflag);
|
| /netbsd/src/sys/external/bsd/drm2/dist/include/drm/ |
| D | drm_modes.h | 401 int vrefresh; member 444 (m)->name, (m)->vrefresh, (m)->clock, \ 484 int hdisplay, int vdisplay, int vrefresh, 488 int hdisplay, int vdisplay, int vrefresh, 492 int vrefresh, bool interlaced,
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i2c/ |
| D | ch7006_mode.c | 44 #define NTSC_LIKE_TIMINGS .vrefresh = 60 * fixed1/1.001, \ 49 #define PAL_LIKE_TIMINGS .vrefresh = 50 * fixed1, \ 129 .vrefresh = 0, \
|
| D | ch7006_priv.h | 52 fixed vrefresh; member
|
| /netbsd/src/sys/external/bsd/drm/dist/shared-core/ |
| D | drm_mode.h | 90 uint32_t vrefresh; /* vertical refresh * 1000 */ member
|
| /netbsd/src/sys/dev/pci/ |
| D | machfb.c | 937 int post_div, dot_clock, vrefresh, vrefresh2; in mach64_get_mode() local 984 vrefresh = (dot_clock * 1000) / (htotal * vtotal); in mach64_get_mode() 985 vrefresh2 = ((dot_clock * 1000) - (vrefresh * htotal * vtotal)) * 100 / in mach64_get_mode() 991 hdisplay, vdisplay, vrefresh, vrefresh2, dot_clock, in mach64_get_mode()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_debugfs.c | 2915 int vrefresh = 0; in drrs_status_per_crtc() local 2963 vrefresh = panel->fixed_mode->vrefresh; in drrs_status_per_crtc() 2966 vrefresh = panel->downclock_mode->vrefresh; in drrs_status_per_crtc() 2973 seq_printf(m, "\t\tVrefresh: %d", vrefresh); in drrs_status_per_crtc()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_kms.c | 2234 mode->vrefresh = drm_mode_vrefresh(mode); in vmw_guess_mode_timing() 2308 mode->vrefresh = drm_mode_vrefresh(mode); in vmw_du_connector_fill_modes()
|